]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Moved note description out of the sidebar header
[rails.git] / app / assets / stylesheets / common.css.scss
index e6862f9542d872e9e1110566fb54943d8dfa69b6..d96a04eae47d63a46b50e4eab2f6ab177f383de6 100644 (file)
@@ -36,7 +36,10 @@ abbr, acronym {
   cursor: help;
 }
 
-strong { font-weight: 500; }
+strong {
+  font-weight: bold;
+  font-weight: 500;
+}
 
 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
 
@@ -107,11 +110,15 @@ body.slim {
 }
 
 h1, h2, h3 {
+  font-weight: bold;
   font-weight: 500;
   line-height: 1.2;
 }
 
-h4, h5 { font-weight: 500; }
+h4, h5 {
+  font-weight: bold;
+  font-weight: 500;
+}
 
 h1 {
   font-size: 18px;
@@ -205,6 +212,7 @@ table {
     line-height: $lineheight;
   }
   th {
+    font-weight: bold;
     font-weight: 500;
     vertical-align: top;
   }
@@ -302,6 +310,7 @@ nav.primary {
   a.tab,
   .dropdown-toggle {
     display: inline-block;
+    font-weight: bold;
     font-weight: 500;
     color: $green;
     padding: 5px 15px;
@@ -360,7 +369,7 @@ nav.secondary {
 
   .user-menu {
     $border: 1px solid $grey;
-
+    font-weight: bold;
     font-weight: 500;
     border: $border;
     border-radius: $border-radius;
@@ -653,6 +662,7 @@ nav.secondary {
     p {
       padding: $lineheight/2 $lineheight $lineheight;
       font-size: 110%;
+      font-weight: normal;
       font-weight: 300;
     }
 
@@ -661,7 +671,7 @@ nav.secondary {
       float: left;
       margin: 0;
       border-radius: 0;
-      font-weight: 400;
+      font-weight: normal;
       padding: .6em;
 
       &.learn-more {
@@ -730,6 +740,7 @@ nav.secondary {
         padding: 2px 6px;
         border-bottom-right-radius: 3px;
         cursor: pointer;
+        font-weight: bold;
         font-weight: 500;
         font-size: 16px;
         text-stroke: 2px #fff;
@@ -866,7 +877,8 @@ nav.secondary {
   }
 }
 
-#sidebar_content {
+#sidebar {
+  #sidebar_loader,
   .loader,
   .load_more {
     text-align: center;
@@ -995,7 +1007,7 @@ header .search_form {
 
 #sidebar_content {
   .browse-section {
-    padding: $lineheight;
+    padding: $lineheight/2 $lineheight;
 
     h4:first-child {
       margin-top: 0;
@@ -1057,6 +1069,7 @@ header .search_form {
     }
 
     .browse-tag-k {
+      font-weight: bold;
       font-weight: 500;
       background-color: #F6F6F6;
     }
@@ -1075,6 +1088,14 @@ header .search_form {
 
   .note-comments li {
     margin: $lineheight/2 0;
+
+    p {
+      margin-left: 10px;
+    }
+  }
+
+  .note-description p {
+    margin-left: 10px;
   }
 }
 
@@ -1683,6 +1704,7 @@ header .search_form {
   h2 {
     margin: 0 -10px 10px -10px;
     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
+    font-weight: bold;
     font-weight: 500;
     font-size: 12px;
     background-color: #c00;
@@ -1716,6 +1738,7 @@ header .search_form {
     display: block;
     margin-bottom: $lineheight/4;
     font-size: $typeheight;
+    font-weight: bold;
     font-weight: 500;
     line-height: 1.5;
   }
@@ -2423,6 +2446,7 @@ a.button {
     h1 {
       display: block;
       color: white;
+      font-weight: normal;
       font-weight: 300;
       font-size: 34px;
       span {