2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

styling and lauout syncronization

This commit is contained in:
Alex
2015-07-16 18:36:23 +03:00
parent 000a22466c
commit 350b27295d
3 changed files with 52 additions and 48 deletions

View File

@@ -127,8 +127,8 @@ body {
list-style: none;
display: inline;
float: left;
width: 145px;
height: 36px;
width: 220px;
height: 40px;
color:#9f9f9f;
text-decoration:none;
padding:8px 0px 0px 18px;
@@ -139,8 +139,8 @@ body {
list-style: none;
display: inline;
float: left;
width: 145px;
height: 36px;
width: 220px;
height: 40px;
text-decoration:none;
color:#49b848;
}
@@ -153,7 +153,7 @@ body {
list-style: none;
display: inline;
float: left;
width: 145px;
width: 220px;
height: 36px;
text-decoration:none;
color:#9f9f9f;
@@ -162,7 +162,7 @@ body {
}
.item_2_half_height a{
float: left;
width: 145px;
width: 220px;
height: 1px;
text-decoration:none;
color:#b8b8ba;
@@ -172,7 +172,7 @@ body {
list-style: none;
display: inline;
float: left;
width: 145px;
width: 220px;
height: 36px;
text-decoration:none;
color:#05b0f7;
@@ -183,7 +183,7 @@ list-style: none;
}
.item_2_half_height {
float: left;
width: 145px;
width: 220px;
height: 1px;
display:none;
}
@@ -192,7 +192,7 @@ list-style: none;
}
.item_3_half_height {
float: left;
width: 145px;
width: 220px;
height: 1px;
display:none;
}
@@ -201,7 +201,7 @@ list-style: none;
list-style: none;
display: inline;
float: left;
width: 145px;
width: 220px;
height: 36px;
text-decoration:none;
color:#9f9f9f;
@@ -214,7 +214,7 @@ list-style: none;
list-style: none;
display: inline;
float: left;
width: 145px;
width: 220px;
height: 36px;
text-decoration:none;
color:#ff3506;
@@ -343,9 +343,9 @@ a:active {
.header {
position : absolute;
width : 20%;
height : 38%;
top : 40%;
width : 50%;
height : 30%;
top : 30%;
right : 0;
bottom : auto;
left : 0;
@@ -354,31 +354,33 @@ a:active {
#calllist {
position : absolute;
width : 50%;
height : 38%;
height : 28%;
top : 2%;
left : 50%;
right : 0;
left : 48%;
right : 1%;
/*max-height:180px;*/
bottom : auto;
}
#qstatus {
position : absolute;
width : 30%;
height : 38%;
height : 30%;
top : 2%;
right : 0;
left: 20%;
right : 2%;
left: 17%;
bottom : auto;
/*max-height:38%;*/
}
#casefunctions {
position : absolute;
width : 17%;
height : 38%;
top : 2%;
width : 12%;
height : 30%;
top : 0;
right : 0;
left: 3%;
font-size:15px;
left: 0;
font-size:18px;
padding:1%;
bottom : auto;
}
#casefunctions li {
@@ -386,11 +388,12 @@ a:active {
}
#content {
position : absolute;
top : 40%;
left : 0;
top : 31%;
left : 0.5%;
right :0.5%;
bottom : auto;
width : 100%;
height : 60%;
width : 99%;
height : 69%;
}
.embeddedobject {
width:100%;
@@ -398,11 +401,11 @@ a:active {
position:absolute;
}
#main-qstatus {
width:185px;
width:95%;
/*max-height:116px;*/
position:absolute;
left:3%;
top:2%;
top:1%;
height:90%;
border: 2px solid #e9e9eb;
border-radius: 15px;
@@ -431,7 +434,7 @@ margin: 0 auto;
position:absolute;
top:40%;
height:60%;
width:160px;
width:260px;
left:40%;
list-style:none;
}
@@ -443,20 +446,21 @@ list-style:none;
list-style: none;
display: inline;
float: left;
width: 145px;
height: 36px;
width: 220px;
height: 40px;
color:#9f9f9f;
text-decoration:none;
padding:8px 0px 0px 18px;
border:none;
margin-bottom: 20px;
}
.wait_li_1 a:hover{
list-style: none;
display: inline;
float: left;
width: 145px;
height: 36px;
width: 220px;
height: 40px;
text-decoration:none;
color:#49b848;
}
@@ -465,8 +469,8 @@ list-style:none;
list-style: none;
display: inline;
float: left;
width: 145px;
height: 36px;
width: 220px;
height: 40px;
color:#9f9f9f;
text-decoration:none;
padding:8px 0px 0px 18px;
@@ -477,8 +481,8 @@ list-style:none;
list-style: none;
display: inline;
float: left;
width: 145px;
height: 36px;
width: 220px;
height: 40px;
text-decoration:none;
color:#ff3506;
}