Styling and shit

This commit is contained in:
Nicolas A. Tonne
2015-06-08 00:19:56 +02:00
parent 664d12a99b
commit 47c5c414b6
4 changed files with 66 additions and 91 deletions

View File

@@ -771,11 +771,11 @@ ul #chat-log{
}
#code-link + span{
#code-link + a{
line-height: normal;
color: black;
text-align: center;
}
#volume-control {
cursor:pointer;
float:left;
@@ -801,11 +801,22 @@ ul #chat-log{
}
#volume-control .ui-slider-handle {
height:15px;
width:5px;
background-color:black;
position: absolute;
cursor: pointer;
outline: none;
border: none;
height: 15px;
width: 36px;
background-color: rgb(255, 44, 44);
position: absolute;
cursor: pointer;
outline: none;
border: none;
border-radius: 17px;
margin-left: -17px;
}
.slider-vol{
float: left;
font-size: 22px;
}
.about-remote{
padding-top: 50px;
}