Mobile.css
Revision as of 11:17, 18 February 2020 by Admin (talk | contribs) (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...")
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the mobile site */
.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;
}