Fix the header sizes on labels
This commit is contained in:
parent
22c4ff7a8b
commit
1282632b7e
@ -196,7 +196,12 @@ $("#e10_4").select2({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
h3 > label {
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<header class="jumbotron subhead">
|
<header class="jumbotron subhead">
|
||||||
<div class="subnav">
|
<div class="subnav">
|
||||||
@ -426,7 +431,7 @@ $("#e2_2").select2({
|
|||||||
<p>
|
<p>
|
||||||
<select id="e2" style="width:300px" class="populate placeholder"></select><br/>
|
<select id="e2" style="width:300px" class="populate placeholder"></select><br/>
|
||||||
</p>
|
</p>
|
||||||
<p><label for="e2_2">Multiple select types</label>
|
<p><label for="e2_2">Multiple select boxes</label>
|
||||||
<select id="e2_2" multiple="multiple" style="width:300px" class="populate placeholder"></select><br/>
|
<select id="e2_2" multiple="multiple" style="width:300px" class="populate placeholder"></select><br/>
|
||||||
</p>
|
</p>
|
||||||
<p>The placeholder can be declared via a <code>data-placeholder</code> attribute attached to the <code>select</code>, or via the <code>placeholder</code> configuration element as seen in the example code.</p>
|
<p>The placeholder can be declared via a <code>data-placeholder</code> attribute attached to the <code>select</code>, or via the <code>placeholder</code> configuration element as seen in the example code.</p>
|
||||||
|
@ -196,6 +196,13 @@ $("#e10_4").select2({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
h3 > label {
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<!-- unreleased --><div class="row">
|
<!-- unreleased --><div class="row">
|
||||||
<!-- unreleased --> <div class="span12">
|
<!-- unreleased --> <div class="span12">
|
||||||
<!-- unreleased --> <div class="alert alert-block alert-error">
|
<!-- unreleased --> <div class="alert alert-block alert-error">
|
||||||
|
Loading…
Reference in New Issue
Block a user