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

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

LLGBO improve Header management

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