diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-10 16:02:46 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-10 16:02:46 -0400 |
| commit | 0a20d3e3c6ff29bf9fe2ca51f3e13cde2d1575dd (patch) | |
| tree | e72a11e2c8a8b11a5ece994bf86f01f89b862e29 | |
| parent | 1f760626b532af15f8d8fd03f16f7c55b0c9ff50 (diff) | |
#246 style correction
Former-commit-id: 3de54ad01c47579a26adcfe7fc99d81f0caa5335
| -rw-r--r-- | www/css/style.css | 14 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 2 |
2 files changed, 13 insertions, 3 deletions
diff --git a/www/css/style.css b/www/css/style.css index 1b9c1e16..ede35c09 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -901,7 +901,15 @@ body { font-family: sans-serif; } color:white; z-index:99; - font-size: 1.5em; + font-size: 0.7em; + font-family: sans-serif; + text-transform: uppercase; +} + + +#flyoutmenu ul li a i { + + font-size: 2.5em; font-family: sans-serif; text-transform: uppercase; } @@ -909,7 +917,9 @@ body { font-family: sans-serif; } #flyoutmenu li { display: inline-block; margin-bottom: .2em; - padding:0.5em; + padding:0.7em; + margin-right: 4px; + line-height: 100%; } diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 8e29449b..2fd75bf5 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -92,7 +92,7 @@ - <div id="flyoutmenu" style="position:absolute;bottom:20px;left:10px"> + <div id="flyoutmenu" style="position:absolute;bottom:80px;left:10px"> <ul> <li> |
