]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix new note wrapping
[rails.git] / app / assets / stylesheets / common.css.scss
index f88e0d1d2fcec35901148bab0dc590b3c6fa3e74..6468635cfddabfbe2e7fc5ec80bd620b7267f267 100644 (file)
@@ -248,7 +248,7 @@ header {
   height: $headerHeight;
   position: relative;
   z-index: 1001;
   height: $headerHeight;
   position: relative;
   z-index: 1001;
-  font-size: 13px;
+  font-size: 14px;
 
   h1, nav, nav > ul, nav > ul > li, .dropdown {
     display: inline-block;
 
   h1, nav, nav > ul, nav > ul > li, .dropdown {
     display: inline-block;
@@ -270,7 +270,7 @@ header {
   img.logo {
     width: 30px;
     height: 30px;
   img.logo {
     width: 30px;
     height: 30px;
-    margin-top: -4px;
+    margin-top: -2px;
     vertical-align: middle;
   }
 
     vertical-align: middle;
   }
 
@@ -357,7 +357,7 @@ nav.secondary {
       display: inline-block;
       text-decoration: none;
       color: $darkgrey;
       display: inline-block;
       text-decoration: none;
       color: $darkgrey;
-      padding: 5px;
+      padding: 3px 5px 5px 5px;
 
       &:hover { color: darken($darkgrey, 25%); }
     }
 
       &:hover { color: darken($darkgrey, 25%); }
     }
@@ -369,8 +369,6 @@ nav.secondary {
 
   .user-menu {
     $border: 1px solid $grey;
 
   .user-menu {
     $border: 1px solid $grey;
-    font-weight: bold;
-    font-weight: 500;
     border: $border;
     border-radius: $border-radius;
     margin-left: 10px;
     border: $border;
     border-radius: $border-radius;
     margin-left: 10px;
@@ -397,7 +395,8 @@ nav.secondary {
     &.logged-in > a {
       padding: 0;
       > .user-button {
     &.logged-in > a {
       padding: 0;
       > .user-button {
-        padding: 5px 10px 5px 6px;
+        line-height: 1.8;
+        padding: 5px 10px 3px 6px;
         display: inline-block;
         color: $darkgrey;
       }
         display: inline-block;
         color: $darkgrey;
       }
@@ -414,7 +413,7 @@ nav.secondary {
     border: 0;
     vertical-align: top;
     margin-top: 0px;
     border: 0;
     vertical-align: top;
     margin-top: 0px;
-    margin: 3px 0 0 3px;
+    margin: 4px 0 0 4px;
     border-radius: 2px;
   }
 
     border-radius: 2px;
   }
 
@@ -893,7 +892,7 @@ nav.secondary {
   .load_more {
     text-align: center;
     margin: $lineheight auto;
   .load_more {
     text-align: center;
     margin: $lineheight auto;
-    width: $lineheight;
+    width: 40px;
     display: block;
   }
 }
     display: block;
   }
 }
@@ -1379,6 +1378,10 @@ header .search_form {
 }
 
 .user-view {
 }
 
 .user-view {
+  // Silly exception; remove when user page is redesigned.
+  .content-inner {
+    max-width: none;
+  }
   p#no_home_location {
     margin: $lineheight;
   }
   p#no_home_location {
     margin: $lineheight;
   }