source: extensions/LLGBO2/css/look_like_gbo2_admin.css @ 4579

Last change on this file since 4579 was 4579, checked in by EXFTB, 14 years ago

llgbo2 administration frame fix bug with chrome

  • Property svn:eol-style set to LF
File size: 1.1 KB
Line 
1#picker, #framepicker{
2        float:right;    margin-left:0;  margin-top:0;}
3       
4#framepicker{
5        float:right;    margin-left:0;
6        margin-top:12%;
7        margin-right:4%;
8        }
9       
10 
11.colorwell-selected {
12     border: 2px solid red;
13     font-weight: bold;
14         padding:.2em;
15         -moz-border-radius:6px;
16   }
17.llgbolabel{
18        text-align:left;
19        padding:0;
20        margin :0;
21}
22.llgboinput{
23        text-align:left;
24        margin :0;
25
26}
27.llgbofield , .colorwell ,.colorwellf{
28        width:60px;text-align:left;
29}
30.llgbofieldf {
31        width:20px;text-align:left;
32}
33#llgbotable{
34        margin:1em;
35        width:500px;
36margin:auto} 
37#llgboHeadertable{
38        margin:1em;
39        width:500px;
40        margin:auto
41}
42#llgboframetable{
43        margin-right:200px;  /* chrome */
44        width:60%; 
45        text-align:left;
46} 
47#gboh2{text-align:center; position: relative;top:1.5em;left:40%}
48
49#tooltip{
50    margin-right:200px;  /* chrome */
51    width:67%;
52        -moz-border-radius:10px;
53        overflow:hidden;
54}
55#llgbotitle {padding:15px 0 5px 0;color:#c92;text-align:center;font-weight:700}
56textarea {overflow:hidden;}
57
58.submit{margin:10px;}
59
60TABLE.doubleSelect SELECT.HeaderList {
61        width: 100%; max-width: 90%; max-height: 20em;overflow-x: auto;
62}
63
64
Note: See TracBrowser for help on using the repository browser.