make password input width same as text input width. Also make everything a little wider.
This commit is contained in:
parent
5cb950e43f
commit
0da0e798c6
1 changed files with 3 additions and 3 deletions
|
@ -2390,13 +2390,13 @@ dd .info-text-small {
|
|||
margin-bottom:0px;
|
||||
}
|
||||
.stream-config dd select {
|
||||
width:160px;
|
||||
width:180px;
|
||||
line-height:140%;
|
||||
}
|
||||
|
||||
.stream-config input[type="text"] {
|
||||
.stream-config input[type="text"], .stream-config input[type="password"] {
|
||||
/*width:98.5%;*/
|
||||
min-width:152px;
|
||||
min-width:172px;
|
||||
}
|
||||
.stream-config .display_field dd input[type="text"], .stream-config .display_field dd input[type="password"], .stream-config .display_field dd textarea {
|
||||
min-width:99%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue