fixing dropdown, and removing margin on publisher
This commit is contained in:
parent
8df864dec1
commit
ce1768d0d3
2 changed files with 14 additions and 3 deletions
|
|
@ -11,8 +11,12 @@
|
|||
action: "#{photos_path}",
|
||||
debug: true,
|
||||
button: document.getElementById('file-upload'),
|
||||
sizeLimit: 5000048,
|
||||
sizeLimit: 4194304,
|
||||
|
||||
|
||||
onProgress: function(id, fileName, loaded, total){
|
||||
alert(;
|
||||
},
|
||||
|
||||
onSubmit: function(id, fileName){
|
||||
$('#file-upload').addClass("loading");
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ header
|
|||
:text-overflow ellipsis
|
||||
:text-shadow 0 1px 0 #000
|
||||
|
||||
:width 120px
|
||||
:width auto
|
||||
|
||||
:cursor pointer
|
||||
|
||||
|
|
@ -167,10 +167,13 @@ header
|
|||
|
||||
:top 5px
|
||||
:right 0
|
||||
|
||||
|
||||
:list
|
||||
:style none
|
||||
|
||||
a
|
||||
:padding
|
||||
:right 15px
|
||||
.right
|
||||
:right 5px
|
||||
|
||||
|
|
@ -1291,6 +1294,10 @@ input[type="search"]
|
|||
#photo_edit_options
|
||||
:display none
|
||||
|
||||
#photodropzone
|
||||
:padding 0px
|
||||
:margin 0px
|
||||
|
||||
#section_header
|
||||
:width 100%
|
||||
:border
|
||||
|
|
|
|||
Loading…
Reference in a new issue