Merge branch 'MDL-72496-master_assert_tag' of https://github.com/call-learning/moodle
[moodle.git] / admin / tool / usertours / styles.css
blob1ad1d3f9b3fd8d1264569675d3a31d1ccbcd8cb9
1 div[data-flexitour="backdrop"] {
2 position: fixed;
3 top: 0;
4 right: 0;
5 bottom: 0;
6 left: 0;
9 span[data-flexitour="container"].orphan {
10 position: absolute;
13 span[data-flexitour="container"].orphan div[data-role="arrow"] {
14 display: none;
17 body div[data-flexitour="step-background-fader"],
18 body div[data-flexitour="step-background"] {
19 position: absolute;
20 background: inherit;
23 div[data-flexitour="step-background-fader"],
24 [data-flexitour="step-backdrop"] > td,
25 [data-flexitour="step-backdrop"] {
26 position: relative;
29 span[data-flexitour="container"].orphan div[data-role="arrow"] {
30 display: none;
33 .path-admin-local-usertours .stepcreator .input-append {
34 font-size: inherit;
37 .tour-actions > ul {
38 margin-left: auto;
39 margin-right: auto;
40 text-align: center;
43 .tour-actions > ul > li {
44 background-color: #f5f5f5;
47 .tour-actions > ul {
48 margin-left: auto;
49 margin-right: auto;
50 text-align: center;
53 .tour-actions > ul > li {
54 background-color: #f5f5f5;
55 border-radius: 6px;
56 border: 1px solid #ccc;
57 display: inline-block;
58 height: 9em;
59 margin: .5em;
60 text-align: center;
61 width: 13em;
64 .tour-actions > ul > li > a {
65 height: 100%;
66 display: block;
67 padding: 1em;
70 @media (max-width: 575.98px) {
71 span[data-flexitour="container"] {
72 margin-left: 10px;
74 span[data-flexitour="container"] .modal-content {
75 overflow-y: initial;
77 span[data-flexitour="container"].orphan {
78 margin-left: 5px;
79 margin-right: 5px;