Přepracováno vertikální menu na horizontální.

closes #110
This commit is contained in:
2014-07-16 20:50:31 +02:00
parent 7b6976f823
commit 568bed6f9b
9 changed files with 174 additions and 194 deletions
+10 -29
View File
@@ -17,29 +17,27 @@ html {
}
#leftcolumn {
width: 140px;
padding: 10px;
float: left;
}
#navbar {
border: 1px solid #ccc;
}
#maincolumn {
padding: 10px;
padding-bottom: 20px; /* Height of the footer */
margin: 0px 0px 0px 160px;
padding-top: 5px;
padding-bottom: 25px; /* Height of the footer */
margin: 0px 0px 0px 0px;
}
#footer {
width: 100%;
clear: both;
position: absolute;
bottom: 0;
width: 100%;
bottom: 5px;
height: 20px; /* Height of the footer */
border: 1px solid #ccc;
text-align: center;
vertical-align: center;
font-size: 10px;
color: gray;
}
.form-caption {
@@ -49,24 +47,7 @@ html {
text-shadow: 2px 2px 2px #888888;
padding-left: 5px;
}
/*aaa*/
.form-caption-content {
float: left;
}
/*
a:link,a:visited {
font-size: 12px;
color: #0000A0;
background-color: #FFFFFF;
text-decoration: none;
target-new: none;
}
a:hover {
font-size: 12px;
color: #0000A0;
background-color: #a3d3f8;
text-decoration: none;
target-new: none;
}*/