chore(css) set correct order

This commit is contained in:
coderaiser 2014-01-09 15:55:08 +00:00
parent c23c1bcedc
commit 0a5f5ce109
2 changed files with 7 additions and 7 deletions

View file

@ -2,13 +2,13 @@
white-space: normal;
}
.list li{
.list li {
list-style-type: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
list-style-type: none;
}
.config .form-control{

View file

@ -26,9 +26,9 @@ html {
}
body {
height: 95%;
font:16px "Droid Sans Mono";
background-color:white;
height: 95%;
}
.fm, #left>li, #right>li, .path, .fm-header,
@ -42,8 +42,8 @@ body {
.path {
overflow : hidden;
white-space : nowrap;
text-overflow : ellipsis;
white-space : nowrap;
}
.path-icon {
@ -187,12 +187,12 @@ body {
}
.panel {
width: 46%;
height: 90%;
padding: 20px;
margin: 0;
border: 1.5px solid;
border-color: rgb(49, 123, 249);
border-color: rgba(49, 123, 249, .40);
height: 90%;
}
.selected-panel {
@ -224,12 +224,12 @@ body {
}
.files {
overflow-y: auto;
height: 95%;
padding: 0;
margin: 0;
overflow-y: auto;
list-style-type: none;
cursor: default;
height: 95%;
}
a {