mirror of https://github.com/calzoneman/sync.git
Replace with CSS margin
This commit is contained in:
parent
9081a5fee1
commit
f94c8bc8f1
|
@ -55,7 +55,6 @@ html(lang="en")
|
||||||
#controlsrow.row
|
#controlsrow.row
|
||||||
#leftcontrols.col-lg-5.col-md-5
|
#leftcontrols.col-lg-5.col-md-5
|
||||||
button#newpollbtn.btn.btn-sm.btn-default New Poll
|
button#newpollbtn.btn.btn-sm.btn-default New Poll
|
||||||
|
|
|
||||||
button#emotelistbtn.btn.btn-sm.btn-default Emote List
|
button#emotelistbtn.btn.btn-sm.btn-default Emote List
|
||||||
#rightcontrols.col-lg-7.col-md-7
|
#rightcontrols.col-lg-7.col-md-7
|
||||||
#plcontrol.btn-group.pull-left
|
#plcontrol.btn-group.pull-left
|
||||||
|
|
|
@ -621,3 +621,7 @@ table td {
|
||||||
#emotelist-paginator-container {
|
#emotelist-paginator-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#leftcontrols .btn {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue