##// END OF EJS Templates
Makes the application settings forms responsive (#19097)....
Jean-Philippe Lang -
r14463:093c80cd0981
parent child
Show More
@@ -743,23 +743,23
743 743 \*----------------------------------------*/
744 744
745 745 /* tabular forms resets for mobile */
746 .box.tabular p {
746 .tabular p, .tabular.settings p {
747 747 padding-left: 0;
748 748 }
749 749
750 .box.tabular label {
750 .tabular label, .tabular.settings label {
751 751 display: block;
752 752 width: 100%;
753 753 margin-left: 0;
754 754 text-align: left;
755 755 }
756 756
757 .box.tabular input, .box.tabular select, .box.tabular textarea {
757 .tabular input, .tabular select, .tabular textarea {
758 758 width: 100%;
759 759 max-width: 100%;
760 760 }
761 761
762 .box.tabular input[type="checkbox"], .box.tabular input.date {
762 .tabular input[type="checkbox"], .tabular input.date {
763 763 width: auto;
764 764 max-width: 95%;
765 765 }
General Comments 0
You need to be logged in to leave comments. Login now