aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2014-04-18 11:32:07 +0700
committerzefanja <zefanja@freenet.de>2014-04-18 11:32:07 +0700
commitea662b8f986c746444c7f851f8a17764c2ae1736 (patch)
tree3f42b3334049b0b36125781e2ad088dea00c9ba1 /source/App.css
parent3afed23b3cdbb3b2925df6af5be8d58cb6d3637f (diff)
downloadbiblez-ng-ea662b8f986c746444c7f851f8a17764c2ae1736.tar.gz
* added description to module menu
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/App.css b/source/App.css
index 961beb4..dcbdab8 100644
--- a/source/App.css
+++ b/source/App.css
@@ -87,6 +87,18 @@
padding: 5px 10px;
}
+.menu-modules-item {
+ border-top: 1px solid #666;
+}
+
+.menu-modules-item:first-child {
+ border-top: none;
+}
+
+.menu-module-title {
+ font-size: .7em;
+}
+
.active-verse {
background-color: yellow;
transition: background-color 500ms linear;