Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
fix(admin): account for type password in css input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
steelsojka committed Apr 8, 2015
1 parent 050296e commit 035b3f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ legend {
color: red;
}

input[type="text"] {
input[type="text"],
input[type="password"] {
width: 100%;
}

Expand All @@ -41,4 +42,4 @@ input[type="text"] {

.prnfs-template {
display:none;
}
}

0 comments on commit 035b3f5

Please sign in to comment.