Skip to content

Commit

Permalink
Add label for range field, to make making it prettier possible!
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Nov 28, 2014
1 parent 8225003 commit b15c494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions multiseek/static/multiseek/js/multiseek.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $.widget("multiseek.multiseekRangeValue", $.multiseek.multiseekBaseValue, {
.addClass("row collapse")
.append([
$("<div/>")
.addClass("large-1 small-1 columns")
.addClass("large-1 small-1 columns multiseek-range-field-label")
.text(gettext("from")),

$("<div/>")
Expand All @@ -145,7 +145,7 @@ $.widget("multiseek.multiseekRangeValue", $.multiseek.multiseekBaseValue, {
$("<input type=text id=value_min size=4 />")]),

$("<div/>")
.addClass("large-1 small-1 columns")
.addClass("large-1 small-1 columns multiseek-range-field-label")
.text(gettext("to")),

$("<div/>")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run(self):

setup(
name='django-multiseek',
version='0.9.12',
version='0.9.13',
description='Seek records using multiple parameters',
author=u'Michał Pasternak',
author_email='michal.dtz@gmail.com',
Expand Down

0 comments on commit b15c494

Please sign in to comment.