diff options
author | zefanja <zefanja@freenet.de> | 2013-07-17 20:39:35 +0200 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2013-07-17 20:39:35 +0200 |
commit | 5b6e0a037365730f161aaebda451671bca4363cf (patch) | |
tree | 5905fe49279b168576f0d64822a66399703c290a /source/App.css | |
parent | f544c16ffca8008d9bae5a464cae4f38017aa9e8 (diff) | |
download | biblez-ng-5b6e0a037365730f161aaebda451671bca4363cf.tar.gz |
* added Book and Chapter selector
Diffstat (limited to 'source/App.css')
-rw-r--r-- | source/App.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/App.css b/source/App.css index e87b7d6..9f17bc1 100644 --- a/source/App.css +++ b/source/App.css @@ -45,4 +45,23 @@ font-weight: bold; font-size: 1.2em; padding: 10px; +} + +/* BOOK CHAPTER SELECTOR */ +.bc-item { + height: 30px; + width: 50px; + margin: 5px; + border: 1px solid #ccc; + padding: 10px 5px 5px 5px; + float: left; + vertical-align: middle; + text-align: center; + font-weight: bold; +} + +/* POPUPs */ +.message-popup { + text-align: center; + padding: 10px; }
\ No newline at end of file |