2012-08-29 18:15:05 +00:00
|
|
|
/**
|
|
|
|
* @file
|
2012-10-26 16:04:02 +00:00
|
|
|
* Right-to-Left styling for the Database Logging module.
|
2012-08-29 18:15:05 +00:00
|
|
|
*/
|
2007-05-27 17:57:48 +00:00
|
|
|
|
2010-04-28 20:08:39 +00:00
|
|
|
.form-item-type,
|
|
|
|
.form-item-severity {
|
2012-12-17 21:35:51 +00:00
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 1em;
|
2007-05-27 17:57:48 +00:00
|
|
|
}
|