cubicweb/web/data/cubicweb.acl.css
changeset 11057 0b59724cb3f2
parent 5819 1017163825c7
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 /* styles for access control forms)
       
     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 /******************************************************************************/
       
     9 /* security edition form (views/management.py)   web/views/schema.py          */
       
    10 /******************************************************************************/
       
    11 
       
    12 h2.schema{
       
    13  color: %(aColor)s;
       
    14 }
       
    15 
       
    16 table.schemaInfo td a.users{
       
    17  color : #00CC33;
       
    18  font-weight: bold;
       
    19 }
       
    20 
       
    21 table.schemaInfo td a.guests{
       
    22  color:  #ff7700;
       
    23  font-weight: bold;
       
    24 }
       
    25 
       
    26 table.schemaInfo td a.owners{
       
    27  color: #8b0000;
       
    28  font-weight: bold;
       
    29 }
       
    30 
       
    31 table.schemaInfo td a.managers{
       
    32  color: #000000;
       
    33  font-weight: bold;
       
    34 }
       
    35 
       
    36 .discret,
       
    37 table.schemaInfo td a.grey{
       
    38  color:#666;
       
    39 }
       
    40 
       
    41 a.grey:hover{
       
    42  color:#000;
       
    43 }
       
    44 
       
    45 .red{
       
    46  color:  #ff7700;
       
    47  }
       
    48 
       
    49 div#schema_security{
       
    50  width:100%;
       
    51  }