diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-08-05 19:40:09 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-08-05 21:51:57 +0200 |
commit | 768bf6485cc73ad9b508b227fed8b3fcc3c6b65f (patch) | |
tree | e9bbdb3169d867a24167af9773f8140ec88fc7d9 /data/css/style.css | |
parent | ae244fdb9fd28db4e1323b5d4da5803699be3412 (diff) |
Add history page with thumbnails of images
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css index 15860db83..ad956c57f 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -217,6 +217,27 @@ body { z-index: 1500; } +.popover { + word-break: break-word; + word-wrap: normal; +} + +.upload_history_thumbnails { + margin: 0 auto; + padding-bottom: 50px; +} + +.upload_history_thumbnails img.thumb, +.upload_history_thumbnails a { + width: 150px; + height: 150px; +} + +.upload_history_thumbnails a { + margin: 1px; + display: inline-block; +} + /* highlighting theme */ .hll { background-color: #ffffcc } |