1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Fix the header sizes on labels

This commit is contained in:
Kevin Brown 2014-08-01 10:43:34 -04:00
parent 22c4ff7a8b
commit 1282632b7e
2 changed files with 14 additions and 2 deletions

View File

@ -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>

View File

@ -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">