Sort-of fixes so the header does not collapse anymore. Header needs redesigning.

This commit is contained in:
Jef van Schendel 2012-03-07 16:24:23 +01:00
parent 8860fd0708
commit 2b7b701019

View File

@ -121,12 +121,13 @@ header {
.header_right {
float: right;
margin: 8px 0px 8px 8px;
}
a.logo {
color: #fff;
font-weight: bold;
margin-right: 8px;
margin: 8px 8px 8px 0;
}
.logo img {
@ -553,6 +554,15 @@ table.media_panel th {
.button_action, .button_action_highlight, .button_form {
padding: 9px 14px;
}
.header_right {
float: none;
display: inline-block;
}
header {
text-align: center;
}
}
@media screen and (max-width: 570px) {