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

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

version 2.0.i

  • Property svn:eol-style set to LF
File size: 700 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:1px;
22        margin:0;
23}
24
25.llgbofield , .colorwell ,.colorwellf{
26        width:65px;text-align:left;
27}
28.llgbofieldf {
29        width:35px;text-align:left;
30}
31#llgbotable{
32        margin-right:25%;
33} 
34#tooltip{
35     margin-right:25%;
36        margin-left:15%;
37        padding:5px;
38        -moz-border-radius:10px;
39}
40#llgbotitle {padding:15px 0 5px 0;color:#c92;text-align:center}
41textarea {overflow:hidden;}
42
43.submit{margin:10px;}
Note: See TracBrowser for help on using the repository browser.