web/data/cubicweb.preferences.css
changeset 1611 5f9889daf662
parent 0 b97547f5f1fa
child 1865 62d3726ad8cb
equal deleted inserted replaced
1610:d38e10f92938 1611:5f9889daf662
     3  *  :organization: Logilab
     3  *  :organization: Logilab
     4  *  :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     4  *  :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6  */
     6  */
     7 
     7 
     8 .componentTitle{
     8 
       
     9 table.preferences td{ 
       
    10  padding: 0 0.5em 1em;
       
    11  }
       
    12 
       
    13 fieldset.preferences{  
       
    14  border : 1px solid #CFCEB7;
       
    15  margin:1em 0;
       
    16  padding:0 1em 1em;
       
    17 }
       
    18 
       
    19 div.preffield {
       
    20  margin-bottom: 0.8em ;
       
    21 }
       
    22 
       
    23 /*
       
    24 div.preffield label{ 
       
    25  font-size:110%
       
    26  }
       
    27 */
       
    28 
       
    29 div.prefinput{ 
       
    30  margin:.3em 0;
       
    31 }
       
    32 
       
    33 div.componentLink{ 
       
    34  margin-top:0.3em;
       
    35  }
       
    36 
       
    37 a.componentTitle{
     9  font-weight:bold;
    38  font-weight:bold;
    10  color: #ff7700;
    39  color: #000;
    11  padding:0px 4px;
    40  }
       
    41 
       
    42 a.componentTitle:visited{
       
    43  color: #000;
    12 }
    44 }
       
    45 
       
    46 
    13 
    47 
    14 h2.propertiesform a{
    48 h2.propertiesform a{
    15  display:block;
    49  display:block;
    16  margin: 10px 0px 6px 0px;
    50  margin: 10px 0px 6px 0px;
    17  font-weight: bold;
    51  font-weight: bold;
    24 h2.propertiesform a:hover{
    58 h2.propertiesform a:hover{
    25  color:#000;
    59  color:#000;
    26  background-color:#cfceb7;
    60  background-color:#cfceb7;
    27  text-decoration:none;
    61  text-decoration:none;
    28 }
    62 }
       
    63 
       
    64 div.prefinput select.changed,
       
    65 div.prefinput input.changed{ 
       
    66  background:#eeedd9;
       
    67  border: 1px solid #eeedd9;
       
    68 }
       
    69 
       
    70 div.prefinput select,
       
    71 div.prefinput input{ 
       
    72  background:#fff;
       
    73  border: 1px solid #CFCEB7;
       
    74 }
       
    75 
       
    76 .prefinput input.error {
       
    77  background:transparent url(error.png) no-repeat scroll 100% 50% !important;
       
    78 }
       
    79 
       
    80 
       
    81 div.formsg{ 
       
    82  font-weight:bold;
       
    83  margin:0.5em 0px;
       
    84  }
       
    85 
       
    86 
       
    87 div.formsg .critical{ 
       
    88  color:red;
       
    89  padding-left:20px;
       
    90  background:#fff url(critical.png) no-repeat;
       
    91  }
       
    92 
       
    93 div.formsg .message{ 
       
    94  color : green;
       
    95 }
       
    96 
       
    97 .helper{
       
    98   font-size: 96%;
       
    99   color: #555544;
       
   100   padding:0; 
       
   101 }
       
   102 
       
   103 div.prefinput .helper:hover {
       
   104   color: #000;
       
   105   cursor: default;
       
   106 }
       
   107 
       
   108 .error{ 
       
   109  color:red;
       
   110  padding-right:1em;
       
   111  }
       
   112 
       
   113 div.openlink{ 
       
   114  display:inline;
       
   115  }