2014-08-18 17:45:43 +04:00
|
|
|
ul {
|
2014-08-19 13:07:35 +04:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.fn-clear:before,
|
|
|
|
.fn-clear:after {
|
|
|
|
display: table;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.fn-clear:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fn-none {
|
2014-08-19 13:07:35 +04:00
|
|
|
display: none;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
2014-08-19 13:07:35 +04:00
|
|
|
position: relative;
|
|
|
|
height: 460px;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ztree {
|
2014-08-19 13:07:35 +04:00
|
|
|
position: absolute;
|
|
|
|
width: 20%;
|
|
|
|
height: 440px;
|
|
|
|
overflow: auto;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dirRMenu, #fileRMenu {
|
2014-08-19 13:07:35 +04:00
|
|
|
position: absolute;
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
background-color: #444;
|
|
|
|
color: #FFF;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#dirRMenu li, #fileRMenu li {
|
2014-08-19 13:07:35 +04:00
|
|
|
padding: 5px 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 12px;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.edit-panel {
|
2014-08-19 13:07:35 +04:00
|
|
|
background-color: #262626;
|
|
|
|
height: 450px;
|
|
|
|
left: 20%;
|
|
|
|
position: absolute;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-panel .tabs span {
|
|
|
|
background-color: #FFF;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-panel .tabs span.current {
|
|
|
|
background-color: #EEEEEE;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.output {
|
2014-08-19 13:07:35 +04:00
|
|
|
width: 49%
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.shell {
|
2014-08-19 13:07:35 +04:00
|
|
|
float: right;
|
|
|
|
width: 49%
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.shellInput, .shellOutput {
|
2014-08-19 13:07:35 +04:00
|
|
|
width: 99%
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.shellOutput {
|
2014-08-19 13:07:35 +04:00
|
|
|
height: 125px;
|
2014-08-18 17:45:43 +04:00
|
|
|
}
|