Skip to content

Commit

Permalink
Minor adjustments to nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubiclesoft committed Jun 14, 2017
1 parent 4499479 commit 8ecb8f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ html, body { height: 100%; margin: 0px; padding: 0px; overflow: hidden; backgrou
body { font-family: Verdana, Arial, Helvetica, sans-serif; position: relative; }

#menuwrap { float: left; width: 250px; min-width: 200px; max-width: 15%; height: 100%; overflow: auto; border-right: 1px solid #CCCCCC; font-size: 0.9em; background-color: #222222; color: #FAFAFA; }
#menuwrap .menu { margin-top: 1.0em; border-top: 1px solid #444444; padding-top: 1.0em; }
#menuwrap .menu:first-child { margin-top: 0; border-top: 0 none; }
#menuwrap .menu { margin-top: 1.0em; border-top: 1px solid #444444; padding-top: 1.2em; }
#menuwrap .menu:first-child { margin-top: 0; border-top: 0 none; padding-top: 1.0em; }
#menuwrap .menu .titlewrap { margin: 0 1.0em 0.85em; }
#menuwrap .menu .title { font-size: 1.2em; font-weight: bold; padding-bottom: 0.2em; border-bottom: 2px solid #888888; }
#menuwrap .menu a { display: block; padding: 0.3em 1.0em; color: #FAFAFA; text-decoration: none; }
#menuwrap .menu a { display: block; padding: 0.5em 1.0em; color: #FAFAFA; text-decoration: none; }
#menuwrap .menu a:hover { background-color: #444444; color :#FFFFFF; }

#contentwrap { height: 100%; overflow: auto; }
Expand Down

0 comments on commit 8ecb8f7

Please sign in to comment.