author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 02 Feb 2011 11:11:53 +0100 | |
branch | stable |
changeset 6933 | c99416cdd94b |
parent 5819 | 1017163825c7 |
permissions | -rw-r--r-- |
0 | 1 |
/* styles for access control forms) |
2 |
* |
|
3 |
* :organization: Logilab |
|
5767
1d811df051c2
[packaging] MANIFEST.in cleanups, update js/css copyright, remove no more used files
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
5234
diff
changeset
|
4 |
* :copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
0 | 5 |
* :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
6 |
*/ |
|
7 |
||
8 |
/******************************************************************************/ |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
9 |
/* security edition form (views/management.py) web/views/schema.py */ |
0 | 10 |
/******************************************************************************/ |
11 |
||
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
12 |
h2.schema{ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
13 |
color: %(aColor)s; |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
14 |
} |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
15 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
16 |
table.schemaInfo td a.users{ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
17 |
color : #00CC33; |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
18 |
font-weight: bold; |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
19 |
} |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
20 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
21 |
table.schemaInfo td a.guests{ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
22 |
color: #ff7700; |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
23 |
font-weight: bold; |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
24 |
} |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
25 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
26 |
table.schemaInfo td a.owners{ |
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
27 |
color: #8b0000; |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
28 |
font-weight: bold; |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
29 |
} |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
30 |
|
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
31 |
table.schemaInfo td a.managers{ |
5232
78c1a531f7b3
ticket #787032, schema view improvement
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents:
1494
diff
changeset
|
32 |
color: #000000; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
33 |
font-weight: bold; |
5232
78c1a531f7b3
ticket #787032, schema view improvement
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents:
1494
diff
changeset
|
34 |
} |
78c1a531f7b3
ticket #787032, schema view improvement
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents:
1494
diff
changeset
|
35 |
|
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
36 |
.discret, |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
37 |
table.schemaInfo td a.grey{ |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
38 |
color:#666; |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
39 |
} |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
40 |
|
5234
e2476d78b060
ticket #787103, relation schema view enhancements
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents:
5232
diff
changeset
|
41 |
a.grey:hover{ |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
42 |
color:#000; |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
43 |
} |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
44 |
|
5234
e2476d78b060
ticket #787103, relation schema view enhancements
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents:
5232
diff
changeset
|
45 |
.red{ |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
46 |
color: #ff7700; |
1494
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
47 |
} |
d68aac1cda0d
#342695: add new security section to the schema view
Katia Saurfelt <katia.saurfelt@logilab.fr>
parents:
0
diff
changeset
|
48 |
|
5234
e2476d78b060
ticket #787103, relation schema view enhancements
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents:
5232
diff
changeset
|
49 |
div#schema_security{ |
5232
78c1a531f7b3
ticket #787032, schema view improvement
Sandrine Ribeau <sandrine.ribeau@logilab.fr>
parents:
1494
diff
changeset
|
50 |
width:100%; |
5819
1017163825c7
[css] more css rework, need visual test in compat/new modes
katia
parents:
5767
diff
changeset
|
51 |
} |