Revision 54fc9503
Added by Stephen Beaver about 9 years ago
src/usr/local/www/classes/Form/Checkbox.class.php | ||
---|---|---|
66 | 66 |
if (!isset($this->_description)) |
67 | 67 |
return $input; |
68 | 68 |
|
69 |
return '<label>'. $input .' '. htmlspecialchars(gettext($this->_description)) .'</label>'; |
|
69 |
return '<label class="chkboxlbl">'. $input .' '. htmlspecialchars(gettext($this->_description)) .'</label>';
|
|
70 | 70 |
} |
71 | 71 |
} |
src/usr/local/www/css/pfSense.css | ||
---|---|---|
276 | 276 |
margin: 10px 0 20px 0; |
277 | 277 |
box-shadow: 0px 1px 10px rgba(0,0,0,.3); |
278 | 278 |
margin-bottom: 10px; |
279 |
background-color: #E0E0E0;
|
|
279 |
background-color: #E0E0E0; |
|
280 | 280 |
} |
281 | 281 |
|
282 | 282 |
.header .context-links { |
... | ... | |
792 | 792 |
width: 50%; |
793 | 793 |
} |
794 | 794 |
|
795 |
.breadcrumb li:not(:last-child), .breadcrumb>li+li:before {
|
|
796 |
display: none;
|
|
795 |
.breadcrumb li:not(:last-child), .breadcrumb>li+li:before { |
|
796 |
display: none; |
|
797 | 797 |
} |
798 | 798 |
} |
799 | 799 |
|
... | ... | |
905 | 905 |
|
906 | 906 |
#chart .nvtooltip > h3 { |
907 | 907 |
font-size: 14px; |
908 |
} |
|
908 |
} |
|
909 |
|
|
910 |
/* Experimental styles to correct vertical alignment in forms */ |
|
911 |
.col-sm-10 { |
|
912 |
padding-top: 7px; |
|
913 |
} |
|
914 |
|
|
915 |
.chkboxlbl { |
|
916 |
padding-top: 4px; |
|
917 |
} |
Also available in: Unified diff
Experimentally fixed #6327