diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-01 17:08:18 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-01 17:08:18 -0400 |
| commit | 5e523cf0d1a3644f6a41709b777b08f73ec71d49 (patch) | |
| tree | 636d05dd5424df0077e71810936b746a85bb616d /www/css | |
| parent | ec224285320d38b3007fb469c10fffbca1294c10 (diff) | |
further optimized montage view - got rid of padding, allowed resize control in full screen and got rid of ugly exit button in favor of floating buttons
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/www/css/style.css b/www/css/style.css index a90567b2..45f66257 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -27,24 +27,30 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ } .wrapper > * { - padding: 5px; + /*padding: 5px;*/ /*flex: 1 100%; -- I commented this out - the wrapper was taking up full width in Chrome*/ } .header { background: #DDDDDD; + border-color: #CCCCCC; + border-style: solid; + border-width:1px; } .footer { background: #666666; + border-color:#AAAAAA; color:#ffffff; - padding:2px; + border-width:1px; + /*padding:2px;*/ } .main { text-align: center; background: #EEEEEE; - padding:2px; + + /*padding:2px;*/ } .aside-1 { @@ -55,7 +61,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ background: hotpink; } -@media all and (min-width: 600px) { +/*@media all and (min-width: 600px) { .aside { flex: 1 auto; } } @@ -65,7 +71,7 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ .main { order: 2; } .aside-2 { order: 3; } .footer { order: 4; } -} +}*/ /* Not using this -eventually. Think notification badges on buttons */ .notification-badge{ |
