diff --git a/party/static/css/session.css b/party/static/css/session.css index b146fdd..f172dbd 100644 --- a/party/static/css/session.css +++ b/party/static/css/session.css @@ -492,67 +492,44 @@ cursor: pointer; } +/* Settings */ + +.settings-control { + width: 10%; + height: 10%; + border-radius: 10px; + cursor: pointer; + background-position: center; + background-repeat: no-repeat; + background-size: 60%; + border: none; + padding: 10px; + color: white; + font-size: 16px; + +} + #save_settings { - position: fixed; - width: 10%; - height: 5%; background-color: #0f9225; - border-radius: 10px; - cursor: pointer; - background-position: center; - background-repeat: no-repeat; - background-size: 60%; - border: none; - padding: 10px; - color: white; - font-size: 16px; - bottom: 10%; - top: 90%; - right: 32%; } -#abort_settings{ - position: fixed; - width: 10%; - height: 5%; +#abort_settings { background-color: #af0a0a; - border-radius: 10px; - cursor: pointer; - background-position: center; - background-repeat: no-repeat; - background-size: 60%; - border: none; - padding: 10px; - color: white; - font-size: 16px; - bottom: 10%; - top: 90%; - right: 43%; } -#reset_settings{ - position: fixed; - width: 10%; - height: 5%; +#reset_settings { background-color: #454443; - border-radius: 10px; - cursor: pointer; - background-position: center; - background-repeat: no-repeat; - background-size: 60%; - border: none; - padding: 10px; - color: white; - font-size: 16px; - bottom: 10%; - top: 90%; - right: 54%; } + select { background-color:#454443; ; } +/* Ende Settings */ + +/* sidebar */ + input[type=radio] { display: none; } @@ -629,6 +606,8 @@ article { background-image: url('/static/icons/settings.png'); } +/* Ende sidebar */ + footer { position: fixed; bottom: 0; diff --git a/party/templates/session.html b/party/templates/session.html index d6d3030..337b3a6 100644 --- a/party/templates/session.html +++ b/party/templates/session.html @@ -226,13 +226,11 @@

Administrator:

Anzahl User:

Uptime:

- - - + + + - -