From 7a2aad550137ab5ea9d401b059b2a2069ed0801b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 20 Oct 2014 17:24:42 +0200 Subject: add keyboard shortcuts --- css/shortcuts.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 css/shortcuts.css (limited to 'css/shortcuts.css') diff --git a/css/shortcuts.css b/css/shortcuts.css new file mode 100644 index 000000000..150a6ba72 --- /dev/null +++ b/css/shortcuts.css @@ -0,0 +1,34 @@ +#app-shortcuts { +} + +#app-shortcuts table { + border-collapse: collapse; + width: 100%; + white-space: normal; +} + +#app-shortcuts tr:first-child { + background-color: #eee; +} + +#app-shortcuts th, +#app-shortcuts td { + padding: 10px; +} + +#app-shortcuts td { + padding-right: 15px; +} + +#app-shortcuts th { + font-weight: bold; +} + +#app-shortcuts th:first-child, +#app-shortcuts td:first-child { + text-align: right; + font-weight: bold; + width: 140px; + -moz-box-sizing: content-box; + box-sizing: content-box; +} -- cgit v1.2.3