aboutsummaryrefslogtreecommitdiffstats
path: root/source/App.css
diff options
context:
space:
mode:
authorzefanja <zefanja@freenet.de>2013-12-29 20:02:44 +0700
committerzefanja <zefanja@freenet.de>2013-12-29 20:02:44 +0700
commit34515cef9b17f43bdaf2dd777217619af0e385b1 (patch)
tree72e7309f2aa1e575b65c2fc4ca8a74ff2536b1ab /source/App.css
parent4befa8b70deb1c413363e43b7ce579b3907b83e6 (diff)
downloadbiblez-ng-34515cef9b17f43bdaf2dd777217619af0e385b1.tar.gz
* added basic highlight adding support (no display yet)
* adjust some CSS settings in the versePopup
Diffstat (limited to 'source/App.css')
-rw-r--r--source/App.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/source/App.css b/source/App.css
index db42b4a..ef93c0c 100644
--- a/source/App.css
+++ b/source/App.css
@@ -61,7 +61,7 @@
}
.biblez-bc-popup {
- height: 500px;
+ height: 480px;
width: 495px;
}
@@ -117,12 +117,24 @@
padding: 10px;
}
-.verse-popup {
+.color-button {
+ height: 30px;
+ width: 30px;
+ margin: 2px;
+}
+.color-container {
+ height: 40px;
+ padding-top: 5px;
+}
+
+.verse-popup {
+ height: 85px;
+ width: 255px;
}
.verse-popup-cell {
- width: 100px;
+ width: 50%;
text-align: center;
padding: 5px;
}
@@ -169,7 +181,7 @@ h3, h1 {
max-width: 600px;
margin-left: auto;
margin-right: auto;
- margin-top: 10px;
+ padding: 10px;
}
.settings-item {