Defect #42797 » Fix-Loading-waiting-icons-overlap-filename-when-attaching-files.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 1151 | 1151 |
.attachments_fields .icon-attachment, #existing-attachments .icon-attachment {background-image: none; padding-left: 0}
|
| 1152 | 1152 |
.attachments_fields input.filename, #existing-attachments .filename {border:0; width:250px; color:#555; background-color:inherit; }
|
| 1153 | 1153 |
.tabular input.filename {max-width:75% !important;}
|
| 1154 |
.attachments_fields input.filename {height:1.8em;padding-right: 0;}
|
|
| 1155 |
.attachments_fields .ajax-waiting input.filename {background:url(/hourglass.png) no-repeat 0px 50%;}
|
|
| 1156 |
.attachments_fields .ajax-loading input.filename {background:url(/loading.gif) no-repeat 0px 50%;}
|
|
| 1157 | 1154 |
.attachments_fields div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
|
| 1155 |
.attachments_fields input.filename {
|
|
| 1156 |
height:1.8em; |
|
| 1157 |
padding-left: 3px; |
|
| 1158 |
padding-right: 0; |
|
| 1159 |
} |
|
| 1160 |
.attachments_fields .ajax-waiting {
|
|
| 1161 |
padding-left: 16px; |
|
| 1162 |
background:url(/hourglass.png) no-repeat 0px 50%; |
|
| 1163 |
} |
|
| 1164 |
.attachments_fields .ajax-waiting .svg-attachment {
|
|
| 1165 |
display: none; |
|
| 1166 |
} |
|
| 1167 |
.attachments_fields .ajax-loading {
|
|
| 1168 |
padding-left: 16px; |
|
| 1169 |
background: url(/loading.gif) no-repeat 0px 50%; |
|
| 1170 |
} |
|
| 1171 |
.attachments_fields .ajax-loading .svg-attachment {
|
|
| 1172 |
display: none; |
|
| 1173 |
} |
|
| 1158 | 1174 | |
| 1159 | 1175 |
a.remove-upload:hover {text-decoration:none !important;}
|
| 1160 | 1176 |
.existing-attachment.deleted .filename {text-decoration:line-through; color:#999 !important;}
|
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »