.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-29 21:35:51 +01:00
parent cf4f697362
commit f1d37fdc08
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
3 changed files with 8 additions and 6 deletions

View File

@ -80,7 +80,7 @@ main{
max-width: 50%; max-width: 50%;
width: 50%; width: 50%;
} }
.so-pane > form > div > span, .so-pane > form > div > span > *{ .so-pane > form > div > span{
display: block; display: block;
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
@ -89,16 +89,18 @@ main{
display: table-caption !important; display: table-caption !important;
caption-side: bottom; caption-side: bottom;
} }
.so-pane > form > div > div > *{ .so-pane > form > div > * > *{
max-width: 100%; max-width: 100%;
width: 100%; width: 100%;
vertical-align: middle; vertical-align: middle;
font-size: 16px; font-size: 16px;
text-align: left;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
} }
.so-pane > form > div > div > *{
text-align: left;
}
.so-pane > form > div > div > label{ .so-pane > form > div > div > label{
background-color: transparent; background-color: transparent;
text-align: center; text-align: center;
@ -158,7 +160,7 @@ main{
top: 85px; top: 85px;
left: 136px; left: 136px;
max-height: 100%; max-height: 100%;
width: 280px; width: 210px;
height: auto; height: auto;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;

View File

@ -13,7 +13,7 @@ a{
.header, .nav, footer, .so-pane{ .header, .nav, footer, .so-pane{
background-color: #1d1d1e; background-color: #1d1d1e;
} }
.home-button > div, .sort-button > div, .menu a, .so-pane > form > div > div > *{ .home-button > div, .sort-button > div, .menu a, .so-pane > form > div > * > *{
color: #e0e0e0; color: #e0e0e0;
} }
.home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .sort-button-active, .so-pane > form > div > span > input, .so-pane > form > div > div > select{ .home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .sort-button-active, .so-pane > form > div > span > input, .so-pane > form > div > div > select{

View File

@ -13,7 +13,7 @@ a{
.header, .nav, footer, .so-pane{ .header, .nav, footer, .so-pane{
background-color: #e2e2e1; background-color: #e2e2e1;
} }
.home-button > div, .sort-button > div, .menu a, .so-pane > form > div > div > *{ .home-button > div, .sort-button > div, .menu a, .so-pane > form > div > * > *{
color: #1f1f1f; color: #1f1f1f;
} }
.home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .sort-button-active, .so-pane > form > div > span > input, .so-pane > form > div > div > select{ .home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .sort-button-active, .so-pane > form > div > span > input, .so-pane > form > div > div > select{