diff options
author | zefanja <zefanja@freenet.de> | 2013-12-31 11:31:19 +0700 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2013-12-31 11:31:19 +0700 |
commit | b7b8491538739c35dd326eef25a4df3377bcb820 (patch) | |
tree | 375e9fb1cfccae02f0de578c1a456a64bd01deda /source/App.css | |
parent | d7323da462a88ca16086261e5b81bb044a2b6d3e (diff) | |
download | biblez-ng-b7b8491538739c35dd326eef25a4df3377bcb820.tar.gz |
* added note support
* set animate:false for panel transitions to improve speed
Diffstat (limited to 'source/App.css')
-rw-r--r-- | source/App.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source/App.css b/source/App.css index ce8b96e..0c4a1fb 100644 --- a/source/App.css +++ b/source/App.css @@ -69,6 +69,10 @@ padding: 5px; } +.menu-label { + margin-left: 10px; +} + /* MODULE MANAGER */ .item { @@ -210,6 +214,15 @@ h3, h1 { padding: 5px; } +/* NOTES */ +.note-input { + text-align: left; +} + +.note-popup { + max-width: 300px; +} + /* OVERRIDE SOME ONYX SETTINGS */ .onyx-toolbar { padding: 5px; |