summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-09-03 02:05:06 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-09-03 02:05:06 +0200
commit83ccb14e284f1ef3fe0c78ce705fa8fb15bb505a (patch)
treec127d355dd807e831158f9f07b8f416b698016fb /ishtar_common/static/media
parentf7abfdbcc4066121d79bd09a389535a19359edc1 (diff)
downloadIshtar-83ccb14e284f1ef3fe0c78ce705fa8fb15bb505a.tar.bz2
Ishtar-83ccb14e284f1ef3fe0c78ce705fa8fb15bb505a.zip
UI: add arrow to scroll to bottom or to scroll to top
Diffstat (limited to 'ishtar_common/static/media')
-rw-r--r--ishtar_common/static/media/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index f622fcb0d..d9bcd73e7 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -115,6 +115,22 @@ button:hover, input[type=submit]:hover{
display:none;
}
+div.nav-button{
+ cursor:pointer;
+ width:15px;
+ z-index:1000;
+ position:fixed;
+ right:20px;
+}
+
+#to_bottom_arrow{
+ bottom:80px;
+}
+
+#to_top_arrow{
+ top:160px;
+}
+
div#header{
width:100%;
text-align:center;