X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/a9eef437702d5df7a2f97010e6798c689371808c..3c31ffa63cb6caab17b6edd7c45e76169c01541a:/forum/skins/default/media/js/wmd/wmd.css diff --git a/forum/skins/default/media/js/wmd/wmd.css b/forum/skins/default/media/js/wmd/wmd.css index 80c226c..c71ba6e 100644 --- a/forum/skins/default/media/js/wmd/wmd.css +++ b/forum/skins/default/media/js/wmd/wmd.css @@ -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; } @@ -111,7 +120,7 @@ } .wmd-prompt-dialog > div { - font-size: 1em; + font-size: 0.8em; font-family: arial, helvetica, sans-serif; } @@ -124,6 +133,6 @@ .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; }