Mercurial > hg > cmmr2012-drupal-site
comparison core/themes/stable/css/quickedit/quickedit.module.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
9 | 9 |
10 /** | 10 /** |
11 * Editable. | 11 * Editable. |
12 */ | 12 */ |
13 .quickedit-editable { | 13 .quickedit-editable { |
14 position: relative; | |
14 z-index: 98; | 15 z-index: 98; |
15 position: relative; | |
16 cursor: pointer; | 16 cursor: pointer; |
17 } | 17 } |
18 .quickedit-editable:focus { | 18 .quickedit-editable:focus { |
19 outline: none; | 19 outline: none; |
20 } | 20 } |
24 */ | 24 */ |
25 .quickedit-editable.quickedit-highlighted { | 25 .quickedit-editable.quickedit-highlighted { |
26 z-index: 99; | 26 z-index: 99; |
27 } | 27 } |
28 .quickedit-validation-errors > .messages { | 28 .quickedit-validation-errors > .messages { |
29 margin-right: 0; | |
29 margin-left: 0; | 30 margin-left: 0; |
30 margin-right: 0; | |
31 } | 31 } |
32 .quickedit-validation-errors > .messages > ul { | 32 .quickedit-validation-errors > .messages > ul { |
33 list-style: none; | |
34 margin: 0; | 33 margin: 0; |
35 padding: 0; | 34 padding: 0; |
35 list-style: none; | |
36 } | 36 } |
37 | 37 |
38 /** | 38 /** |
39 * In-place editors that don't use a popup. | 39 * In-place editors that don't use a popup. |
40 */ | 40 */ |
41 .quickedit-validation-errors { | 41 .quickedit-validation-errors { |
42 position: relative; | |
42 z-index: 300; | 43 z-index: 300; |
43 position: relative; | |
44 } | 44 } |
45 .quickedit-validation-errors .messages.error { | 45 .quickedit-validation-errors .messages.error { |
46 position: absolute; | 46 position: absolute; |
47 top: 6px; | 47 top: 6px; |
48 left: -5px; /* LTR */ | 48 left: -5px; /* LTR */ |
49 margin: 0; | 49 margin: 0; |
50 border: none; | 50 border: none; |
51 } | 51 } |
52 [dir="rtl"] .quickedit-validation-errors .messages.error { | 52 [dir="rtl"] .quickedit-validation-errors .messages.error { |
53 right: -5px; | |
53 left: auto; | 54 left: auto; |
54 right: -5px; | |
55 } | 55 } |
56 | 56 |
57 /** | 57 /** |
58 * Styling specific to the 'form' in-place editor. | 58 * Styling specific to the 'form' in-place editor. |
59 */ | 59 */ |
85 /** | 85 /** |
86 * Entity toolbar. | 86 * Entity toolbar. |
87 */ | 87 */ |
88 .quickedit-toolbar-container { | 88 .quickedit-toolbar-container { |
89 position: absolute; | 89 position: absolute; |
90 z-index: 100; | |
91 width: 320px; | |
90 max-width: 320px; | 92 max-width: 320px; |
91 width: 320px; | |
92 z-index: 100; | |
93 } | 93 } |
94 .quickedit-toolbar-container > .quickedit-toolbar-pointer, | 94 .quickedit-toolbar-container > .quickedit-toolbar-pointer, |
95 .quickedit-toolbar-container > .quickedit-toolbar-lining { | 95 .quickedit-toolbar-container > .quickedit-toolbar-lining { |
96 display: none; | 96 display: none; |
97 } | 97 } |
98 .quickedit-form-container { | 98 .quickedit-form-container { |
99 position: relative; | 99 position: relative; |
100 z-index: 100; | |
101 margin: 0; | |
100 padding: 0; | 102 padding: 0; |
103 vertical-align: baseline; | |
101 border: 0; | 104 border: 0; |
102 margin: 0; | |
103 vertical-align: baseline; | |
104 z-index: 100; | |
105 } | 105 } |
106 .quickedit-toolgroup.ops { | 106 .quickedit-toolgroup.ops { |
107 float: right; /* LTR */ | 107 float: right; /* LTR */ |
108 } | 108 } |
109 [dir="rtl"] .quickedit-toolgroup.ops { | 109 [dir="rtl"] .quickedit-toolgroup.ops { |
111 } | 111 } |
112 .quickedit-toolbar-label { | 112 .quickedit-toolbar-label { |
113 overflow: hidden; | 113 overflow: hidden; |
114 } | 114 } |
115 #quickedit-toolbar-fence { | 115 #quickedit-toolbar-fence { |
116 position: fixed; | |
117 z-index: -1; | |
118 top: 0; | |
119 right: 0; | |
116 bottom: 0; | 120 bottom: 0; |
117 left: 0; | 121 left: 0; |
118 right: 0; | |
119 top: 0; | |
120 position: fixed; | |
121 z-index: -1; | |
122 } | 122 } |