[DE] Align layout of history panel and file menu items.

This commit is contained in:
Julia Radzhabova 2016-10-13 14:08:52 +03:00
parent 0817331b32
commit 488e7d4f32

View file

@ -5,7 +5,7 @@
#history-header { #history-header {
position: absolute; position: absolute;
height: 45px; height: 53px;
left: 0; left: 0;
top: 0; top: 0;
right: 0; right: 0;
@ -14,7 +14,7 @@
#history-btn-back { #history-btn-back {
height: 27px; height: 27px;
margin-top: 8px; margin-top: 15px;
padding-top: 4px; padding-top: 4px;
padding-left: 20px; padding-left: 20px;
font-size: 13px; font-size: 13px;
@ -52,7 +52,7 @@
#history-list { #history-list {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
padding: 45px 0; padding: 53px 0 45px 0;
.item { .item {
display: block; display: block;