summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-05 15:07:34 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-05 15:07:34 +0000
commit91653931e66a76d5b135398a0e022af18e087491 (patch)
tree0d06c9739eaa5adfc2580b53f4f25adfffb22893 /www
parent99d0dea39518cd5901e66e753deba26c9df02b6b (diff)
downloadacf-core-91653931e66a76d5b135398a0e022af18e087491.tar.bz2
acf-core-91653931e66a76d5b135398a0e022af18e087491.tar.xz
Added background color to table-header (class=header).
Specified width to <INPUT CLASS=password>. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@693 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/ice/ice.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/ice/ice.css b/www/ice/ice.css
index 54384b5..999dfdc 100644
--- a/www/ice/ice.css
+++ b/www/ice/ice.css
@@ -33,7 +33,9 @@ input {
border: 1px solid #ccc;
}
hr {
- background-color: #ff9933;
+ background-color: #eee;
+ border: none;
+ border-top: 1px solid #bbb;
height: 3px;
}
.error {
@@ -345,13 +347,20 @@ body {
border-right: 1px solid #cacaca;
border-bottom: 1px solid #cacaca;
}
-#content p,input.text,select,textarea,table {
+#content p,input.text,input.password,select,textarea,table {
width: 99%;
}
#content table {
margin: 5px;
margin-top: 0px;
}
+#content .header {
+ background: #bbb;
+ color: white;
+ font-weight: bold;
+ font-size: 14pt;
+}
+
#content textarea {
height: 300px;
}