Merge "ApiSandbox: Move labels outside progress bars"
[lhc/web/wiklou.git] / resources / src / mediawiki.special.changeslist.legend.less
1 /*!
2 * Styling for changes list legend
3 */
4
5 .mw-changeslist-legend {
6 float: right;
7 margin-left: 1em;
8 margin-bottom: 0.5em;
9 clear: right;
10 font-size: 85%;
11 line-height: 1.2em;
12 padding: 0.5em;
13 border: 1px solid #ddd;
14
15 dl {
16 /* Parent element defines sufficient padding */
17 margin-bottom: 0;
18 }
19
20 dt {
21 float: left;
22 margin: 0 0.5em 0 0;
23 }
24
25 dd {
26 margin-left: 1.5em;
27 }
28
29 dt,
30 dd {
31 line-height: 1.3em;
32 }
33 }