You are here

ui.css in File (Field) Paths 6.2

/* $Id */

.filefield_paths-js_ui-wrapper {
  position: relative;
}

.filefield_paths-js_ui-wrapper .form-text {
  float: left;
  padding-right: 24px;
}

.filefield_paths-js_ui-wrapper a.filefield_paths-button-config {
  background-image: url('sprites.png');
  background-position: 0 -48px;
  display: block;
  float: left;
  height: 12px;
  margin: 6px 0 0 -24px;
  width: 16px;
}

.filefield_paths-js_ui-wrapper a.filefield_paths-button-config:hover {
  background-position: 0 -60px;
}

/* @TODO - Report an issue to Token instead of attempting to fix this myself */
/* @SEE http://drupal.org/node/920002 */
.token-tree,
.token-tree .expander {
  margin-left: 0 !important;
}

File

includes/ui/ui.css
View source
  1. /* $Id */
  2. .filefield_paths-js_ui-wrapper {
  3. position: relative;
  4. }
  5. .filefield_paths-js_ui-wrapper .form-text {
  6. float: left;
  7. padding-right: 24px;
  8. }
  9. .filefield_paths-js_ui-wrapper a.filefield_paths-button-config {
  10. background-image: url('sprites.png');
  11. background-position: 0 -48px;
  12. display: block;
  13. float: left;
  14. height: 12px;
  15. margin: 6px 0 0 -24px;
  16. width: 16px;
  17. }
  18. .filefield_paths-js_ui-wrapper a.filefield_paths-button-config:hover {
  19. background-position: 0 -60px;
  20. }
  21. /* @TODO - Report an issue to Token instead of attempting to fix this myself */
  22. /* @SEE http://drupal.org/node/920002 */
  23. .token-tree,
  24. .token-tree .expander {
  25. margin-left: 0 !important;
  26. }