File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
multiselect/static/multiselect/css Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 30
30
.ui-multiselect .busy { left : 0px ; float : left; padding : 7px 7px 7px 25px ; z-index : 1 ; background : url (images/loading.gif) 4px 50% no-repeat; }
31
31
.ui-multiselect .overlay { background : # aaaaaa ; opacity : .30 ;filter : Alpha (Opacity=30); }
32
32
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 ;}
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "django-multiselect" ,
6
- version = "1.2 " ,
6
+ version = "1.3 " ,
7
7
description = "Django multiselect" ,
8
8
author = "Matt Morrison and Aaron Madison" ,
9
9
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments