From: Zachary Vance Date: Fri, 22 May 2015 01:37:00 +0000 (-0700) Subject: Some css work X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=bcf26c38abb0a62d687ec2d9ad1f805f9d735e30;p=flowy.git Some css work --- diff --git a/dist/flowy.css b/dist/flowy.css index 8eeadd5..88cfec0 100644 --- a/dist/flowy.css +++ b/dist/flowy.css @@ -1,3 +1,7 @@ +body { + background: #f9f9fa; +} + .text { font-size: 20pt; margin-top: 5px; @@ -23,5 +27,40 @@ border: 2px solid; } -#shortcuts button { +#todo-list { + width: 80%; + margin: auto; + max-width: 600px; + border: 1px solid #ccc; + padding-top: 60px; + padding-bottom: 10px; + background: #ffffff; +} + +#shortcuts { + position: fixed; + height: 100%; + top: -2px; + left: 10px; + width: 200px; + background: #ffffff; + border-collapse: collapse; + border-spacing: 0; + border: 0; + padding: 0; +} + +.shortcut-description { + background-color: #efefef; + max-width: 80px; + padding: 0 0 0 7px; +} + +.shortcut-keybinding { + padding: 0 0 0 7px; +} + +.shortcuts td { + border-top: 0; + border-bottom: 1px solid #aaa; } diff --git a/src/css/flowy.css b/src/css/flowy.css index 8eeadd5..88cfec0 100644 --- a/src/css/flowy.css +++ b/src/css/flowy.css @@ -1,3 +1,7 @@ +body { + background: #f9f9fa; +} + .text { font-size: 20pt; margin-top: 5px; @@ -23,5 +27,40 @@ border: 2px solid; } -#shortcuts button { +#todo-list { + width: 80%; + margin: auto; + max-width: 600px; + border: 1px solid #ccc; + padding-top: 60px; + padding-bottom: 10px; + background: #ffffff; +} + +#shortcuts { + position: fixed; + height: 100%; + top: -2px; + left: 10px; + width: 200px; + background: #ffffff; + border-collapse: collapse; + border-spacing: 0; + border: 0; + padding: 0; +} + +.shortcut-description { + background-color: #efefef; + max-width: 80px; + padding: 0 0 0 7px; +} + +.shortcut-keybinding { + padding: 0 0 0 7px; +} + +.shortcuts td { + border-top: 0; + border-bottom: 1px solid #aaa; }