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

Last change on this file since 28990 was 28990, checked in by gbo, 10 years ago

Release 27..A new admin part

  • Property svn:eol-style set to LF
File size: 957 bytes
Line 
1#picker{
2        float:right;
3        padding-top:1em}
4       
5#framepicker{
6        float:right;
7        padding:10em 0 0 0;
8                }
9.colorwell-selected {
10     border: 2px solid red;
11     font-weight: bold;
12         padding:.2em;
13         -moz-border-radius:6px;
14   }           
15#configcontent {
16        width:700px;
17        margin:0 auto;}
18       
19#configcontent label:not(.no-bold) {
20  font-weight: bold;
21}
22       
23#leftpart {
24        float:left;
25        min-width:670px;
26                }
27#leftpart input {
28        margin-left:0.3em;
29        }
30form ul li span {
31                margin:0 .5em 0 .5em}
32               
33 #toolTip ul li ,  .llgboFR  ul li{
34        margin-right:200px;
35        text-align:right;
36}
37
38 
39#gboh4{text-align:center; margin:1.8em}
40#gboh2{text-align:center; position: relative; top: 1.5em;left:30%}
41#llgbotitle {margin:1em 0 1em 2em;color:#c92;font-weight:700,text-align:center;}
42.submit, .clearmargin {clear:both}
43
44
45.graphicalCheckbox {
46          font-size:16px;
47          line-height:16px;
48          color:#FF3363;
49          font-weight: bold;
50}
51.icon-check {
52                color:green;
53                } 
54               
55.graphicalCheckbox + input {
56  display:none;
57}
Note: See TracBrowser for help on using the repository browser.