finetune poll css
This commit is contained in:
parent
f44f093fc2
commit
ef07b9af6e
|
@ -196,3 +196,6 @@ body.dark #sr-more-link {
|
||||||
color: white;
|
color: white;
|
||||||
background: #0f0f0f;
|
background: #0f0f0f;
|
||||||
}
|
}
|
||||||
|
body.dark #post .usertext-body .poll {
|
||||||
|
border: 1px solid #404040;
|
||||||
|
}
|
||||||
|
|
|
@ -218,7 +218,9 @@ body.sepia .comments > form button {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
body.sepia #post .usertext-body .poll {
|
||||||
|
border: 1px solid #ccc9b8;
|
||||||
|
}
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
body.sepia #sidebar {
|
body.sepia #sidebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -871,12 +871,11 @@ footer a {
|
||||||
}
|
}
|
||||||
#post .usertext-body .poll {
|
#post .usertext-body .poll {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border: 1px solid #404040;
|
border: 1px solid #369;
|
||||||
margin: 10px 0px 20px 0px;
|
margin: 10px 0px 20px 0px;
|
||||||
float: left;
|
float: left;
|
||||||
width: calc(100% - 20%);
|
width: calc(100% - 20%);
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #8a8a8a;
|
|
||||||
}
|
}
|
||||||
#post .usertext-body .poll .option {
|
#post .usertext-body .poll .option {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue