web/data/cubicweb.acl.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 17 Jun 2010 14:42:41 +0200
branchstable
changeset 5767 1d811df051c2
parent 5234 e2476d78b060
child 5819 1017163825c7
permissions -rw-r--r--
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files

/* styles for access control forms)
 *
 *  :organization: Logilab
 *  :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 */

/******************************************************************************/
/* security edition form (views/management.py)                                */
/******************************************************************************/

h2.schema{
 background : #ff7700;
 color: #fff;
 font-weight: bold;
 padding : 0.1em 0.3em;
}


h3.schema{
 font-weight: bold;
}

h4 a,
h4 a:link,
h4 a:visited{
 color:#000;
 }

table.schemaInfo {
  margin: 1em 0em;
  text-align: left;
  border: 1px solid black;
  border-collapse: collapse;
  width:100%;
}

table.schemaInfo th,
table.schemaInfo td {
  padding: .3em .5em;
  border: 1px solid grey;
  width:33%;
}


table.schemaInfo tr th {
 padding: 0.2em 0px 0.2em 5px;
 background-image:none;
 background-color:#dfdfdf;
}

table.schemaInfo thead tr {
  border: 1px solid #dfdfdf;
}

table.schemaInfo td {
  padding: 3px 10px 3px 5px;

}

a.users{
 color : #00CC33;
 font-weight: bold }

a.guests{
 color :  #ff7700;
 font-weight: bold;
}

a.owners{
 color : #8b0000;
 font-weight: bold;
}

a.managers{
 color: #000000;
}

.discret,
a.grey{
 color:#666;
}

a.grey:hover{
 color:#000;
}

.red{
 color :  #ff7700;
 }

div#schema_security{
 width:100%;
 }
/******************************************************************************/
/* user groups edition form (views/euser.py)                                  */
/******************************************************************************/

table#groupedit {
  margin: 1ex 1em;
  text-align: left;
  border: 1px solid black;
  border-collapse: collapse;
}

table#groupedit th,
table#groupedit td {
  padding: 0.5em 1em;
}

table#groupedit tr {
  border-bottom: 1px solid black;
}

table#groupedit tr.nogroup {
  border: 1px solid red;
  margin: 1px;
}

table#groupedit td {
  text-align: center;
  padding: 0.5em;
}