Sjednoceny hlavičky pro filtrování záznamů.

Header přeformátován a texty načítány z labels.

closes #77
This commit is contained in:
2014-05-26 13:13:06 +02:00
parent 34c4144f46
commit f299b8604c
7 changed files with 132 additions and 79 deletions
+2 -10
View File
@@ -2,7 +2,6 @@ html {
/*vertical scrollbar allways visible */
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@@ -13,16 +12,9 @@ html {
#header {
width: auto;
height: 40px;
height: 60px;
border: 1px solid #ccc;
padding: 10px;
background: url("/isspst/img/header-bg.png") 50% 0 repeat-x;
color: #ffffff;
font-size: 35px;
font-weight: bold;
text-align: center;
text-shadow: 2px 2px 2px #000000;
}
#leftcolumn {