Mobile.css

From Redazione
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: .form_organization_input { padding: 8px; background: white; border: 1px solid #ccc; display: block; margin: 1...")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
 +
 +
 +
.cultura_italiana_form {
 +
    background: #f5f5f5;
 +
    padding: 12px;
 +
    border: 1px solid #ccc;
 +
    white-space: nowrap;
 +
}
  
  

Revision as of 11:20, 18 February 2020

/* CSS placed here will affect users of the mobile site */


.cultura_italiana_form {
    background: #f5f5f5;
    padding: 12px;
    border: 1px solid #ccc;
    white-space: nowrap;
}


.form_organization_input {
 padding: 8px;
 background: white;
 border: 1px solid #ccc;
 display: block;
 margin: 10px 0;
 border-radius: 6px;
 width: calc(100% - 16px);
}

.form_organization_input_submit {
background: blue;
    border: none;
    padding: 12px;
    color: white;
    font-weight: bold;
  width: 100%; 
}

.form_organization_input_title_inner {
margin-top: 24px;
    display: block;
    font-weight: bold;
    font-size: smaller;
     color: #454545;
}

.form_organization_input_section {
    display: block;
}

.form_organization_input_section_submit {
 margin: 16px 0;
    display: block;
}