summaryrefslogtreecommitdiff
path: root/www-ssl/css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-03 06:40:29 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-03 06:40:29 +0200
commit35fe4b3ed65718e9d09951b8879cc7cc69f7c1ef (patch)
treeba27e1bfa44daf8f973900f63270fcc5649c720d /www-ssl/css
parent705370aec6c21a7e1a91d58d0ae4f3f1aaaab081 (diff)
admin user
Diffstat (limited to 'www-ssl/css')
-rw-r--r--www-ssl/css/base.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css
index 0a137099..236eba81 100644
--- a/www-ssl/css/base.css
+++ b/www-ssl/css/base.css
@@ -120,6 +120,22 @@ textarea {
width: 300px;
}
+.hidden {
+ background: #fff;
+ border: 1px solid #888;
+ display: none;
+ font-size: 12px;
+ padding: 4px;
+}
+
+td .hidden {
+ position: absolute;
+}
+
+tr:hover .hidden {
+ display: block;
+}
+
.clear {
clear: both;
}