Continue working on client

This commit is contained in:
calzoneman 2013-12-19 12:14:48 -05:00
parent afff414aad
commit 556f9eb9e7
4 changed files with 47 additions and 124 deletions

View file

@ -456,3 +456,24 @@
#channeloptions .modal-header {
border-bottom: none;
}
#pollwrap > div {
margin-top: 10px;
}
.option {
margin-top: 5px;
}
.option-selected {
font-weight: bold;
}
.option > button {
margin-right: 15px;
}
.option-selected > button {
border-width: 3px !important;
margin-right: 10px;
}