You are here

l10n_update.admin-rtl.css in Localization update 7.2

Same filename and directory in other branches
  1. 7 css/l10n_update.admin-rtl.css
/**
 * Translate interface update page.
 */
#l10n-update-status-form .expand .inner {
  background: transparent url(../images/menu-collapsed-rtl.png) right .6em no-repeat;
  margin-right: -12px;
  padding-right: 12px;
}
#l10n-update-status-form .expanded .expand .inner {
  background: transparent url(../images/menu-expanded.png) right .6em no-repeat;
}

File

css/l10n_update.admin-rtl.css
View source
  1. /**
  2. * Translate interface update page.
  3. */
  4. #l10n-update-status-form .expand .inner {
  5. background: transparent url(../images/menu-collapsed-rtl.png) right .6em no-repeat;
  6. margin-right: -12px;
  7. padding-right: 12px;
  8. }
  9. #l10n-update-status-form .expanded .expand .inner {
  10. background: transparent url(../images/menu-expanded.png) right .6em no-repeat;
  11. }