web/data/cubicweb.preferences.css
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 /* styles for preferences form (views/management.py)
       
     2  *
       
     3  *  :organization: Logilab
       
     4  *  :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     5  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6  */
       
     7 
       
     8 div.propertiesform {
       
     9   margin-bottom: 1.2857em;
       
    10   line-height: 1.2857em;
       
    11   font-size: %(h3FontSize)s;
       
    12 }
       
    13 
       
    14 div.propertiesform a {
       
    15   display: block;
       
    16   margin: 10px 0px 6px 0px;
       
    17   padding-left: 16px;
       
    18   font-weight: bold;
       
    19   color: #000;
       
    20   background: transparent url("puce_down.png") 3px center no-repeat;
       
    21   text-decoration:none;
       
    22 }
       
    23 
       
    24 div.propertiesform a:hover {
       
    25   background-color: %(listingHeaderBgColor)s;
       
    26 }
       
    27 
       
    28 .preferences .validateButton {
       
    29   margin-top: 0px;
       
    30  }
       
    31 
       
    32 fieldset.preferences {
       
    33   margin: 7px 1em 0;
       
    34   padding: 2px 6px 6px;
       
    35   border : 1px solid %(pageContentBorderColor)s;
       
    36 }
       
    37 
       
    38 div.component {
       
    39   margin: 0 0 1em 16px;
       
    40 }
       
    41 
       
    42 a.componentTitle {
       
    43  font-weight: bold;
       
    44  color: #000
       
    45 }
       
    46 
       
    47 a.componentTitle:visited {
       
    48   color: #000;
       
    49 }
       
    50 
       
    51 div.preffield {
       
    52   margin-bottom: 5px;
       
    53   padding: 2px 5px;
       
    54   background: %(listingHeaderBgColor)s;
       
    55 }
       
    56 
       
    57 div.prefinput {
       
    58   margin: .3em;
       
    59 }
       
    60 
       
    61 div.prefinput select.changed,
       
    62 div.prefinput input.changed {
       
    63   border: 1px solid #000;
       
    64   font-weight: bold;
       
    65 }
       
    66 
       
    67 .prefinput input.error {
       
    68   border:1px solid red !important;
       
    69   color:red;
       
    70   padding-right:1em;
       
    71 }
       
    72 
       
    73 div.formsg {
       
    74   font-weight: bold;
       
    75   margin: 0.5em 0px;
       
    76 }
       
    77 
       
    78 div.critical {
       
    79   color: red;
       
    80   padding-left: 20px;
       
    81   background: #fff url(critical.png) no-repeat;
       
    82  }
       
    83 
       
    84 div.formsg .msg {
       
    85   color: green;
       
    86 }
       
    87 
       
    88 .helper {
       
    89   font-size: 96%;
       
    90   color: %(helperColor)s;
       
    91   padding: 0;
       
    92 }
       
    93 
       
    94 div.prefinput .helper:hover {
       
    95   color: #000;
       
    96   cursor: default;
       
    97 }
       
    98 
       
    99 div.openlink {
       
   100   display: inline;
       
   101  }