Make revdel input form more consistent with other forms:
[lhc/web/wiklou.git] / skins / common / common_rtl.css
1 /*
2 * This file contains CSS settings common to RTL wikis use the old
3 * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
4 */
5
6 /* js pref toc */
7 #preftoc { float: right; }
8 /* workaround for moz bug, displayed bullets on left side */
9 #preftoc li { list-style: none; }
10 #prefcontrol { float: right; }
11 fieldset.prefsection,
12 fieldset.operaprefsection {
13 margin-left: 0;
14 margin-right: 18em;
15 }
16 /* page history */
17 #pagehistory .history-user {
18 margin-right: 1.4em;
19 margin-left: 0.4em;
20 }
21 .editsection {
22 float: left;
23 margin-right: 5px;
24 }
25 div.tright, div.floatright {
26 clear: none;
27 }
28 div.tleft, div.floatleft {
29 clear: left;
30 }
31 /* Convenience links to edit block, delete and protect reasons */
32 p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
33 p.mw-filedelete-editreasons, p.mw-delete-editreasons,
34 p.mw-revdel-editreasons {
35 float: left;
36 }
37 table.filehistory th {
38 text-align: right;
39 }
40
41 /**
42 * Lists:
43 * The following lines don't have a visible effect on non-Gecko browsers
44 * They fix a problem ith Gecko browsers rendering lists to the right of
45 * left-floated objects in an RTL layout.
46 */
47 html > body div#article ul {
48 display: table;
49 }
50
51 /* feed links */
52 a.feedlink {
53 background: none !important;
54 padding-left: 0 !important;
55 }
56
57 /**
58 * Lists:
59 * The following lines don't have a visible effect on non-Gecko browsers
60 * They fix a problem ith Gecko browsers rendering lists to the right of
61 * left-floated objects in an RTL layout.
62 */
63 html > body div#bodyContent ul#filetoc {
64 display: block;
65 }