]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Increase z-index for maximised content
[rails.git] / app / assets / stylesheets / common.css.scss
index 56285564fdd9794b41e1e48d90a1da787de4252c..4ec0dced3c435787a1f9ef17ee9847ea255a59c2 100644 (file)
@@ -1084,6 +1084,7 @@ header .search_form {
       width: 50%;
       float: left;
       padding: 6px 10px;
+      word-wrap: break-word;
     }
 
     .browse-tag-k {
@@ -1195,7 +1196,7 @@ header .search_form {
 }
 
 .content-body {
-  h1, h2, h3, p {
+  h1, h2, h3, p, ul, ol {
     margin-bottom: $lineheight;
   }
 
@@ -1267,7 +1268,7 @@ header .search_form {
   right: 0;
   bottom: 0;
   border: 0;
-  z-index: 1000;
+  z-index: 2000;
 }
 
 #slim_container {
@@ -1673,6 +1674,10 @@ header .search_form {
   vertical-align: middle;
 }
 
+.inbox-sent {
+  white-space: nowrap;
+}
+
 .inbox-mark-unread,
 .inbox-mark-read,
 .inbox-delete {