mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
fix input fields in ie
This commit is contained in:
parent
5cc88ed2db
commit
eb591591b7
5 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
font-size: 14pt;
|
||||
padding: 4px;
|
||||
width: 360px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.login-input:hover {
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
font-size: 14pt;
|
||||
padding: 4px;
|
||||
width: 360px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.login-input:hover {
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
font-size: 14pt;
|
||||
padding: 4px;
|
||||
width: 360px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.login-input:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue