Skip to content

Commit eb59159

Browse files
committed
fix input fields in ie
1 parent 5cc88ed commit eb59159

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

web/templates/header.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,10 @@
533533
border-radius: 3px 3px 3px 3px;
534534
color: #555555;
535535
font-family: Arial,sans-serif;
536-
font-size: 18px;
536+
font-size: 14pt;
537537
padding: 6px;
538538
width: 360px;
539-
line-height:22px;
539+
height: 36px;
540540
}
541541

542542
.add-input:hover {
@@ -673,6 +673,10 @@
673673
margin-top: -3px;
674674
}
675675
676+
.add-advanced {
677+
text-decoration: underline;
678+
}
679+
676680
#vstobjects{
677681
padding-top: 192px;
678682
min-height: 370px;

web/templates/login.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
color: #DE6C5D;
8585
}
8686

87+
8788
.login-input {
8889
color: #555;
8990
background-color: #FFFFFF;
@@ -92,8 +93,9 @@
9293
color: #555555;
9394
font-family: Arial,sans-serif;
9495
font-size: 14pt;
95-
padding: 4px;
96+
padding: 6px;
9697
width: 360px;
98+
height: 36px;
9799
}
98100

99101
.login-input:hover {

web/templates/reset_1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
font-size: 14pt;
9595
padding: 4px;
9696
width: 360px;
97+
height: 36px;
9798
}
9899

99100
.login-input:hover {

web/templates/reset_2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
font-size: 14pt;
9595
padding: 4px;
9696
width: 360px;
97+
height: 36px;
9798
}
9899

99100
.login-input:hover {

web/templates/reset_3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
font-size: 14pt;
9595
padding: 4px;
9696
width: 360px;
97+
height: 36px;
9798
}
9899

99100
.login-input:hover {

0 commit comments

Comments
 (0)