summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-01 06:18:32 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-01 06:18:32 +0000
commitd548d587300e3edf74c1a908dc8ccf4d862385a8 (patch)
treec91c73bd9c6a9196ab812dd6b55675c72f4d7740 /www
parent55d254ce0cf35f33a8f34aee3761713e960c5e36 (diff)
downloadacf-core-d548d587300e3edf74c1a908dc8ccf4d862385a8.tar.bz2
acf-core-d548d587300e3edf74c1a908dc8ccf4d862385a8.tar.xz
Changed the looks of the header of tables.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@867 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/ice/ice.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/ice/ice.css b/www/ice/ice.css
index 0e220b5..18619d2 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -50,8 +50,10 @@ input.error,select.error,textarea.error {
color: #777;
}
.header {
- background: #cccccc;
+ background: #eee;
+ border-bottom: 3px double #999;
font-weight: bold;
+ vertical-align: bottom;
}
pre {
font-family: monospace;
@@ -353,9 +355,12 @@ body {
border-right: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
}
-#content p,input.text,select,textarea,table,input.password {
+#content p,input.text,select,textarea,input.password {
width: 97%;
}
+#content table {
+ width: 100%;
+}
#content input.short {
width: 200px;
margin-right: 10px;