dynamic_position.css 469 B

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