Skip to content

Commit

Permalink
#26 font size and family was applied for map popup and textareas cont…
Browse files Browse the repository at this point in the history
…rols
  • Loading branch information
karavanjo committed Oct 23, 2014
1 parent f019712 commit 6574bed
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions eco/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit 6574bed

Please sign in to comment.