Skip to content

Commit

Permalink
#26 font was decreased
Browse files Browse the repository at this point in the history
  • Loading branch information
karavanjo committed Oct 21, 2014
1 parent 72ddf2f commit 0b28577
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions eco/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ div.loader {
width: 14em;
}

.claro {
font-size: 0.73em;
font-family: arial, tahoma, helvetica, sans-serif;
}

.claro .demoLayout .edgePanel {
background-color: #d0e9fc;
}
Expand All @@ -55,18 +60,33 @@ div.user-data {
float: right;
}

/*Tree*/
div.dijitTreeNode .dijitCheckBoxInput {
opacity: 1;
}

.dijitCheckBox,
.dijitRadio,
.dijitCheckBoxInput {
width: 15px;
height: 15px;
}

.claro div.dijitTreeRow,
.claro div.dijitTreeNode .dojoDndItemBefore,
.claro div.dijitTreeNode .dojoDndItemAfter {
padding: 2px 0 1px 0;
}

div.olControlLayerSwitcher {
top: 35px;
}

#leftCol div.clearTree {
width: 100%;
text-align: right;
font-size: 80%;
margin-bottom: 9px;
font-size: 90%;
}

#menu {
Expand Down Expand Up @@ -109,7 +129,6 @@ div.keyAreaDialog div.dgrid.dgrid-grid {
/* OpenLayers popup styles */
#map div.olPopup {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

/* Synonyms grid */
Expand Down

0 comments on commit 0b28577

Please sign in to comment.