You are here

dynamic_position.css in Module Filter 7.2

Same filename and directory in other branches
  1. 8 css/dynamic_position.css
html.js #module-filter-submit {
  background-color: #F6F6F6;
  width: 239px;
  border: 1px solid #ccc;
  border-top: 0;
}
html.js #module-filter-submit .form-actions {
  text-align: center;
  margin: 0;
}
html.js #module-filter-submit input {
  margin: 2em 0 1em;
}
html.js #module-filter-submit.fixed {
  position: fixed;
  border-top: 1px solid #ccc;
}
html.js #module-filter-submit.fixed-top {
  top: 0;
}
html.js #module-filter-submit.fixed-bottom {
  bottom: 0;
}

File

css/dynamic_position.css
View source
  1. html.js #module-filter-submit {
  2. background-color: #F6F6F6;
  3. width: 239px;
  4. border: 1px solid #ccc;
  5. border-top: 0;
  6. }
  7. html.js #module-filter-submit .form-actions {
  8. text-align: center;
  9. margin: 0;
  10. }
  11. html.js #module-filter-submit input {
  12. margin: 2em 0 1em;
  13. }
  14. html.js #module-filter-submit.fixed {
  15. position: fixed;
  16. border-top: 1px solid #ccc;
  17. }
  18. html.js #module-filter-submit.fixed-top {
  19. top: 0;
  20. }
  21. html.js #module-filter-submit.fixed-bottom {
  22. bottom: 0;
  23. }