]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/media/js/wmd/wmd.css
Several improvements in the node bulk management feature. Improved filters and added...
[osqa.git] / forum / skins / default / media / js / wmd / wmd.css
index 80c226c8cf561c2035ae7fc0b55c9c359bfd21ee..c71ba6e431c6f358a02f3c1b2c0a3c6cf455a00a 100644 (file)
@@ -1,23 +1,31 @@
-/*body 
+body 
 { 
        background-color: White
 }
-*/
+
 .wmd-panel
 {
+       width: 50%;
+       min-width: 500px;
+}
+
+#wmd-editor
+{
+       background-color: Aquamarine;
 }
 
 #wmd-button-bar 
 {
-       background-color: White; 
+       width: 100%;
+       background-color: #ffffff;
 }
 
 #wmd-input 
 { 
        height: 500px;
+       width: 100%;
        background-color: Gainsboro;
        border: 1px solid DarkGray;
-       margin-top: -20px;
 }
 
 #wmd-preview 
@@ -39,6 +47,7 @@
        margin-top: 10px;
        padding: 0px;  
        height: 20px;
+    background-color:#ffffff;
 }
 
 .wmd-spacer
@@ -48,8 +57,8 @@
        margin-left: 14px;
        
        position: absolute;
-       background-color: Silver;
-       display: inline-block; 
+    background-color:#aaaaaa;
+       display: inline-block;
        list-style: none;
 }
 
@@ -59,7 +68,7 @@
        height: 20px; 
        margin-left: 5px;
        margin-right: 5px;
-       
+    background-color:#ffffff;
        position: absolute;
        background-image: url(images/wmd-buttons.png);
        background-repeat: no-repeat;
@@ -74,7 +83,7 @@
        height: 20px; 
        margin-left: 5px;
        margin-right: 5px;
-       
+
        position: absolute;
        display: inline-block; 
 }
 }
 
 .wmd-prompt-dialog > div {
-       font-size: 1em;
+       font-size: 0.8em;
        font-family: arial, helvetica, sans-serif;
 }
 
 .wmd-prompt-dialog > form > input[type="button"]{
        border: 1px solid #888888;
        font-family: trebuchet MS, helvetica, sans-serif;
-       font-size: 1em;
+       font-size: 0.8em;
        font-weight: bold;
 }