diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-15 00:07:23 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-15 00:07:23 +0100 |
| commit | a20c22be446522ab151c37ea8141fcc6db4ff418 (patch) | |
| tree | c7bb3671d48bd0b31bc45bc936addb367c901c5f /ishtar_common/static/media | |
| parent | 05e7b966237c6ad1d1326cedd730ed393b5af772 (diff) | |
| download | Ishtar-a20c22be446522ab151c37ea8141fcc6db4ff418.tar.bz2 Ishtar-a20c22be446522ab151c37ea8141fcc6db4ff418.zip | |
UI: work on sheets
Diffstat (limited to 'ishtar_common/static/media')
| -rw-r--r-- | ishtar_common/static/media/styles.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css index 1243a6440..07d1d35c1 100644 --- a/ishtar_common/static/media/styles.css +++ b/ishtar_common/static/media/styles.css @@ -39,6 +39,10 @@ div#validation-bar{ padding: 5px 0; } +button:hover{ + cursor: pointer; +} + div#foot{ font-size: 0.75em; text-align: center; @@ -49,6 +53,13 @@ div#foot{ width: 100%; } +/* window */ +.close-buttons{ + position: absolute; + right: 10px; + top: 5px; +} + /* à adapter */ #message, #message div{ |
