web/data/cubicweb.preferences.css
changeset 0 b97547f5f1fa
child 1611 5f9889daf662
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 /* styles for preferences form (views/management.py)
       
     2  *
       
     3  *  :organization: Logilab
       
     4  *  :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6  */
       
     7 
       
     8 .componentTitle{
       
     9  font-weight:bold;
       
    10  color: #ff7700;
       
    11  padding:0px 4px;
       
    12 }
       
    13 
       
    14 h2.propertiesform a{
       
    15  display:block;
       
    16  margin: 10px 0px 6px 0px;
       
    17  font-weight: bold;
       
    18  color: #222211;
       
    19  padding: 0.2em 0.2em 0.2em 16px;
       
    20  background:#eeedd9 url("puce_down.png") 3px center no-repeat;
       
    21  font-size:76%;
       
    22 }
       
    23 
       
    24 h2.propertiesform a:hover{
       
    25  color:#000;
       
    26  background-color:#cfceb7;
       
    27  text-decoration:none;
       
    28 }