diff options
| author | Jojo144 <Jojo144@users.noreply.github.com> | 2020-05-07 22:34:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-07 22:34:31 +0200 |
| commit | bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2 (patch) | |
| tree | ccd40440e4602896103b5f678f5727a2860d08ab /ihatemoney/static/css/main.css | |
| parent | 795efd6b58a0d4eec002eddeb4c9b0b16461a4a0 (diff) | |
| download | ihatemoney-mirror-bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2.zip ihatemoney-mirror-bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2.tar.gz ihatemoney-mirror-bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2.tar.bz2 | |
Integrate illustrations as a showcase (#544)
Integrate some custom graphics, and a whole comics explanation, only in French for now.
Fix #363
Diffstat (limited to 'ihatemoney/static/css/main.css')
| -rw-r--r-- | ihatemoney/static/css/main.css | 36 |
1 files changed, 29 insertions, 7 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 7d91c38..ec1481b 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -50,16 +50,28 @@ body { font-size: 2.4em; } -#header .tryout { - margin-right: 10em; +#header .tryout, #header .showcase { color: #fff; background-color: #414141; border-color: #414141; + margin-left: 3px; + margin-right: 3px; } -#header .tryout:hover { +#header .tryout:hover, #header .showcase:hover { background-color: #606060; border-color: #606060; + cursor: pointer; +} + +#header .showcaseimg { + width: 55px; +} + +#header .shareimg { + width: 80px; + margin-left: 5px; + margin-bottom: 8px; } #header .additional-content { @@ -168,10 +180,10 @@ body { border: 0; } -.empty-bill .hand-holding-heart svg { +.empty-bill .billimg svg { fill: lightgray; - height: 5em; - width: 5em; + height: 6em; + width: 4em; } .invites textarea { @@ -535,11 +547,17 @@ tr:hover .extra-info { width: 1.2em; /* protection for IE11 */ } +.icon.high svg { + height: 2em; + margin-top: -0.2em; + margin-bottom: -0.2em; +} + .download-project .icon svg { fill: white; } -.icon.plus svg { +.icon.before-text svg { margin-right: 3px; } footer .icon svg { @@ -562,6 +580,10 @@ footer .icon svg { width: 200px; } +.hiddenpswp { + display: none; +} + #history_warnings { margin-top: 30px; } |
