diff options
Diffstat (limited to 'ishtar_common/static/media/styles.css')
| -rw-r--r-- | ishtar_common/static/media/styles.css | 61 | 
1 files changed, 61 insertions, 0 deletions
diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css new file mode 100644 index 000000000..cd76e35c1 --- /dev/null +++ b/ishtar_common/static/media/styles.css @@ -0,0 +1,61 @@ +#language-form{ +    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; +} + +div.nav-button:hover{ +    opacity: 0.2; +} + +#to_bottom_arrow{ +    bottom:80px; +} + +div#footer{ +    position: fixed; +    bottom: 0px; +    width: 100%; +    left: 0px; +    z-index: 101; +} + +div#validation-bar{ +    padding: 5px 0; +} + +div#foot{ +    font-size: 0.75em; +    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; +}  | 
