##// END OF EJS Templates
Update alignment of attachment upload form for small screens (#22128)....
Jean-Philippe Lang -
r14836:f081f4829a8d
parent child
Show More
@@ -754,6 +754,24
754 padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
754 padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
755 }
755 }
756 }
756 }
757
758 /* attachment upload form */
759 #attachments_fields span {
760 position: relative;
761 clear: both;
762 margin-bottom: 1em;
763 white-space: normal;
764 }
765 #attachments_fields span a.remove-upload {
766 position: absolute;
767 top: 0;
768 right: 0;
769 }
770
771 #attachments_fields input.description {
772 margin-left: 0;
773 width: 100%;
774 }
757 }
775 }
758
776
759 @media all and (max-width: 599px) {
777 @media all and (max-width: 599px) {
General Comments 0
You need to be logged in to leave comments. Login now