make password input width same as text input width. Also make everything a little wider.

This commit is contained in:
Martin Konecny 2013-04-10 18:19:46 -04:00
parent 5cb950e43f
commit 0da0e798c6

View file

@ -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%;