Trades out a one-off style tweak for a reusable one from bootstrap.
Change-Id: I9e55378345450f3e47e19bd85f55f9f4cbcb2475
This commit is contained in:
parent
051cc12067
commit
e2e1498e1f
@ -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 }}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user