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

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvelo committed Aug 1, 2013
1 parent 75b59db commit ae5bf80
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ input[type='text'].title {
width: 100%;
}

h1 input:not([type=submit]):not([type=file]) {
height: 40px !important;
}

input:not([type=submit]):not([type=file]):not([type=checkbox]) {
height: 30px !important;
}
Expand All @@ -145,6 +141,12 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]) {
height: auto !important;
}

h1 input:not([type=submit]):not([type=file]):not([type=checkbox]) {
height: 40px !important;
padding-top: 8px;
}


/* Buttons */

.btn {
Expand Down

0 comments on commit ae5bf80

Please sign in to comment.