euscanwww: Improved forms UI, added preferences page and change password

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-08-08 10:46:36 +02:00
parent c4e3c4c04a
commit 77f1cb52ea
15 changed files with 140 additions and 56 deletions

View File

@ -125,25 +125,13 @@ hr {
}
table {
max-width: 60em;
/* width: 50%; */
border-collapse: collapse;
font-size: 1em;
margin-left: auto;
margin-right: auto;
background: #F5F5F5;
text-align: left;
.table {
width: 60% !important;
margin: auto;
}
td {
vertical-align: top;
}
th {
font-size: 0.8em;
text-align: center;
border-bottom: 3px solid;
max-width: 350px;
}
#footer {
@ -245,3 +233,8 @@ th {
textarea {
width: inherit;
}
.errorlist > li {
color: red;
list-style: none;
}