diff options
Diffstat (limited to 'themes/fab/css-1.5.1/style.css')
| -rw-r--r-- | themes/fab/css-1.5.1/style.css | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/themes/fab/css-1.5.1/style.css b/themes/fab/css-1.5.1/style.css index 55da475fc9..7eb3d9d730 100644 --- a/themes/fab/css-1.5.1/style.css +++ b/themes/fab/css-1.5.1/style.css @@ -1196,47 +1196,43 @@ html[dir=rtl] .person_box_template i[class^="icon-silhouette"] { } /* ============== medialist.php ======================= */ -#lightbox-menu { - margin-bottom: 60px; -} .lb-menu { - position: relative; - float: left; - list-style-type: none; - margin: 0 10px; + display: inline-block; + margin: 0; } .lb-menu ul { + display: block; list-style-type: none; } -.lb-menu li { +.lb-menu > li { font-weight: normal; float: left; top: 0; } +.lb-menu li:first-child { + padding-left: 0; +} .lb-menu > li ul { display: none; - width: 80px; } .lb-menu > li:hover ul { - display: block; - top: 36px; -} -.lb-menu a { - display: block; + display: block; top: 36px; } .lb-menu li a { - padding-top: 12px; + padding-top: 24px; } .lb-menu li li a { padding: 1px 10px 1px 5px; } -html[dir=rtl] .lb-menu { - float: right; +.makeMenu.lb-menu li:before{ + content: ""; } -html[dir=rtl] .lb-menu li { +.lb-image_edit, .lb-image_link{ + padding-right: 5px; +} +html[dir=rtl] .lb-menu > li { float: right; } - /* ============== login.php ======================= */ #login-register-page h2 { text-align: center; |
