mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(style) .left, .right -> .panel-left, .panel-right
This commit is contained in:
parent
d3d3200b03
commit
4f7012d53c
2 changed files with 6 additions and 6 deletions
|
|
@ -276,8 +276,8 @@
|
|||
else {
|
||||
p.name = INDEX_PATH,
|
||||
lPanel = CloudFunc.buildFromJSON(pJSON, FileTemplate, PathTemplate, LinkTemplate),
|
||||
lList = '<div id="js-left" class="panel left">' + lPanel + '</div>' +
|
||||
'<div id="js-right" class="panel right">' + lPanel + '</div>';
|
||||
lList = '<div id="js-left" class="panel panel-left">' + lPanel + '</div>' +
|
||||
'<div id="js-right" class="panel panel-right">' + lPanel + '</div>';
|
||||
|
||||
main.sendResponse(p, indexProcessing({
|
||||
additional : lList,
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ body {
|
|||
background-color:white;
|
||||
}
|
||||
|
||||
.fm, .left>li, .right>li, .path, .fm-header,
|
||||
.fm, .panel-left>li, .panel-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 {
|
||||
.panel-left {
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
|
@ -180,7 +180,7 @@ body {
|
|||
color: rgb(254,159,224);
|
||||
}
|
||||
|
||||
.right {
|
||||
.panel-right {
|
||||
float:right;
|
||||
}
|
||||
.panel {
|
||||
|
|
@ -323,7 +323,7 @@ a:hover, a:active {
|
|||
width:94%;
|
||||
}
|
||||
/* если правая панель не помещаеться - прячем её */
|
||||
.right, .cmd-button#f5, .cmd-button#f6 {
|
||||
.panel-right, .cmd-button#f5, .cmd-button#f6 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue