]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Apply unread message background to table cells
[rails.git] / app / assets / stylesheets / common.scss
index a366a1bc1dac33bf2df82e0a3d94a9c20f88450a..dcbf00be85d4f86ccf00ed11c5bf20caca2a39ab 100644 (file)
@@ -565,10 +565,6 @@ body.small-nav {
 
 /* Rules for attribution text under the main map shown on printouts */
 
 
 /* Rules for attribution text under the main map shown on printouts */
 
-#attribution {
-  display: none;
-}
-
 .donate-attr { color: darken($green, 10%) !important; }
 
 /* Rules for the sidebar */
 .donate-attr { color: darken($green, 10%) !important; }
 
 /* Rules for the sidebar */
@@ -638,9 +634,8 @@ header .search_forms,
 /* Rules for search sidebar */
 
 #sidebar .search_results_entry {
 /* Rules for search sidebar */
 
 #sidebar .search_results_entry {
-  ul li {
-    cursor: pointer;
-    &.selected { background: $list-highlight; }
+  ul li.selected {
+    background: $list-highlight;
   }
 
   .search_more .loader {
   }
 
   .search_more .loader {
@@ -648,11 +643,6 @@ header .search_forms,
   }
 }
 
   }
 }
 
-.search_results_error {
-  color: #f00;
-  padding: 10px 20px;
-}
-
 /* Rules for routing */
 
 div.direction {
 /* Rules for routing */
 
 div.direction {
@@ -666,8 +656,6 @@ div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
 }
 
 td.distance {
 }
 
 td.distance {
-    color: $darkgrey;
-    text-align: right;
     font-size: x-small;
 }
 tr.turn {
     font-size: x-small;
 }
 tr.turn {
@@ -944,12 +932,6 @@ tr.turn:hover {
   }
 }
 
   }
 }
 
-/* Rules for the user list */
-
-#user_list {
-  width: 100%;
-}
-
 /* Rules for the diary entry page */
 
 .diary_entries {
 /* Rules for the diary entry page */
 
 .diary_entries {
@@ -987,12 +969,6 @@ tr.turn:hover {
   }
 }
 
   }
 }
 
-/* Rules for the oauth authorization page */
-
-.oauth-authorize ul {
-  list-style: none;
-}
-
 /* Rules for messages pages */
 
 .messages {
 /* Rules for messages pages */
 
 .messages {
@@ -1000,7 +976,7 @@ tr.turn:hover {
     background: $offwhite;
   }
 
     background: $offwhite;
   }
 
-  .inbox-row-unread {
+  .inbox-row-unread td {
     background: #CBEEA7;
   }
 }
     background: #CBEEA7;
   }
 }