diff options
Diffstat (limited to 'js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css')
-rw-r--r-- | js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css index ed314fc9..1e3b4ce7 100644 --- a/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css +++ b/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.css | |||
@@ -76,6 +76,7 @@ | |||
76 | white-space: nowrap; | 76 | white-space: nowrap; |
77 | padding:5px; | 77 | padding:5px; |
78 | background-color: #313131; | 78 | background-color: #313131; |
79 | width:200px; | ||
79 | } | 80 | } |
80 | 81 | ||
81 | .viewOptions .shortKeys .list div{ | 82 | .viewOptions .shortKeys .list div{ |
@@ -88,4 +89,17 @@ | |||
88 | 89 | ||
89 | .viewOptions .shortKeys .show{ | 90 | .viewOptions .shortKeys .show{ |
90 | visibility: visible; | 91 | visibility: visible; |
92 | } | ||
93 | |||
94 | .viewOptions .shortKeys div{ | ||
95 | padding:2px; | ||
96 | } | ||
97 | |||
98 | .viewOptions .shortKey{ | ||
99 | font-style: italic; | ||
100 | color: #d1d1d1; | ||
101 | } | ||
102 | |||
103 | .viewOptions .shortKeyDesc{ | ||
104 | float:right; | ||
91 | } \ No newline at end of file | 105 | } \ No newline at end of file |