]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/style/style.css
Improvements on full text search.
[osqa.git] / forum / skins / default / media / style / style.css
index 99320378efe7f125007c875e0453052d590506e8..373b1d5875d6cd7ee0986c512bf09c679ce96eb9 100644 (file)
@@ -21,7 +21,10 @@ h1,h2,h3,ul,li,form,img,p {
        padding: 0;
 }
 
-label { vertical-align: middle; }
+label {vertical-align: middle;}
+
+.login label {display: block;}
+.login .form-row-vertical {margin-bottom: 8px;}
 
 hr {
        border-color: #CCCCCE -moz-use-text-color -moz-use-text-color;
@@ -337,16 +340,17 @@ blockquote {
 .questions-count {
        color: #A40000;
        font-family: sans-serif;
-       font-size: 32px;
+       font-size: 24px;
        font-weight: 600;
        margin-top: 3px;
+    margin-right: 5px;
        padding: 0 0 5px 0;
 }
 
 .boxA {
-       background: none repeat scroll 0 0 #888A85;
-       margin-bottom: 8px;
-       padding: 6px;
+    background: none repeat scroll 0 0 #888A85;
+    margin-bottom: 8px;
+    padding: 6px;
 }
 
 .boxA h3 {
@@ -627,7 +631,7 @@ a.medal:hover {
        min-height: 100px;
 }
 
-.question-body img { max-width: 600px; }
+.question-body img { max-width: 640px; }
 
 .vote-buttons {
        float: left;
@@ -675,6 +679,8 @@ ul.errorlist li {
        min-height: 80px;
 }
 
+.answer-body img { max-width: 640px; }
+
 .answered-by-owner { background: none repeat scroll 0 0 #E9E9FF; }
 
 .accepted-answer {
@@ -750,6 +756,10 @@ table.check-table td { padding-right: 50px; }
        margin: 0;
 }
 
+.small {
+       font-size: 11px;
+}
+
 span.form-error {
        color: #990000;
        font-size: 90%;
@@ -774,7 +784,7 @@ span.form-error {
        margin-top: 10px;
        min-height: 20px;
        padding: 6px;
-       width: 100%;
+       width: 98%;
 }
 
 .preview-toggle {
@@ -1350,7 +1360,7 @@ div.comment-tools a:hover {
 .comment-form-buttons input {
     width: 100%;
     height: 22px;
-    vertical-align: center;
+    vertical-align: middle;
     margin-top: 6px;
 }
 
@@ -1358,15 +1368,7 @@ div.comment-tools a:hover {
     color: orange;    
 }
 
-.moderation {
-       background-color: #FFF380;
-       border: 1px solid darkred;
-       padding: 0 5px;
-}
-
-.moderation p { margin-bottom: 3px; }
-
-.moderation #action_status {
-       font-weight: bold;
-       text-align: center;
+#ask-related-questions {
+    max-height: 150px;
+    overflow-y: auto;
 }
\ No newline at end of file