diff options
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/styles.css | 49 | 
1 files changed, 34 insertions, 15 deletions
diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 23217b791..cd76e35c1 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -2,25 +2,23 @@      display: none;  } -/* à adapter */ -#message, -#message div{ -    display: none; +div.nav-button{ +    cursor:pointer; +    width:15px; +    z-index:1000; +    position:fixed; +    right:32px; +    font-size: 40px; +    background-color: transparent; +    border: 0 solid transparent;  } -#message { -    z-index: 42200; -    position: absolute; -    top: 5px; -    right: 5px; -    background: #fff; -    padding: 0.5em 1em; -    border: 1px solid; -    border-radius: 3px; +div.nav-button:hover{ +    opacity: 0.2;  } -#message span{ -    padding: 0 1em; +#to_bottom_arrow{ +    bottom:80px;  }  div#footer{ @@ -40,3 +38,24 @@ div#foot{      text-align: center;      padding: 0.2em;  } + +/* à adapter */ +#message, +#message div{ +    display: none; +} + +#message { +    z-index: 42200; +    position: absolute; +    top: 5px; +    right: 5px; +    background: #fff; +    padding: 0.5em 1em; +    border: 1px solid; +    border-radius: 3px; +} + +#message span{ +    padding: 0 1em; +}  | 
