refactor) #left, #right -> #js-left, #js-right

This commit is contained in:
coderaiser 2014-01-20 03:49:36 -05:00
parent 1e6c7cf2c9
commit 590dc58fe5
4 changed files with 15 additions and 14 deletions

View file

@ -31,7 +31,7 @@ body {
background-color:white;
}
.fm, #left>li, #right>li, .path, .fm-header,
.fm, .left>li, .right>li, .path, .fm-header,
.mini-icon, .name, .size, .owner, .mode, .keyspanel, .cmd-button {
-webkit-user-select : none;
-moz-user-select : none;
@ -167,7 +167,7 @@ body {
font-weight: bold;
}
.left, #left {
.left {
float:left;
}
@ -180,7 +180,7 @@ body {
color: rgb(254,159,224);
}
.right, #right {
.right {
float:right;
}
.panel {
@ -323,7 +323,7 @@ a:hover, a:active {
width:94%;
}
/* если правая панель не помещаеться - прячем её */
#right, .cmd-button#f5, .cmd-button#f6 {
.right, .cmd-button#f5, .cmd-button#f6 {
display: none;
}
}