Better fix for OAuth dialog with bootstrap

Improves on 4995bf3e49
This commit is contained in:
Avital Oliver
2014-10-23 15:50:04 -07:00
committed by Emily Stark
parent 55071b8f73
commit 77cc6e577a

View File

@@ -261,11 +261,16 @@
}
label, .title {
display: inline;
font-size: 80%;
margin-top: 7px;
margin-bottom: -2px;
}
label {
// Bootstrap sets labels as 'display: none'. Undo that.
display: inline;
}
input[type=text], input[type=email], input[type=password] {
// Be pixel-accurate in IE 8+ regardless of our borders and
// paddings, at the expense of IE 7.