Bug 986932 - Fix alignment with some items in DevTools options panel. r=bgrins DONTBUILD

This commit is contained in:
Tim Nguyen 2014-03-26 11:27:15 -07:00
parent ea7acdc162
commit 96d36654c2

View File

@ -36,10 +36,15 @@
padding: 2px;
}
.options-groupbox > * {
.options-groupbox > *,
.options-groupbox > .hidden-labels-box > checkbox {
padding: 2px;
}
.options-groupbox > .hidden-labels-box {
padding: 0;
}
.options-citation-label {
font-size: 1rem !important;
/* !important is required otherwise font-size will still be 1.4rem */