From e620f19487c5dd8bf2c072c0dc18e04ed601d08e Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 28 Jan 2026 20:44:27 +0000 Subject: Refactor: move login menu CSS to static stylesheet - Add /static/css/front.css to templates\n- Remove duplicated #login-container/#signin_menu CSS blocks from templates\n- Normalize front.css positioning for the login menu --- static/css/front.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'static/css') diff --git a/static/css/front.css b/static/css/front.css index ce10851..ef0ee70 100755 --- a/static/css/front.css +++ b/static/css/front.css @@ -2,11 +2,11 @@ float: right; /*width:780px; margin:0 auto;*/ -right:3; +right:7px; color:#fff; - position: relative; -top:8px; -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; } -- cgit v1.2.3-70-g09d2