diff options
author | zefanja <zefanja@freenet.de> | 2014-04-26 15:06:30 +0700 |
---|---|---|
committer | zefanja <zefanja@freenet.de> | 2014-04-26 15:06:30 +0700 |
commit | aa78dda8937a4db6e5fca756b8dfbf0a3c449a4e (patch) | |
tree | 7e953b9c5c232f25a4fa9723040cbb65d6524c07 /source/App.css | |
parent | 2d07699b9a6df4aafba796d69703c5215594bce7 (diff) | |
download | biblez-ng-aa78dda8937a4db6e5fca756b8dfbf0a3c449a4e.tar.gz |
* added notes view in a popup for bigger screens.
Diffstat (limited to 'source/App.css')
-rw-r--r-- | source/App.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/App.css b/source/App.css index ac0295d..81de9f9 100644 --- a/source/App.css +++ b/source/App.css @@ -75,6 +75,14 @@ width: 465px; } +.biblez-notes-popup { + background: #eee; + color: black; + height: 250px; + width: 465px; + border: 0; +} + .tb-button { padding: 5px; } |