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

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

2.1.b fix minor bug

  • 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:right;
24        margin :0;
25        width:100px;
26
27}
28.llgbofield , .colorwell ,.colorwellf{
29        width:60px;text-align:left;
30}
31.llgbofieldf {
32        width:20px;text-align:left;
33}
34#llgbotable{
35        margin:1em;
36        width:600px;
37margin:auto} 
38#llgboHeadertable{
39        margin:1em;
40        width:500px;
41        margin:auto
42}
43#llgboframetable{
44        margin-right:200px;  /* chrome */
45        width:60%; 
46        text-align:left;
47} 
48#gboh2{text-align:center; position: relative;top:1.5em;left:40%}
49
50#tooltip{
51    margin-right:200px;  /* chrome */
52    width:67%;
53        -moz-border-radius:10px;
54        overflow:hidden;
55}
56#llgbotitle {padding:15px 0 5px 0;color:#c92;text-align:center;font-weight:700}
57textarea {overflow:hidden;}
58
59.submit{margin:10px;}
60
61TABLE.doubleSelect SELECT.HeaderList {
62        width: 100%; max-width: 90%; max-height: 20em;overflow-x: auto;
63}
64
65
Note: See TracBrowser for help on using the repository browser.