Patch #22128 » 0001-Update-alignment-of-attachment-upload-form-for-small.patch
| public/stylesheets/responsive.css | ||
|---|---|---|
| 688 | 688 |
span#watchers_inputs {
|
| 689 | 689 |
width: 100%; |
| 690 | 690 |
} |
| 691 | ||
| 692 |
/* attachment upload form */ |
|
| 693 |
#attachments_fields span {
|
|
| 694 |
position: relative; |
|
| 695 |
clear: both; |
|
| 696 |
margin-bottom: 1em; |
|
| 697 |
white-space: normal; |
|
| 698 |
} |
|
| 699 |
#attachments_fields span a.remove-upload {
|
|
| 700 |
position: absolute; |
|
| 701 |
top: 0; |
|
| 702 |
right: 0; |
|
| 703 |
} |
|
| 704 | ||
| 705 |
#attachments_fields input.description {
|
|
| 706 |
margin-left: 0; |
|
| 707 |
width: 100%; |
|
| 708 |
} |
|
| 691 | 709 |
} |
| 692 | 710 | |
| 693 | 711 |
@media all and (max-width: 599px) {
|
- « Previous
- 1
- 2
- 3
- Next »