dblog-rtl.css
Right-to-Left styling for the Database Logging module.
Archivo
drupal-7.x/modules/dblog/dblog-rtl.css
View source
- /**
- * @file
- * Right-to-Left styling for the Database Logging module.
- */
-
- .form-item-type,
- .form-item-severity {
- float: right;
- padding-right: 0;
- padding-left: .8em;
- }