source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/plugin/rtl.css@ 30098

Last change on this file since 30098 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 751 bytes
Line 
1
2#plugin__manager .pm_menu,
3#plugin__manager .pm_info,
4#plugin__manager p,
5#plugin__manager label {
6 text-align: right;
7}
8
9#plugin__manager .pm_menu {
10 float: right;
11}
12
13#plugin__manager .pm_info {
14 float: left;
15}
16
17#plugin__manager .pm_info dt {
18 float: right;
19 clear: right;
20}
21
22#plugin__manager .pm_info dd {
23 margin: 0 7em 0 0;
24}
25
26#plugin__manager .common fieldset {
27 text-align: right;
28}
29
30
31#plugin__manager .plugins .legend {
32 text-align: right;
33 float: right;
34}
35
36#plugin__manager .plugins .enable {
37 float: right;
38 margin-right: 0;
39 margin-left: 0.5em;
40}
41
42#plugin__manager .plugins .button {
43 float: left;
44 margin-right: 0.5em;
45}
46
47
48#plugin__manager .plugins fieldset.buttons .button {
49 float: right;
50}
51
Note: See TracBrowser for help on using the repository browser.