summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;