mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
tiny poll plugin style fixes
This commit is contained in:
parent
61d17e961e
commit
ad409638a5
1 changed files with 10 additions and 4 deletions
|
@ -151,12 +151,18 @@ register_css <<CSS
|
||||||
|
|
||||||
.poll-ui table {
|
.poll-ui table {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.poll-ui tr {
|
.poll-ui tr {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.poll-ui button:first-of-type {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.poll-ui td.radio input {
|
.poll-ui td.radio input {
|
||||||
margin-left: -10px !important;
|
margin-left: -10px !important;
|
||||||
}
|
}
|
||||||
|
@ -178,12 +184,12 @@ register_css <<CSS
|
||||||
background-color: #FFFFB3;
|
background-color: #FFFFB3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.poll-ui button {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.poll-ui button i.fa {
|
.poll-ui button i.fa {
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.poll-ui .radio {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
CSS
|
CSS
|
||||||
|
|
Loading…
Reference in a new issue