X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..a1e4a08a0f5817ed2b8fc9290775e9cdba7bdd2b:/forum/skins/default/media/js/wmd/wmd.css?ds=sidebyside diff --git a/forum/skins/default/media/js/wmd/wmd.css b/forum/skins/default/media/js/wmd/wmd.css index 80c226c..2508c74 100644 --- a/forum/skins/default/media/js/wmd/wmd.css +++ b/forum/skins/default/media/js/wmd/wmd.css @@ -1,23 +1,11 @@ -/*body +body { background-color: White } -*/ -.wmd-panel -{ -} -#wmd-button-bar +#wmd-editor { - background-color: White; -} - -#wmd-input -{ - height: 500px; - background-color: Gainsboro; - border: 1px solid DarkGray; - margin-top: -20px; + background-color: Aquamarine; } #wmd-preview @@ -111,7 +99,7 @@ } .wmd-prompt-dialog > div { - font-size: 1em; + font-size: 0.8em; font-family: arial, helvetica, sans-serif; } @@ -124,6 +112,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; }