body, html { margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;}
body {
font-size: 14px;
font-family: "Helvetica Neue", "ubuntu", "Segoe UI", "Arial", sans-serif;
}
/* Sidebar */
div#sideBar {
width: 100%;
height: 100%;
}
.ui-layout-center {
}
.ui-layout-pane {
padding: 0 !important;
margin: 0;
height: 100%;
overflow: hidden;
}
.file {
background-color: red;
}
/* Tabs */
#tabs .ui-corner-all {
border-radius: 0px;
border: none;
border-bottom: 1px #999 solid;
}
#tabs {
margin: 0;
padding: 0;
border: none;
font-size: 10px;
height: 100%;
}
#tabs li .ui-icon-close {
float: left;
margin: 0.4em 0.2em 0 0;
cursor: pointer;
}
#tabs div {
margin: 0;
padding: 0;
}
/* Main, Editor, and Status Bar */
div#main {
overflow: hidden;
z-index: 100;
background: #ddd;
}
div#intro h1 {
font-size: 50px;
font-family: helvetica;
font-weight: bold;
color: #999;
margin: 50px auto 0 auto;
text-shadow: 1px 1px 1px white;
text-align: center;
}
.wrapper {
height: 100%;
margin-bottom: -23px;
min-height: 100%;
height: auto !important;
overflow: hidden;
z-index: 100;
}
footer {
position: fixed;
width: 100%;
display: block;
bottom: 0px;
z-index: 80000 !important;
background-image: url(../images/footer-bg.png);
background-repeat: repeat-x;
height: 23px;
line-height: 21px;
overflow: hidden;
padding: 0;
margin: 0;
}
footer button {
display: inline;
background: none;
margin: 0;
padding: 0 6px 0 6px;
background-image: url(../images/footer-button-end.png);
background-repeat: no-repeat;
background-position: 100% 0;
border: none !important;
height: 24px;
}
footer button img {
border: none;
margin: 0;
padding: 0;
}