|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
body {
|
|
body {
|
|
margin: 0;
|
|
margin: 0;
|
|
- padding: 0;
|
|
|
|
|
|
+ padding: 0 0 0 260px;
|
|
height: 100%;
|
|
height: 100%;
|
|
color: #555;
|
|
color: #555;
|
|
font-family: 'inconsolata';
|
|
font-family: 'inconsolata';
|
|
@@ -33,6 +33,7 @@
|
|
|
|
|
|
#panel {
|
|
#panel {
|
|
position: fixed;
|
|
position: fixed;
|
|
|
|
+ left: 0;
|
|
width: 260px;
|
|
width: 260px;
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
@@ -72,7 +73,7 @@
|
|
|
|
|
|
#viewer {
|
|
#viewer {
|
|
border: 0px;
|
|
border: 0px;
|
|
- margin-left: 260px;
|
|
|
|
|
|
+ width: 100%;
|
|
width: -webkit-calc(100% - 260px);
|
|
width: -webkit-calc(100% - 260px);
|
|
width: -moz-calc(100% - 260px);
|
|
width: -moz-calc(100% - 260px);
|
|
width: calc(100% - 260px);
|
|
width: calc(100% - 260px);
|