Fix tabsize in css

This commit is contained in:
Chi Vinh Le
2017-06-08 00:49:18 +07:00
parent 06858bf071
commit 4e56406c37
2 changed files with 18 additions and 18 deletions
@@ -99,7 +99,7 @@
}
.commentInfoBar {
float: right;
float: right;
}
@keyframes enter {
@@ -1,30 +1,30 @@
.viewingOptions {
float: right;
text-align: right;
position: relative;
display: inline-block;
min-width: 220px;
float: right;
text-align: right;
position: relative;
display: inline-block;
min-width: 220px;
}
.viewingOptions {
cursor: pointer;
cursor: pointer;
}
.streamViewingOptionsList {
z-index: 10;
background: white;
position: absolute;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
right: 3px;
top: 20px;
z-index: 10;
background: white;
position: absolute;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
right: 3px;
top: 20px;
}
.streamViewingOptionsList ul, .streamViewingOptionsList li {
padding: 0;
margin: 0;
padding: 0;
margin: 0;
}
.streamViewingOptionsList li {
padding: 10px;
list-style: none;
}
padding: 10px;
list-style: none;
}