update-rtl.css
RTL styles used by the Update Manager module.
File
-
modules/
update/ update-rtl.css
View source
- /**
- * @file
- * RTL styles used by the Update Manager module.
- */
-
- .update .project {
- padding-right: .25em;
- }
-
- .update .version-status {
- float: left;
- padding-left: 10px;
- }
-
- .update .version-status .icon {
- padding-right: .5em;
- }
-
- .update table.version .version-title {
- padding-left: 1em;
- }
-
- .update table.version .version-details {
- padding-left: .5em;
- direction: ltr;
- }
-
- .update table.version .version-links {
- text-align: left;
- padding-left: 1em;
- }
-
- .update .check-manually {
- padding-right: 1em;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.