Commit | Line | Data |
---|---|---|
8903b17b BB |
1 | .singlebutton div { |
2 | display: inline-block; | |
3 | margin-left: 5px; | |
4 | margin-right: 5px; | |
5 | margin-bottom: 5px; | |
6 | } | |
c57a8830 DS |
7 | // Two singlebutton's side by side for ok/cancel. |
8 | #notice .buttons .singlebutton { | |
9 | display: inline-block; | |
10 | } | |
8903b17b BB |
11 | .continuebutton { |
12 | text-align: center; | |
13 | } | |
14 | ||
321e7cb5 GB |
15 | .btn-lineup { |
16 | margin: 0 0 10px 5px; | |
17 | } | |
8903b17b BB |
18 | input[name="searchwikicontent"] + input[type="submit"], |
19 | select + input[type="submit"], | |
20 | input[type="text"] + input[type="button"], | |
21 | input[type="password"] + input[type="submit"], | |
22 | input[type="text"] + button, | |
23 | input[type="text"] + input[type="submit"] { | |
321e7cb5 | 24 | .btn-lineup |
8903b17b BB |
25 | } |
26 | p.arrow_button { | |
27 | margin-top: 5em; | |
28 | text-align: center; | |
29 | #remove { | |
30 | margin: 3em auto 5em; | |
31 | } | |
32 | input { | |
33 | .btn-block; | |
34 | } | |
35 | } | |
36 | #addcontrols { | |
37 | margin-top: 5em; | |
38 | text-align: center; | |
39 | margin-bottom: 3em; | |
40 | } | |
41 | #addcontrols input, | |
42 | #removecontrols input { | |
43 | .btn-block; | |
44 | } | |
45 | ||
46 | button, | |
47 | input.form-submit, | |
48 | input[type="button"], | |
49 | input[type="submit"], | |
321e7cb5 | 50 | input[type="reset"] |
8903b17b BB |
51 | { |
52 | .btn | |
53 | } | |
321e7cb5 GB |
54 | button, |
55 | input.form-submit, | |
56 | input[type="button"], | |
57 | input[type="submit"], | |
58 | input[type="reset"] | |
59 | { | |
60 | .btn-lineup | |
61 | } | |
8903b17b BB |
62 | button.yui3-button.closebutton, |
63 | button.yui3-button.closebutton:hover { | |
64 | background-position: 0 0; | |
65 | // Because we assign button looks to every button tag above, | |
66 | // we need to remove some styles from non-standard looking | |
67 | // buttons. Correct fix, assign .btn class to every actual | |
68 | // button in Moodle so we don't need to carpet bomb the | |
69 | // bare button tag. | |
70 | } | |
71 | ||
72 | input.fp-btn-choose { | |
73 | .btn-small; | |
74 | } | |
75 | .user-enroller-panel .uep-search-results .user .options .enrol { | |
76 | .btn-mini | |
77 | } |