Skip to content
Snippets Groups Projects
Unverified Commit 65afdc7a authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #19968 from mlutfy/ui35

user-interface#35 civicrm.css: add support for mobile devices on forms
parents 5da2ee73 8b4635be
No related branches found
No related tags found
No related merge requests found
......@@ -413,10 +413,13 @@ input.crm-form-entityref {
margin-bottom: 1em;
}
.crm-container .crm-section .label {
float: left;
width: 17%;
text-align: right;
/* todo: See PR#19968 to move towards configurable breakpoints */
@media (min-width: 480px) {
.crm-container .crm-section .label {
float: left;
width: 17%;
text-align: right;
}
}
.crm-container .crm-section .label label{
......@@ -427,8 +430,10 @@ input.crm-form-entityref {
text-align: left;
}
.crm-container .crm-section .content {
margin-left: 19%;
@media (min-width: 480px) {
.crm-container .crm-section .content {
margin-left: 19%;
}
}
.crm-container .no-label .content {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment