This commit is contained in:
Alexey Andreev 2015-10-03 21:13:58 +03:00
parent 3b8b819c48
commit f9a9b79cb9
2 changed files with 6 additions and 4 deletions

View File

@ -2,3 +2,4 @@
/.settings/ /.settings/
/.classpath /.classpath
/.project /.project
/.cache-main

View File

@ -3,14 +3,15 @@ html, body {
padding: 0 padding: 0
} }
.top { .top {
position: static; position: fixed;
padding-top: 10px; padding-top: 10px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
height: 80px; height: 90px;
box-sizing: border-box;
border-bottom-color: rgb(120,120,120); border-bottom-color: rgb(120,120,120);
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
@ -28,8 +29,8 @@ html, body {
width: 70px; width: 70px;
} }
.result-list { .result-list {
position: static; position: fixed;
top: 81; top: 91px;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;