Fixed font size for form elements

This commit is contained in:
Marcin Kurczewski 2015-01-26 22:15:12 +01:00
parent 2ab4da11fc
commit ea5262fa2b
2 changed files with 3 additions and 5 deletions

View file

@ -40,7 +40,7 @@ input[type=password] {
box-shadow: 0 1px 2px -1px #e0e0e0 inset; box-shadow: 0 1px 2px -1px #e0e0e0 inset;
background: #fafafa; background: #fafafa;
font-family: 'Inconsolata', monospace; font-family: 'Inconsolata', monospace;
font-size: 110%; font-size: 100%;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
@ -200,7 +200,6 @@ input[type=checkbox]:focus + label {
font-family: 'Droid Sans', sans-serif; font-family: 'Droid Sans', sans-serif;
margin: 1px; margin: 1px;
padding: 2px 4px; padding: 2px 4px;
font-size: 15px;
} }
.tag-input input { .tag-input input {
border: none; border: none;
@ -210,13 +209,13 @@ input[type=checkbox]:focus + label {
color: black; color: black;
} }
.tag-input li a.close { .tag-input li a.close {
font-size: 14px; font-size: 85%;
margin-left: 0.75em; margin-left: 0.75em;
} }
.related-tags { .related-tags {
line-height: 200%; line-height: 200%;
font-size: 15px; font-size: 95%;
display: none; display: none;
margin: 0.5em 0.5em 1em 0.5em; margin: 0.5em 0.5em 1em 0.5em;
} }

View file

@ -41,7 +41,6 @@
#post-view-wrapper #sidebar { #post-view-wrapper #sidebar {
line-height: 1.33em; line-height: 1.33em;
font-size: 90%;
} }
#post-view-wrapper #sidebar h1 { #post-view-wrapper #sidebar h1 {