diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-29 14:15:28 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-09-29 14:18:34 +0200 |
commit | b2983855ea01fd04a8ba53099d2d5ee7ebed31f9 (patch) | |
tree | c516a2d30ebc954d9118922d5e7155016d32d06b /css | |
parent | 22cb497f9ed19548e30a4c86dd99aaa91fd4b344 (diff) |
Add a statusbar to the editor widget
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css index 138761b..0e4c689 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -174,6 +174,13 @@ body { border: 1px solid black; } +.editor-statusbar { + background-color: #F7F7F7; + border-top: 1px solid #DDD; + font-family: monospace; + padding: 1px 4px; + text-align: right; +} /***** helpers *****/ /* webkit-scrollbar */ @@ -208,4 +215,4 @@ ul.dropdown-menu a { /* problem index screen */ #screen_problem .language-problems a { cursor: pointer; -}
\ No newline at end of file +} |