diff options
Diffstat (limited to 'ishtar_common/static/media/styles.css')
-rw-r--r-- | ishtar_common/static/media/styles.css | 40 |
1 files changed, 31 insertions, 9 deletions
diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 07d1d35c1..3a9f7e2de 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -8,15 +8,12 @@ font-size: 0.9em; } -div.nav-button{ +.nav-button{ cursor:pointer; - width:15px; - z-index:1000; - position:fixed; - right:32px; - font-size: 40px; - background-color: transparent; - border: 0 solid transparent; + z-index: 1000; + position: fixed; + right: 5px; + margin-top: 5px; } div.nav-button:hover{ @@ -24,7 +21,7 @@ div.nav-button:hover{ } #to_bottom_arrow{ - bottom:80px; + bottom:84px; } div#footer{ @@ -58,6 +55,31 @@ div#foot{ position: absolute; right: 10px; top: 5px; + text-align: right; +} + + +.toolbar{ + padding: 0.5em; +} + +.history-nav{ + display: inline-block; + width: 150px; + text-align: center; +} + +.sheet .card-body{ + padding: 0.5em; +} + +.sheet .card-body .main{ + font-weight: bold; +} + +.sheet .card-body p{ + margin: 0; + font-size: 0.9em; } /* à adapter */ |