Add navigation button styles for mobile
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 12 Feb 2012 20:00:20 +0000 (21:00 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 12 Feb 2012 20:00:20 +0000 (21:00 +0100)
mediagoblin/static/css/base.css

index 674568f5fa0f87e438415ecb9597a8d2b3f1562c..f0ee888d298e57779f33401f1dc9d08635fd7b70 100644 (file)
@@ -545,4 +545,16 @@ table.media_panel th {
     width: 100%;
     margin: 0px;
   }
+  
+  .navigation {
+    float: none;
+  }
+  
+  .navigation_button {
+    width: 49%;
+  }
+  
+  .navigation_left {
+    margin-right: 0;
+  }
 }