design/css/main.scss
changeset 4 885a20cde527
child 20 a8300ef1876e
equal deleted inserted replaced
3:3b5d37d84cfe 4:885a20cde527
       
     1 ---
       
     2 ---
       
     3 
       
     4 #session {
       
     5 	background: white;
       
     6 	border: 1px black solid;
       
     7 	
       
     8 	position: fixed;
       
     9 
       
    10 	height: 100%;
       
    11 	width: 180px;
       
    12 
       
    13 	z-index: 99999999;
       
    14 }
       
    15 
       
    16 #editor {
       
    17 	width: 100%;
       
    18 	background: white;
       
    19 	height: 180px;
       
    20 
       
    21 	border-top: 1px solid black;
       
    22 
       
    23 	textarea {
       
    24 		border: 1px solid black;
       
    25 		width: 100%;
       
    26 		height: 180px;
       
    27 	}
       
    28 }
       
    29