+body {
+ background: #f9f9fa;
+}
+
.text {
font-size: 20pt;
margin-top: 5px;
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;
}
+body {
+ background: #f9f9fa;
+}
+
.text {
font-size: 20pt;
margin-top: 5px;
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;
}