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

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

llgbo2.0.i -> improve administration in 1024*768

  • 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:1em;
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:1em;
44        width:65%;
45        text-align:center;
46        position: relative;
47        top:-2.5em;
48        margin:auto
49} 
50#gboh2{text-align:center; position: relative;top:1.5em;left:40%}
51
52#tooltip{
53    width:67%;
54        -moz-border-radius:10px;
55        overflow:hidden;
56}
57#llgbotitle {padding:15px 0 5px 0;color:#c92;text-align:center;font-weight:700}
58textarea {overflow:hidden;}
59
60.submit{margin:10px;}
61
62TABLE.doubleSelect SELECT.HeaderList {
63        width: 100%; max-width: 90%; max-height: 20em;overflow-x: auto;
64}
65
66
Note: See TracBrowser for help on using the repository browser.