diff --git a/themes/default/css.php b/themes/default/css.php index ec99abbf21..5a49932170 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -1099,46 +1099,6 @@ else { //default: white -moz-box-shadow: 0 2px ; box-shadow: 0 2px ; } - - div#body_header a { - color: ; - } - - div#body_header a:hover { - color: ; - text-decoration: none; - } - - div#body_header_user_menu { - z-index: 6; - display: none; - position: absolute; - top: 50px; - /* right: specified in /resources/classes/menu.php */ - padding: 15px; - background-color: ; - border: 1px solid ; - - -webkit-border-radius: ; - -moz-border-radius: ; - border-radius: ; - - -webkit-box-shadow: 0 2px ; - -moz-box-shadow: 0 2px ; - box-shadow: 0 2px ; - } - - @media (max-width: 575.98px) { - div#body_header_user_menu { - width: calc(100% - 20px); - /* right: specified in /resources/classes/menu.php */ - } - } - - div#body_header_user_menu a { - font-size: 90%; - text-decoration: none; - } div#body_header { padding: 10px; @@ -1150,6 +1110,48 @@ else { //default: white } + div#body_header a { + color: ; + } + + div#body_header a:hover { + color: ; + text-decoration: none; + } + + div#body_header_user_menu { + z-index: 6; + display: none; + position: absolute; + + top: 50px; + + /* right: specified in /resources/classes/menu.php */ + padding: 15px; + background-color: ; + border: 1px solid ; + + -webkit-border-radius: ; + -moz-border-radius: ; + border-radius: ; + + -webkit-box-shadow: 0 2px ; + -moz-box-shadow: 0 2px ; + box-shadow: 0 2px ; + } + + @media (max-width: 575.98px) { + div#body_header_user_menu { + width: calc(100% - 20px); + /* right: specified in /resources/classes/menu.php */ + } + } + + div#body_header_user_menu a { + font-size: 90%; + text-decoration: none; + } + div#body_header_brand_image { display: inline-block; margin-left: 8px;