web/data/cubicweb.acl.css
changeset 5234 e2476d78b060
parent 5232 78c1a531f7b3
child 5767 1d811df051c2
equal deleted inserted replaced
5233:673b63953e7a 5234:e2476d78b060
    15  font-weight: bold;
    15  font-weight: bold;
    16  padding : 0.1em 0.3em;
    16  padding : 0.1em 0.3em;
    17 }
    17 }
    18 
    18 
    19 
    19 
    20 h3.schema{ 
    20 h3.schema{
    21  font-weight: bold;
    21  font-weight: bold;
    22 }
    22 }
    23 
    23 
    24 h4 a,
    24 h4 a,
    25 h4 a:link,
    25 h4 a:link,
    26 h4 a:visited{ 
    26 h4 a:visited{
    27  color:#000;
    27  color:#000;
    28  }
    28  }
    29 
    29 
    30 table.schemaInfo {
    30 table.schemaInfo {
    31   margin: 1em 0em;
    31   margin: 1em 0em;
    37 
    37 
    38 table.schemaInfo th,
    38 table.schemaInfo th,
    39 table.schemaInfo td {
    39 table.schemaInfo td {
    40   padding: .3em .5em;
    40   padding: .3em .5em;
    41   border: 1px solid grey;
    41   border: 1px solid grey;
    42   width:33%; 
    42   width:33%;
    43 }
    43 }
    44 
    44 
    45 
    45 
    46 table.schemaInfo tr th {   
    46 table.schemaInfo tr th {
    47  padding: 0.2em 0px 0.2em 5px;
    47  padding: 0.2em 0px 0.2em 5px;
    48  background-image:none;
    48  background-image:none;
    49  background-color:#dfdfdf;
    49  background-color:#dfdfdf;
    50 }
    50 }
    51 
    51 
    52 table.schemaInfo thead tr {
    52 table.schemaInfo thead tr {
    53   border: 1px solid #dfdfdf;
    53   border: 1px solid #dfdfdf;
    54 } 
    54 }
    55 
    55 
    56 table.schemaInfo td {
    56 table.schemaInfo td {
    57   padding: 3px 10px 3px 5px; 
    57   padding: 3px 10px 3px 5px;
    58 
    58 
    59 }
    59 }
    60 
    60 
    61 div.users, a.users{ 
    61 a.users{
    62  color : #00CC33;
    62  color : #00CC33;
    63  font-weight: bold }
    63  font-weight: bold }
    64 
    64 
    65 div.guests, a.guests{ 
    65 a.guests{
    66  color :  #ff7700;
    66  color :  #ff7700;
    67  font-weight: bold;
    67  font-weight: bold;
    68 }
    68 }
    69 
    69 
    70 div.staff, a.staff{  
    70 a.owners{
    71  color : #0083ab;
       
    72  font-weight: bold;
       
    73 }
       
    74 
       
    75 div.owners, a.owners{ 
       
    76  color : #8b0000;
    71  color : #8b0000;
    77  font-weight: bold;
    72  font-weight: bold;
    78 }
    73 }
    79 
    74 
    80 div.managers, a.managers{
    75 a.managers{
    81  color: #000000;
    76  color: #000000;
    82 }
    77 }
    83 
    78 
    84 .discret,
    79 .discret,
    85 a.grey{ 
    80 a.grey{
    86  color:#666;
    81  color:#666;
    87 }
    82 }
    88 
    83 
    89 a.grey:hover{ 
    84 a.grey:hover{
    90  color:#000;
    85  color:#000;
    91 }
    86 }
    92 
    87 
    93 .red{ 
    88 .red{
    94  color :  #ff7700;
    89  color :  #ff7700;
    95  }
    90  }
    96 
    91 
    97 div#schema_security{ 
    92 div#schema_security{
    98  width:100%;
    93  width:100%;
    99  }
    94  }
   100 /******************************************************************************/
    95 /******************************************************************************/
   101 /* user groups edition form (views/euser.py)                                  */
    96 /* user groups edition form (views/euser.py)                                  */
   102 /******************************************************************************/
    97 /******************************************************************************/