finetune poll css

This commit is contained in:
teddit 2021-03-21 23:04:54 +01:00
parent f44f093fc2
commit ef07b9af6e
3 changed files with 7 additions and 3 deletions

View File

@ -196,3 +196,6 @@ body.dark #sr-more-link {
color: white;
background: #0f0f0f;
}
body.dark #post .usertext-body .poll {
border: 1px solid #404040;
}

View File

@ -218,7 +218,9 @@ body.sepia .comments > form button {
padding: 8px;
cursor: pointer;
}
body.sepia #post .usertext-body .poll {
border: 1px solid #ccc9b8;
}
@media only screen and (max-width: 600px) {
body.sepia #sidebar {
width: 100%;

View File

@ -871,12 +871,11 @@ footer a {
}
#post .usertext-body .poll {
padding: 20px;
border: 1px solid #404040;
border: 1px solid #369;
margin: 10px 0px 20px 0px;
float: left;
width: calc(100% - 20%);
position: relative;
background: #8a8a8a;
}
#post .usertext-body .poll .option {
float: left;