diff options
Diffstat (limited to 'static/form_login/front.css')
| -rwxr-xr-x | static/form_login/front.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/static/form_login/front.css b/static/form_login/front.css index b043035..ef0ee70 100755 --- a/static/form_login/front.css +++ b/static/form_login/front.css @@ -2,11 +2,11 @@ float: right; /*width:780px; margin:0 auto;*/ -right:3; +right:7px; color:#fff; - position: relative; -top:10px; -z-index:20000000; + position: fixed; +top:4px; + z-index:20000000; } @@ -90,7 +90,9 @@ a.signin.menu-open span {cursor:pointer; margin-right: 0px; *margin-right: -1px; color:#789; - font-size:11px; box-shadow: 3px 2px 2px #ccc; + font-size:11px; + line-height:12px; + box-shadow: 3px 2px 2px #ccc; -webkit-box-shadow: 3px 2px 2px #ccc; z-index:50000000; -moz-box-shadow: 3px 2px 2px #ccc; @@ -156,4 +158,4 @@ border:0; } .no-cursor { cursor: none; } .invisible { display: none !important; } -#cursor-big { position: absolute; z-index: 1000; }
\ No newline at end of file +#cursor-big { position: absolute; z-index: 1000; } |
