Mobile.css

From Redazione
Revision as of 11:20, 18 February 2020 by Admin (talk | contribs)
Jump to navigation Jump to search

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 */


.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;
}