You are here

featured_content.css in Featured Content 7.2

Same filename and directory in other branches
  1. 6.2 featured_content.css
  2. 6 featured_content.css
  3. 7 featured_content.css
.fc-scrollable-checkboxes{
  height: 100px;
  width: 400px;
  padding: 5px;
  overflow: auto;
  border: 1px solid #ccc;
}
.fc-scrollable-checkboxes input{
  float:left;
}

File

featured_content.css
View source
  1. .fc-scrollable-checkboxes{
  2. height: 100px;
  3. width: 400px;
  4. padding: 5px;
  5. overflow: auto;
  6. border: 1px solid #ccc;
  7. }
  8. .fc-scrollable-checkboxes input{
  9. float:left;
  10. }