Commit 831cc208 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174370 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a3cf0c26
...@@ -136,8 +136,10 @@ ...@@ -136,8 +136,10 @@
border-color: transparent transparent #fff transparent; border-color: transparent transparent #fff transparent;
border-style: solid; border-style: solid;
border-width: 10px; border-width: 10px;
top: 24px; /* top: 24px;
margin-left: 6px; margin-left: 6px;*/
top: 40px;
margin-left: 10px;
} }
.siteHeading { .siteHeading {
...@@ -194,7 +196,8 @@ ...@@ -194,7 +196,8 @@
height: calc( 100% - 60px ); height: calc( 100% - 60px );
position: fixed; position: fixed;
right: 5px; right: 5px;
top: 40px; /* top: 40px; */
top: 60px;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
z-index: 4; z-index: 4;
display: none; display: none;
......
.content { .content {
height: 100%; /* height: 100%; */
width: 100%; /* width: 100%; */
position: absolute; /* position: absolute; */
padding: 0; padding: 0;
margin: 0; margin: 0;
position: relative;
} }
.button-panel{ .button-panel{
top: 10rem; /* top: 10rem; */
/* left: 2.5rem; */
/* bottom: 0; */
/* position: relative; */
padding-top: 10rem;
left: 2.5rem; left: 2.5rem;
bottom: 0; bottom: 10px;
position: relative; position: relative;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment