]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
simple css fix on answer-body
[osqa.git] / forum / skins / default / media / style / style.css
index f14c1b92cc565857f64428a2916b99564a8663e8..980f316042c83abe243b16c1684ad985891897de 100644 (file)
@@ -128,17 +128,18 @@ li input {
 pre {
     background-color: #F5F5F5;
     font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
-    font-size: 100%;
+    font-size: 90%;
     margin-bottom: 10px;
     overflow: auto;
     padding-left: 5px;
     padding-top: 5px;
     width: 580px;
+    white-space: pre-wrap;
 }
 
 code {
     font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
-    font-size: 100%;
+    font-size: 90%;
     white-space: pre-wrap;
 }
 
@@ -758,6 +759,7 @@ ul.errorlist li {
     font-size: 13px;
     line-height: 20px;
     min-height: 80px;
+    margin: 0 0 20px 0;
 }
 
 .answer-body img {
@@ -1198,6 +1200,10 @@ ins {
     z-index: 100;
 }
 
+* html .notify {
+    position: absolute;
+}
+
 .notify p {
     font-size: 16px;
     margin-bottom: 5px;