subjectsplus / SubjectsPlus

Repository for the SubjectsPlus project. This is version 4.6 (July 2021); for version 3, select branch > versionthree; for version 2, select branch > versiontwo.
http://subjectsplus.github.io/
Other
45 stars 31 forks source link

Polish up UI for Videos. #212

Open agdarby opened 9 years ago

agdarby commented 9 years ago

Right now, they aren't using the newest CSS.

little9 commented 9 years ago

The form in the video pluslet is using the pure-form class, but those styles are being overridden with CSS:

/* Pure Form overrides for guide page - PV */
.portal-column .pure-form input,
.portal-column .pure-form select,
.portal-column .pure-form textarea {
  border-radius: 2px !important; 
  border: 1px solid #bcbbbb !important; 
  box-shadow: none !important; 
  padding: 4px !important;
  font-size: 1em; 
  margin-bottom: 6px; 
  width: 45%;
  white-space: nowrap; 
}

Do you want to have a box-shadow in the inputs?