Trades out a one-off style tweak for a reusable one from bootstrap.

Change-Id: I9e55378345450f3e47e19bd85f55f9f4cbcb2475
This commit is contained in:
Gabriel Hurley 2012-01-30 16:50:51 -08:00
parent 051cc12067
commit e2e1498e1f
2 changed files with 2 additions and 10 deletions

View File

@ -19,7 +19,7 @@
</div>
{% endif %}
<form action="" method="get" id="date_form">
<form action="" method="get" id="date_form" class="form-horizontal">
<h3>{% trans "Select a month to query its usage" %}: </h3>
<div class="form-row">
{{ dateform.month }}

View File

@ -952,15 +952,7 @@ form div.clearfix.error {
border: 1px solid #e1e1e1;
padding: 5px;
}
#date_form {
width: 100%;
float: left;
}
#date_form select, #date_form input {
float: left;
margin-right: 10px;
}
.fluid-container {
min-width: 760px;
}
}