mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 06:49:26 +01:00
finetune poll css
This commit is contained in:
parent
f44f093fc2
commit
ef07b9af6e
@ -196,3 +196,6 @@ body.dark #sr-more-link {
|
||||
color: white;
|
||||
background: #0f0f0f;
|
||||
}
|
||||
body.dark #post .usertext-body .poll {
|
||||
border: 1px solid #404040;
|
||||
}
|
||||
|
@ -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%;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user