12 lines
175 B
CSS
Executable File
12 lines
175 B
CSS
Executable File
/**
|
|
* @file
|
|
* Right-to-Left styling for the Database Logging module.
|
|
*/
|
|
|
|
.form-item-type,
|
|
.form-item-severity {
|
|
float: right;
|
|
padding-right: 0;
|
|
padding-left: .8em;
|
|
}
|