Sort-of fixes so the header does not collapse anymore. Header needs redesigning.
authorJef van Schendel <mail@jefvanschendel.nl>
Wed, 7 Mar 2012 15:24:23 +0000 (16:24 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Wed, 7 Mar 2012 15:24:23 +0000 (16:24 +0100)
mediagoblin/static/css/base.css

index e173d36fb7ef3ef641ae4a6541f05299eb9adec5..5808d7c53b90b09d660deebab9b3b76fa3dc9dbf 100644 (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) {