mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-19 12:57:08 +01:00
fixed text-input on login
This commit is contained in:
@@ -73,10 +73,17 @@
|
||||
color: #DE6C5D;
|
||||
}
|
||||
.loggin-input {
|
||||
padding: 4px;
|
||||
font-size: 12pt;
|
||||
color: #555;
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #999999;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
color: #555555;
|
||||
font-family: Arial,sans-serif;
|
||||
font-size: 14pt;
|
||||
padding: 4px;
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
.loggin-button {
|
||||
padding: 4px;
|
||||
margin: 0 6px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user