You are here

dblog_ext.css in Util 6.3

Same filename and directory in other branches
  1. 6.2 contribs/dblog_ext/dblog_ext.css
/* for the wrappers */
#dblog-ext-filter-form .form-item {
  float: left; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
  /**
   * In Opera 9, DOM elements with the property of "overflow: auto"
   * will partially hide its contents with unnecessary scrollbars when
   * its immediate child is floated without an explicit width set.
   */
  width: 15em;
}

/* avoid the wrappers styling */
#dblog-ext-filter-form .form-item select.form-select {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* improve button's positioning */
#dblog-ext-filter-form .form-submit {
  margin: 1.5em 0.5em 1em 0;
}

File

contribs/dblog_ext/dblog_ext.css
View source
  1. /* for the wrappers */
  2. #dblog-ext-filter-form .form-item {
  3. float: left; /* LTR */
  4. padding-right: .8em; /* LTR */
  5. margin: 0.1em;
  6. /**
  7. * In Opera 9, DOM elements with the property of "overflow: auto"
  8. * will partially hide its contents with unnecessary scrollbars when
  9. * its immediate child is floated without an explicit width set.
  10. */
  11. width: 15em;
  12. }
  13. /* avoid the wrappers styling */
  14. #dblog-ext-filter-form .form-item select.form-select {
  15. float: none;
  16. padding: 0;
  17. margin: 0;
  18. width: 100%;
  19. }
  20. /* improve button's positioning */
  21. #dblog-ext-filter-form .form-submit {
  22. margin: 1.5em 0.5em 1em 0;
  23. }