blob: 681f8386dc30b9ad035ed1e400a2e0ceece51989 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* @file
* RTL companion for the messages.css file.
*/
div.messages,
div.status,
div.warning,
div.error /* Important messages (status, warning, and error) for the user */ {
padding: 5px 35px 5px 5px;
background-position: 99.5% 5px;
}
|