From 6574bed534780c6fdc3aa2b318794aae3a14312f Mon Sep 17 00:00:00 2001 From: karavanjo Date: Thu, 23 Oct 2014 11:36:01 +0300 Subject: [PATCH] #26 font size and family was applied for map popup and textareas controls --- eco/static/css/main.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/eco/static/css/main.css b/eco/static/css/main.css index f142a0a2..37674396 100644 --- a/eco/static/css/main.css +++ b/eco/static/css/main.css @@ -38,9 +38,15 @@ div.loader { width: 14em; } +.claro, +div.dojoxFloatingPane textarea, +#map div.olPopup + { + font-family: arial, tahoma, helvetica, sans-serif; +} + .claro { font-size: 0.73em; - font-family: arial, tahoma, helvetica, sans-serif; } .claro .demoLayout .edgePanel { @@ -102,11 +108,6 @@ div.dojoxFloatingPane div.dojoxFloatingPaneTitle { background: #b4d2fc repeat-x bottom left; } -div.dojoxFloatingPane textarea { - font-family: 'Times New Roman'; - font-size: 16px; -} - /*coordinatesPicker element*/ span.dijitToggleButton.dijitChecked { font-weight: bold; @@ -127,9 +128,7 @@ div.keyAreaDialog div.dgrid.dgrid-grid { } /* OpenLayers popup styles */ -#map div.olPopup { - font-family: Arial, Helvetica, sans-serif; -} + /* Synonyms grid */ #synonymsGrid {