Skip to content

Commit aca07db

Browse files
author
Percy
committed
fixed some style issues in the django admin
1 parent 297836a commit aca07db

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

multiselect/static/multiselect/css/ui.multiselect.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@
3030
.ui-multiselect .busy { left: 0px; float: left; padding: 7px 7px 7px 25px; z-index: 1; background: url(images/loading.gif) 4px 50% no-repeat; }
3131
.ui-multiselect .overlay { background: #aaaaaa; opacity: .30;filter:Alpha(Opacity=30); }
3232

33-
.ui-multiselect li a.action { position: absolute; border: none; right: 0px; top: 1px; padding-right: 2px; }
33+
.ui-multiselect li a.action { position: absolute; border: none; right: 0px; top: 1px; padding-right: 2px; }
34+
35+
form .ui-multiselect {margin-right: 5px; float: left; border-color: #ccc;}
36+
form .ui-multiselect div.selected {border-color: #ccc;}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="django-multiselect",
6-
version="1.2",
6+
version="1.3",
77
description="Django multiselect",
88
author="Matt Morrison and Aaron Madison",
99
include_package_data=True,

0 commit comments

Comments
 (0)