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 {
|
||||
margin-bottom: 5px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.poll-ui tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.poll-ui button:first-of-type {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
||||
.poll-ui td.radio input {
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
|
@ -178,12 +184,12 @@ register_css <<CSS
|
|||
background-color: #FFFFB3;
|
||||
}
|
||||
|
||||
.poll-ui button {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.poll-ui button i.fa {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.poll-ui .radio {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
CSS
|
||||
|
|
Loading…
Reference in a new issue