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

Last change on this file since 14112 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
RevLine 
[4525]1#picker, #framepicker{
[4578]2        float:right;    margin-left:0;  margin-top:0;}
[4525]3       
4#framepicker{
[4578]5        float:right;    margin-left:0;
6        margin-top:12%;
7        margin-right:4%;
8        }
[4525]9       
10 
11.colorwell-selected {
12     border: 2px solid red;
13     font-weight: bold;
[4579]14         padding:.2em;
[4525]15         -moz-border-radius:6px;
16   }
17.llgbolabel{
18        text-align:left;
[4578]19        padding:0;
20        margin :0;
[4525]21}
[4574]22.llgboinput{
[6259]23        text-align:right;
[4578]24        margin :0;
[6259]25        width:100px;
[4578]26
[4574]27}
[4525]28.llgbofield , .colorwell ,.colorwellf{
[4578]29        width:60px;text-align:left;
[4525]30}
31.llgbofieldf {
[4578]32        width:20px;text-align:left;
[4525]33}
34#llgbotable{
[4578]35        margin:1em;
[6259]36        width:600px;
[4578]37margin:auto} 
38#llgboHeadertable{
39        margin:1em;
40        width:500px;
41        margin:auto
42}
43#llgboframetable{
[4579]44        margin-right:200px;  /* chrome */
45        width:60%; 
46        text-align:left;
[4525]47} 
[4578]48#gboh2{text-align:center; position: relative;top:1.5em;left:40%}
49
[4525]50#tooltip{
[4579]51    margin-right:200px;  /* chrome */
[4578]52    width:67%;
[4525]53        -moz-border-radius:10px;
[4578]54        overflow:hidden;
[4525]55}
[4574]56#llgbotitle {padding:15px 0 5px 0;color:#c92;text-align:center;font-weight:700}
[4525]57textarea {overflow:hidden;}
58
59.submit{margin:10px;}
[4574]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.