editor fills whole page

This commit is contained in:
Fabian Jakobs 2010-04-07 17:49:16 +02:00
commit 7cce9d8858
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
.editor {
position: absolute;
border: 1px solid black;
border: 2px solid rgb(159, 159, 159);
overflow: hidden;
}
.editor.focus {
border: 1px solid #327fbd;;
border: 2px solid #327fbd;;
}
.scroller {

View file

@ -10,10 +10,10 @@
<style type="text/css" media="screen">
#container {
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
</style>