diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-05 11:33:54 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-05 11:33:54 +0200 |
commit | 2e512bc9dffca5624342aa75ca01b3ff7f390141 (patch) | |
tree | 21976a27b67c98aa1a79a63f190d06dd489b89ec /ishtar_common/static | |
parent | 3a5dbf688d058bd39aaae308cd7224ddd42c7890 (diff) | |
download | Ishtar-2e512bc9dffca5624342aa75ca01b3ff7f390141.tar.bz2 Ishtar-2e512bc9dffca5624342aa75ca01b3ff7f390141.zip |
Warehouse sheet: provide statistics (refs #3398)
- Number of finds (total and by places)
- Number of container (total and by places)
Diffstat (limited to 'ishtar_common/static')
-rw-r--r-- | ishtar_common/static/media/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index fc840526e..011db3652 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -324,6 +324,12 @@ ul.list{ line-height:16px; } +.centered{ + text-align: center; + width: 100%; + display: inline-block; +} + div.nav-button{ cursor:pointer; width:15px; |