Ignore:
Timestamp:
Jul 7, 2014, 9:26:18 PM (10 years ago)
Author:
gbo
Message:

Release 27..A new admin part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/css/look_like_gbo2_admin.css

    r6259 r28990  
    1 #picker, #framepicker{
    2         float:right;    margin-left:0;  margin-top:0;}
     1#picker{
     2        float:right;
     3        padding-top:1em}
    34       
    45#framepicker{
    5         float:right;    margin-left:0;
    6         margin-top:12%;
    7         margin-right:4%;
    8         }
    9        
    10  
     6        float:right;
     7        padding:10em 0 0 0;
     8                }
    119.colorwell-selected {
    1210     border: 2px solid red;
     
    1412         padding:.2em;
    1513         -moz-border-radius:6px;
    16    }
    17 .llgbolabel{
    18         text-align:left;
    19         padding:0;
    20         margin :0;
     14   }           
     15#configcontent {
     16        width:700px;
     17        margin:0 auto;}
     18       
     19#configcontent label:not(.no-bold) {
     20  font-weight: bold;
    2121}
    22 .llgboinput{
     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;
    2335        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;
    37 margin: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}
    57 textarea {overflow:hidden;}
    58 
    59 .submit{margin:10px;}
    60 
    61 TABLE.doubleSelect SELECT.HeaderList {
    62         width: 100%; max-width: 90%; max-height: 20em;overflow-x: auto;
    6336}
    6437
     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}
    6543
     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 TracChangeset for help on using the changeset viewer.