diff --git a/web/templates/header.html b/web/templates/header.html
index 6f78a94d..fb3562f5 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -533,10 +533,10 @@
border-radius: 3px 3px 3px 3px;
color: #555555;
font-family: Arial,sans-serif;
- font-size: 18px;
+ font-size: 14pt;
padding: 6px;
width: 360px;
- line-height:22px;
+ height: 36px;
}
.add-input:hover {
@@ -673,6 +673,10 @@
margin-top: -3px;
}
+ .add-advanced {
+ text-decoration: underline;
+ }
+
#vstobjects{
padding-top: 192px;
min-height: 370px;
diff --git a/web/templates/login.html b/web/templates/login.html
index 5cb790af..60006ea6 100644
--- a/web/templates/login.html
+++ b/web/templates/login.html
@@ -84,6 +84,7 @@
color: #DE6C5D;
}
+
.login-input {
color: #555;
background-color: #FFFFFF;
@@ -92,8 +93,9 @@
color: #555555;
font-family: Arial,sans-serif;
font-size: 14pt;
- padding: 4px;
+ padding: 6px;
width: 360px;
+ height: 36px;
}
.login-input:hover {
diff --git a/web/templates/reset_1.html b/web/templates/reset_1.html
index 652c972c..07bd6eda 100644
--- a/web/templates/reset_1.html
+++ b/web/templates/reset_1.html
@@ -94,6 +94,7 @@
font-size: 14pt;
padding: 4px;
width: 360px;
+ height: 36px;
}
.login-input:hover {
diff --git a/web/templates/reset_2.html b/web/templates/reset_2.html
index fa844ecb..e3f4c40b 100644
--- a/web/templates/reset_2.html
+++ b/web/templates/reset_2.html
@@ -94,6 +94,7 @@
font-size: 14pt;
padding: 4px;
width: 360px;
+ height: 36px;
}
.login-input:hover {
diff --git a/web/templates/reset_3.html b/web/templates/reset_3.html
index 56b3b622..648f61c6 100644
--- a/web/templates/reset_3.html
+++ b/web/templates/reset_3.html
@@ -94,6 +94,7 @@
font-size: 14pt;
padding: 4px;
width: 360px;
+ height: 36px;
}
.login-input:hover {