Skip to content

Commit

Permalink
dev: fixing blurry buttons due to fontsize in template editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Nov 30, 2012
1 parent 04c54a3 commit b1ffaa9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/adminstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ div.htmleditor {
display: none;
}

/* Some changes to codemirror used on template editor */
.codemirror-ui-button-frame input,.codemirror-ui-button-frame label{
font-size: 0.7em !important;
}

.codemirror-ui-find-bar{
margin-top: 0.2em !important;
}

0 comments on commit b1ffaa9

Please sign in to comment.