]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Save the user record after changing it
[rails.git] / app / assets / stylesheets / common.css.scss
index f807db251f49ce92a9c8b22f4afd6028819dc412..12a5a808998d059acaee68c3d8086128bccc8655 100644 (file)
@@ -248,11 +248,15 @@ h2 {
 
 /* Rules for tabbed navigation bar */
 
-#tabnav {
-  height: 29px;
+#top-bar {
   border-bottom: 1px solid #ccc;
+  height: 29px;
+}
+
+#tabnav {
   padding: 0;
   margin: 0;
+  overflow:hidden;
 }
 
 #tabnav li {
@@ -292,10 +296,10 @@ h2 {
 /* Rules for greeting bar in the top right corner */
 
 #greeting {
-  height: 30px;
+  height: 28px;
   margin: 0px;
   font-size: 13px;
-  line-height: 30px;
+  line-height: 28px;
 }
 
 .greeting-bar-unread {