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