drupal-rtl.css 1019 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /**
  2. * system/system.css ==================================================
  3. */
  4. .more-link,
  5. .more-help-link { text-align:left; }
  6. dl.multiselect dt,
  7. dl.multiselect dd { float:right; }
  8. html.js input.throbbing { background-position:0% 50%; }
  9. div.teaser-button-wrapper {
  10. float:left;
  11. padding-right:0px;
  12. padding-left:5px;
  13. }
  14. .teaser-checkbox div.form-item {
  15. float:left;
  16. margin-right:0px;
  17. margin-left:5px;
  18. }
  19. .progress .percentage { float:left; }
  20. .progess-disabled { float:right; }
  21. .ajax-progress { float:right; }
  22. .ajax-progress .throbber { float:right; }
  23. .draggable a.tabledrag-handle {
  24. float: right;
  25. margin-right:auto;
  26. margin-left:10px;
  27. }
  28. /**
  29. * update/update.css ==================================================
  30. */
  31. .update .version-status { float:left; }
  32. .update .version-status .icon {
  33. padding-left:auto;
  34. padding-right:10px;
  35. }
  36. /**
  37. * user/user.css ======================================================
  38. */
  39. #permissions td.permission {
  40. padding-left:auto;
  41. padding-right:20px;
  42. }