diff options
| author | Patrick Schönberger | 2018-12-10 20:08:47 +0100 |
|---|---|---|
| committer | Patrick Schönberger | 2018-12-10 20:08:47 +0100 |
| commit | 8ed339b1fd7fca6209d1784bd18faf8608ab67a6 (patch) | |
| tree | 27189184d6691bb164b82f52e964d7762f182f2b /html/style.css | |
| parent | d321fbf9c21bbc256215f88edc98296701c6b328 (diff) | |
| download | lolstats-8ed339b1fd7fca6209d1784bd18faf8608ab67a6.tar.gz lolstats-8ed339b1fd7fca6209d1784bd18faf8608ab67a6.zip | |
changes
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/html/style.css b/html/style.css index 3c3cd0a..af80d07 100644 --- a/html/style.css +++ b/html/style.css @@ -101,8 +101,18 @@ input, select, button { left: 110px; top: 5px; } -#gobutton { - position: relative; +#gobutton, #statsbutton, #historybutton { + position: absolute; + top: 5px; + right: 5px; + z-index: 1; +} +#refreshbutton { + position: absolute; + right: 5px; + bottom: 5px; +} +button { vertical-align: baseline; margin: 5px; width: 110px; @@ -111,10 +121,6 @@ input, select, button { color: white; border-radius: 5px; outline: none; - position: absolute; - top: 5px; - right: 5px; - z-index: 1; } #gobutton:hover { background-color: rgba(180, 30, 30); |
