summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-08 16:56:17 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-08 16:56:17 +0000
commit0e15afde049a2482bf990fcf6bb7c430731693f6 (patch)
tree57cbf1e62c7ddde850b4a1dbae5fbb88ffde4fb4 /www
parentd711ef4c2902184089629f9d02bf37cb58e3b157 (diff)
downloadacf-core-0e15afde049a2482bf990fcf6bb7c430731693f6.tar.bz2
acf-core-0e15afde049a2482bf990fcf6bb7c430731693f6.tar.xz
Small mods in the css
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@516 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'www')
-rw-r--r--www/static/static.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/www/static/static.css b/www/static/static.css
index 472d158..1915ed2 100644
--- a/www/static/static.css
+++ b/www/static/static.css
@@ -50,7 +50,7 @@ hr {
height: 3px;
}
.error {
- height: 0px;
+/* height: 0px; */
font-size: 11pt;
font-weight: bold;
color: #f33;
@@ -290,6 +290,7 @@ body {
padding: 0px 10px 0px 5px;
}
#content h1 {
+ display: block;
clear: both;
height: 18px;
padding: 2px 0px 0px 5px;
@@ -306,6 +307,7 @@ body {
}
#content h2 {
+ display: block;
clear: both;
height: 18px;
padding: 2px 0px 0px 10px;
@@ -321,10 +323,11 @@ body {
color: #5c7b99;
}
#content h3 {
+ display: block;
clear: both;
height: 14px;
padding: 0px 0px 0px 15px;
- margin: 0px 0px 2px -5px;
+ margin: 20px 0px 2px -5px;
text-decoration: none;
font-size: 12px;
font-weight: thin;
@@ -338,6 +341,11 @@ body {
#content p {
clear: both;
+ display: block;
+}
+#content p.error {
+ clear: both;
+ display: block;
}
#content dt {
@@ -356,6 +364,7 @@ body {
}
#content dd {
+ display: block;
float: left;
width: 68%;
color: #444;
@@ -365,6 +374,9 @@ body {
font-weight: light;
/* background: green; */
}
+#content dd.error {
+ color: red;
+}
#content textarea {
width: 99%;