Defect #28259 » 28259.patch
public/stylesheets/responsive.css | ||
---|---|---|
816 | 816 |
} |
817 | 817 | |
818 | 818 |
/* attachment upload form */ |
819 |
#attachments_fields span {
|
|
819 |
.attachments_fields span {
|
|
820 | 820 |
position: relative; |
821 | 821 |
clear: both; |
822 | 822 |
margin-bottom: 1em; |
823 | 823 |
white-space: normal; |
824 | 824 |
} |
825 |
#attachments_fields span a.remove-upload {
|
|
825 |
.attachments_fields span a.remove-upload {
|
|
826 | 826 |
position: absolute; |
827 | 827 |
top: 0; |
828 | 828 |
right: 0; |
829 | 829 |
} |
830 | 830 | |
831 |
#attachments_fields input.description {
|
|
831 |
.attachments_fields input.description {
|
|
832 | 832 |
margin-left: 0; |
833 | 833 |
width: 100%; |
834 | 834 |
} |
public/stylesheets/rtl.css | ||
---|---|---|
207 | 207 | |
208 | 208 |
.check_box_group {padding:2px 2px 4px 4px;} |
209 | 209 |
.check_box_group label {margin-right: 0px !important; text-align: right;} |
210 |
#attachments_fields input.description {margin-left:0px; margin-right:4px;}
|
|
210 |
.attachments_fields input.description {margin-left:0px; margin-right:4px;}
|
|
211 | 211 | |
212 |
#attachments_fields input.filename {background:url(../images/attachment.png) no-repeat right 1px top 50%; padding-left:0px; padding-right:18px;}
|
|
213 |
#attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat right top 50%;}
|
|
214 |
#attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat right top 50%;}
|
|
215 |
#attachments_fields div.ui-progressbar {margin: 2px 8px -5px 0;}
|
|
212 |
.attachments_fields input.filename {background:url(../images/attachment.png) no-repeat right 1px top 50%; padding-left:0px; padding-right:18px;}
|
|
213 |
.attachments_fields .ajax-waiting input.filename {background:url(../images/hourglass.png) no-repeat right top 50%;}
|
|
214 |
.attachments_fields .ajax-loading input.filename {background:url(../images/loading.gif) no-repeat right top 50%;}
|
|
215 |
.attachments_fields div.ui-progressbar {margin: 2px 8px -5px 0;}
|
|
216 | 216 | |
217 | 217 |
a.remove-upload {background: url(../images/delete.png) no-repeat right 1px top 50%; padding-left:0px; padding-right:16px;} |
218 | 218 |