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/
/.classpath
/.project
/.cache-main

View File

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