aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-08 19:49:11 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-08 23:40:50 +0200
commit4a0d87e642c4d97ee2a026f1207e25a001518f3a (patch)
treeb742103cfbce8c7c576766f4db9016f0faa9b629 /css
parent0dfeabffccf3695f5f270964aa8ef8e3460ae440 (diff)
Abstracting the LDAP stuff in an OO library.
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index ac2b6e2..0084cf5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -85,11 +85,12 @@ td.label {
/* Listing table */
table.list {
- width:90%;
border-top:1px solid #e5eff8;
border-right:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
+ margin: 0px auto;
+ width: 500pt;
}
table.list td {
color:#678197;
@@ -123,7 +124,7 @@ table.list thead th {
}
.none {
font-size: 6pt;
- color: lightgray;
+ color: lightgray;
}
.help {
font-size: 8pt;
@@ -131,6 +132,10 @@ table.list thead th {
color: #6A6A6A;
padding: 0 50pt;
}
+h1 {
+ margin: 15pt auto 10pt auto;
+ width: 600pt;
+}
h4.label {
font-weight: bold;
text-align: center;