Fixed some bugs with settings panel, heights of buttons in remote, README.md updated

This commit is contained in:
kasperrt
2015-06-20 15:29:48 +02:00
parent ebda68d7f4
commit cd2785b16b
4 changed files with 33 additions and 16 deletions

View File

@@ -63,6 +63,15 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
color: #2D2D2D;
}
.input-field{
margin-left: 25px;
color: rgb(68,68,68);
}
#password{
margin-left:10px;
}
span.badge.new,
.progress .determinate,
.progress .indeterminate,
@@ -567,9 +576,9 @@ ul #chat-log{
}
.switch{
display: inline;
/*float: right;*/
position: absolute;
right:10px;
float: right;
/*position: absolute;*/
margin-right:10px;
}
.switch label .lever {
background-color: #00B2FF;
@@ -826,6 +835,10 @@ ul #chat-log{
}
}
.remote-button{
line-height:21px;
}
#remote-controls {
font-size:50px !important;
}