Remove unused css
This commit is contained in:
parent
d8446d0b90
commit
b06cfafe94
|
@ -27,7 +27,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablist {
|
.tablist {
|
||||||
|
@ -211,7 +211,6 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
||||||
top: 50px;
|
top: 50px;
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
right: 200px;
|
right: 200px;
|
||||||
/*padding: 15px;*/
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -222,13 +221,6 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/*margin-bottom: 5px;
|
|
||||||
padding-left: 55px;
|
|
||||||
text-indent: -55px;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.message span {
|
|
||||||
/*margin-right: 15px;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-info {
|
.message-info {
|
||||||
|
@ -284,19 +276,4 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
||||||
|
|
||||||
.userlist p:hover {
|
.userlist p:hover {
|
||||||
background: #DDD;
|
background: #DDD;
|
||||||
}
|
|
||||||
|
|
||||||
.list {
|
|
||||||
position: fixed;
|
|
||||||
left: 200px;
|
|
||||||
top: 0;
|
|
||||||
width: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list > div {
|
|
||||||
overflow: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list p:nth-child(even) {
|
|
||||||
background: #AAA;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue