summaryrefslogtreecommitdiff
path: root/www-ssl/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/css/base.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;
}