body {
margin: 0;
font: 100%/1.5 Georgia, Verdana, sans-serif;
+ overflow: hidden;
}
#breadcrumbs {
display: block;
}
-textarea {
+#text_id {
width: 480px;
height: 480px;
- padding: 5px 10px;
}
#file-text {
padding: 5px 10px;
overflow-x: hidden;
overflow-y: scroll;
- width: 480px;
- height: 480px;
- border: 1px solid #999;
}
-#images {
- float: left;
+#images-wrap {
width: 480px;
height: 480px;
- border: 1px solid #999;
- padding: 5px 10px;
+ border-right: 1px solid #999;
overflow-y: scroll;
overflow-x: hidden;
+ background-color: #fff;
+ float: left;
+}
+
+#sidebar {
+ float: left;
+ width: 488px;
+}
+
+#toggle-sidebar {
+ background-color: #999;
+ width: 7px;
+ height: 100%;
+ float: left;
+}
+
+#status-bar {
+ border-top: 1px solid #999;
+ background-color: #EEE;
+ padding: 2px 10px;
}
.errorlist {
content: '';
clear: both;
}
+
p {
margin: 0;
}
\ No newline at end of file