wide/static/css/base.css

78 lines
977 B
CSS

ul {
padding: 0;
margin: 0;
}
.fn-clear:before,
.fn-clear:after {
display: table;
content: "";
}
.fn-clear:after {
clear: both;
}
.fn-none {
display: none;
}
.content {
position: relative;
height: 460px;
}
.ztree {
position: absolute;
width: 20%;
height: 440px;
overflow: auto;
}
#dirRMenu, #fileRMenu {
position: absolute;
border: 1px solid #DDD;
background-color: #444;
color: #FFF;
}
#dirRMenu li, #fileRMenu li {
padding: 5px 10px;
cursor: pointer;
font-size: 12px;
}
.edit-panel {
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;
}
.output {
width: 49%
}
.shell {
float: right;
width: 49%
}
.shellInput, .shellOutput {
width: 99%
}
.shellOutput {
height: 80px;
}