From bcf26c38abb0a62d687ec2d9ad1f805f9d735e30 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Thu, 21 May 2015 18:37:00 -0700 Subject: [PATCH] Some css work --- dist/flowy.css | 41 ++++++++++++++++++++++++++++++++++++++++- src/css/flowy.css | 41 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 80 insertions(+), 2 deletions(-) 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; } -- 2.47.3