aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2013-12-31 11:31:19 +0700
committerzefanja <zefanja@freenet.de>2013-12-31 11:31:19 +0700
commitb7b8491538739c35dd326eef25a4df3377bcb820 (patch)
tree375e9fb1cfccae02f0de578c1a456a64bd01deda /source/App.css
parentd7323da462a88ca16086261e5b81bb044a2b6d3e (diff)
downloadbiblez-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.css13
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;