diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-11 13:42:51 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-11 15:59:02 +0200 |
commit | ccaacf44d01471670fa8650a8498dcd49c29b358 (patch) | |
tree | 2558d1619ee421283a79222a9c5580325a57dfc9 /data | |
parent | ba9c11dce576becf8669a11519d69322066444c4 (diff) |
Display login boxes on upload_form
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r-- | data/default.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/default.css b/data/default.css index cd8b1af8e..399ca1410 100644 --- a/data/default.css +++ b/data/default.css @@ -56,22 +56,6 @@ p, li { padding-right: 10px; } -#login-form { - visibility: hidden; - position: absolute; - right: 0; - top: 0; - - /* these help to keep the box displayed once the user hovered over login*/ - padding-top: 35px; - padding-left: 10px; - padding-bottom: 10px; -} - -a:hover #login-form { - visibility: visible; -} - .top a { color: lightblue; } |