summaryrefslogtreecommitdiffstats
path: root/css/shortcuts.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/shortcuts.css')
-rw-r--r--css/shortcuts.css34
1 files changed, 34 insertions, 0 deletions
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;
+}