liferay-frontend-theme-styled 6.0.26 → 6.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/_extras.scss +9 -4
- package/css/_liferay_custom.scss +5 -5
- package/css/_portal.scss +1 -0
- package/css/application/_account_selector.scss +0 -26
- package/css/application/_aspect_ratio.scss +0 -5
- package/css/application/_autocomplete.scss +0 -11
- package/css/application/_cards.scss +0 -22
- package/css/application/_color_picker.scss +0 -68
- package/css/application/_dialog.scss +32 -15
- package/css/application/_editable.scss +0 -44
- package/css/application/_editor_alloy.scss +0 -165
- package/css/application/_editor_ckeditor.scss +0 -37
- package/css/application/_editor_html.scss +0 -36
- package/css/application/_editor_tinymce.scss +0 -3
- package/css/application/_item_selector.scss +0 -6
- package/css/application/_item_viewer.scss +0 -233
- package/css/application/_menu.scss +0 -83
- package/css/application/_misc.scss +0 -41
- package/css/application/_modal.scss +4 -45
- package/css/application/_page_customization.scss +0 -43
- package/css/application/_pagination.scss +0 -54
- package/css/application/_panel.scss +0 -20
- package/css/application/_tabs.scss +0 -16
- package/css/application/_tag_selector.scss +0 -16
- package/css/application/_tooltip.scss +0 -60
- package/css/application/_underlay.scss +0 -25
- package/css/application/_variables.scss +0 -6
- package/css/base/_loading_animation.scss +0 -28
- package/css/base/_logo.scss +0 -5
- package/css/base/_misc.scss +0 -24
- package/css/base/_quick_access.scss +0 -23
- package/css/base/_table_styles.scss +0 -63
- package/css/base/_text.scss +0 -9
- package/css/base/_util.scss +0 -27
- package/css/portal/_accessibility.scss +0 -22
- package/css/portal/_asset_category_selector.scss +0 -49
- package/css/portal/_asset_column.scss +1 -7
- package/css/portal/_aui.scss +0 -13
- package/css/portal/_date_picker.scss +3 -0
- package/css/portal/_dropdowns.scss +3 -12
- package/css/portal/_edit_layout.scss +0 -3
- package/css/portal/_forms.scss +1 -10
- package/css/portal/_generic_portal.scss +0 -123
- package/css/portal/_generic_portlet.scss +0 -32
- package/css/portal/_header_row.scss +0 -7
- package/css/portal/_portlet_css_editor.scss +0 -3
- package/css/portal/_preview.scss +0 -104
- package/css/portal/_rich_editor.scss +0 -8
- package/css/portal/_spa.scss +0 -14
- package/css/portal/_tag_selector.scss +0 -83
- package/css/portal/_undo_manager.scss +0 -16
- package/css/portal/_uploader.scss +0 -227
- package/css/portlet/_controls.scss +11 -0
- package/css/taglib/_app_view_common.scss +0 -161
- package/css/taglib/_asset_metadata.scss +0 -58
- package/css/taglib/_diff.scss +0 -23
- package/css/taglib/_diff_version_comparator.scss +0 -45
- package/css/taglib/_discussion.scss +0 -8
- package/css/taglib/_drop_here_info.scss +11 -11
- package/css/taglib/_field_wrapper.scss +2 -15
- package/css/taglib/_form_navigator.scss +0 -160
- package/css/taglib/_icon.scss +16 -39
- package/css/taglib/_icon_menu.scss +15 -13
- package/css/taglib/_image_selector.scss +0 -156
- package/css/taglib/_info_bar.scss +0 -49
- package/css/taglib/_input_localized.scss +4 -6
- package/css/taglib/_input_move_boxes.scss +5 -3
- package/css/taglib/_item_selector.scss +6 -71
- package/css/taglib/_layouts_tree.scss +0 -27
- package/css/taglib/_notification.scss +0 -30
- package/css/taglib/_search_container.scss +2 -70
- package/css/taglib/_social_activities.scss +0 -22
- package/css/taglib/_social_bookmarks.scss +0 -3
- package/css/taglib/_trash_common.scss +0 -14
- package/css/taglib/_variables.scss +0 -7
- package/css/taglib/_vertical_card.scss +0 -25
- package/css/taglib/_webdav.scss +0 -9
- package/package.json +1 -1
package/css/_extras.scss
CHANGED
|
@@ -330,10 +330,6 @@ body > .lfr-menu-list ul,
|
|
|
330
330
|
-webkit-animation: none;
|
|
331
331
|
animation: none;
|
|
332
332
|
}
|
|
333
|
-
|
|
334
|
-
.portlet-document-library .document-container {
|
|
335
|
-
box-shadow: inset 0 0 5px #b8c1d1;
|
|
336
|
-
}
|
|
337
333
|
}
|
|
338
334
|
|
|
339
335
|
.upload-drop-intent .lfr-upload-container .upload-target {
|
|
@@ -449,3 +445,12 @@ input.switch {
|
|
|
449
445
|
transform: rotate(15deg);
|
|
450
446
|
}
|
|
451
447
|
}
|
|
448
|
+
|
|
449
|
+
.form-group.form-inline {
|
|
450
|
+
&.input-boolean-wrapper,
|
|
451
|
+
&.input-checkbox-wrapper {
|
|
452
|
+
label {
|
|
453
|
+
gap: 0.3125rem;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
}
|
package/css/_liferay_custom.scss
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
.portlet-msg-info,
|
|
7
7
|
.portlet-msg-progress,
|
|
8
8
|
.portlet-msg-success {
|
|
9
|
-
@extend .alert;
|
|
9
|
+
@extend .alert !optional;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.portlet-msg-help,
|
|
13
13
|
.portlet-msg-info,
|
|
14
14
|
.portlet-msg-progress {
|
|
15
|
-
@extend .alert-info;
|
|
15
|
+
@extend .alert-info !optional;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.portlet-msg-progress {
|
|
@@ -25,19 +25,19 @@
|
|
|
25
25
|
// ---------- Error messages ----------
|
|
26
26
|
|
|
27
27
|
.portlet-msg-error {
|
|
28
|
-
@extend .alert-danger;
|
|
28
|
+
@extend .alert-danger !optional;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
// ---------- Alert messages ----------
|
|
32
32
|
|
|
33
33
|
.portlet-msg-alert {
|
|
34
|
-
@extend .alert-warning;
|
|
34
|
+
@extend .alert-warning !optional;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
// ---------- Success messages ----------
|
|
38
38
|
|
|
39
39
|
.portlet-msg-success {
|
|
40
|
-
@extend .alert-success;
|
|
40
|
+
@extend .alert-success !optional;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
// ---------- Misc ----------
|
package/css/_portal.scss
CHANGED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.btn-account-selector {
|
|
2
|
-
align-items: center;
|
|
3
|
-
display: grid;
|
|
4
|
-
gap: 12px;
|
|
5
|
-
grid-template-columns: auto min-content;
|
|
6
|
-
height: 70px;
|
|
7
|
-
width: 300px;
|
|
8
|
-
|
|
9
|
-
&.account-selected {
|
|
10
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.current-info-container {
|
|
14
|
-
text-align: left;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.no-account-selected-placeholder {
|
|
18
|
-
margin: 0;
|
|
19
|
-
text-align: left;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.dropdown-menu.account-selector-dropdown-menu {
|
|
24
|
-
max-width: 300px;
|
|
25
|
-
min-width: 300px;
|
|
26
|
-
}
|
|
@@ -1,14 +1,3 @@
|
|
|
1
1
|
.lfr-autocomplete-input-list .yui3-aclist-list {
|
|
2
2
|
margin: 0;
|
|
3
3
|
}
|
|
4
|
-
|
|
5
|
-
.liferay-autocomplete-input-mirror {
|
|
6
|
-
left: -9999px;
|
|
7
|
-
overflow-x: hidden;
|
|
8
|
-
overflow-y: auto;
|
|
9
|
-
position: absolute;
|
|
10
|
-
top: -9999px;
|
|
11
|
-
visibility: hidden;
|
|
12
|
-
white-space: pre-wrap;
|
|
13
|
-
word-wrap: break-word;
|
|
14
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
.card-tab-group {
|
|
2
|
-
.card-tab:nth-child(n + 2) {
|
|
3
|
-
border-left: $card-tab-border-left-width solid
|
|
4
|
-
$card-tab-border-left-color;
|
|
5
|
-
padding-left: $card-tab-padding-left-width;
|
|
6
|
-
|
|
7
|
-
.card-tab {
|
|
8
|
-
border-left: $card-tab-border-left-width solid
|
|
9
|
-
lighten($card-tab-border-left-color, 10%);
|
|
10
|
-
padding-left: $card-tab-padding-left-width;
|
|
11
|
-
|
|
12
|
-
.card-tab {
|
|
13
|
-
border-left-color: lighten($card-tab-border-left-color, 20%);
|
|
14
|
-
|
|
15
|
-
.card-tab {
|
|
16
|
-
border-left-width: 0;
|
|
17
|
-
padding-left: 0;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
.hsv-palette {
|
|
2
|
-
.hsv-view-container {
|
|
3
|
-
.hsv-label-value-hex .hsv-value {
|
|
4
|
-
width: 95px;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.hsv-value {
|
|
8
|
-
width: 56px;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.yui3-color-picker-popover {
|
|
14
|
-
.palette-container {
|
|
15
|
-
border-collapse: separate;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.portal-popup {
|
|
20
|
-
.hsv-palette-modal.modal-dialog {
|
|
21
|
-
bottom: 0 !important;
|
|
22
|
-
left: 0 !important;
|
|
23
|
-
margin: 0;
|
|
24
|
-
max-width: none;
|
|
25
|
-
right: 0 !important;
|
|
26
|
-
top: 0 !important;
|
|
27
|
-
width: 100%;
|
|
28
|
-
|
|
29
|
-
@include media-breakpoint-up(md) {
|
|
30
|
-
bottom: auto !important;
|
|
31
|
-
height: 100%;
|
|
32
|
-
left: 50% !important;
|
|
33
|
-
max-height: 375px;
|
|
34
|
-
max-width: 650px;
|
|
35
|
-
right: auto !important;
|
|
36
|
-
top: 50% !important;
|
|
37
|
-
transform: translate(-50%, -50%);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
> .hsv-palette-modal-content {
|
|
41
|
-
bottom: 0;
|
|
42
|
-
left: 0;
|
|
43
|
-
overflow: visible;
|
|
44
|
-
position: absolute;
|
|
45
|
-
right: 0;
|
|
46
|
-
top: 0;
|
|
47
|
-
|
|
48
|
-
@include media-breakpoint-down(sm) {
|
|
49
|
-
border-radius: 0;
|
|
50
|
-
border-width: 0;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.modal-body {
|
|
55
|
-
@include media-breakpoint-down(sm) {
|
|
56
|
-
padding: 1rem;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.hsv-default-size.hsv-container {
|
|
61
|
-
width: 100%;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.hsv-image-container {
|
|
65
|
-
margin: 0;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,17 +1,6 @@
|
|
|
1
|
-
.dialog-bd {
|
|
2
|
-
min-height: 30px;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.dialog-content {
|
|
6
|
-
border: 1px solid #c8c9ca;
|
|
7
|
-
padding: 5px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
1
|
.portal-popup {
|
|
11
|
-
.sheet {
|
|
12
|
-
|
|
13
|
-
margin-top: -24px;
|
|
14
|
-
}
|
|
2
|
+
.sheet > .lfr-nav {
|
|
3
|
+
margin-top: -24px;
|
|
15
4
|
}
|
|
16
5
|
|
|
17
6
|
.contacts-portlet .portlet-configuration-container .form {
|
|
@@ -45,8 +34,8 @@
|
|
|
45
34
|
padding-top: 20px;
|
|
46
35
|
|
|
47
36
|
.nav-tabs-underline {
|
|
48
|
-
margin-left:
|
|
49
|
-
margin-right:
|
|
37
|
+
margin-left: $grid-gutter-width * -0.5;
|
|
38
|
+
margin-right: $grid-gutter-width * -0.5;
|
|
50
39
|
margin-top: -20px;
|
|
51
40
|
}
|
|
52
41
|
}
|
|
@@ -199,4 +188,32 @@
|
|
|
199
188
|
.portlet-configuration-edit-templates .portlet-configuration-body-content {
|
|
200
189
|
bottom: 0;
|
|
201
190
|
}
|
|
191
|
+
|
|
192
|
+
&:not(.article-preview) {
|
|
193
|
+
#main-content,
|
|
194
|
+
#wrapper {
|
|
195
|
+
bottom: 0;
|
|
196
|
+
left: 0;
|
|
197
|
+
overflow: auto;
|
|
198
|
+
padding: $dialog-iframe-padding;
|
|
199
|
+
position: absolute;
|
|
200
|
+
right: 0;
|
|
201
|
+
top: 0;
|
|
202
|
+
-webkit-overflow-scrolling: touch;
|
|
203
|
+
|
|
204
|
+
@media print {
|
|
205
|
+
position: initial;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.columns-max > .portlet-layout.row {
|
|
211
|
+
margin-left: 0;
|
|
212
|
+
margin-right: 0;
|
|
213
|
+
|
|
214
|
+
> .portlet-column {
|
|
215
|
+
padding-left: 0;
|
|
216
|
+
padding-right: 0;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
202
219
|
}
|
|
@@ -1,47 +1,3 @@
|
|
|
1
|
-
.lfr-editable {
|
|
2
|
-
$edit-color: #68bb30;
|
|
3
|
-
$edit-color-hover: darken(#68bb30, 10);
|
|
4
|
-
|
|
5
|
-
outline: 1px dashed $edit-color;
|
|
6
|
-
outline-offset: 2px;
|
|
7
|
-
position: relative;
|
|
8
|
-
|
|
9
|
-
&:after {
|
|
10
|
-
background: $edit-color url(../images/common/edit_white.png) no-repeat
|
|
11
|
-
50%;
|
|
12
|
-
content: '';
|
|
13
|
-
display: block;
|
|
14
|
-
height: 20px;
|
|
15
|
-
position: absolute;
|
|
16
|
-
right: 5px;
|
|
17
|
-
top: 5px;
|
|
18
|
-
width: 30px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&:focus {
|
|
22
|
-
&:after {
|
|
23
|
-
display: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&:hover {
|
|
27
|
-
background-color: transparent;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&:hover {
|
|
32
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
33
|
-
outline-color: $edit-color-hover;
|
|
34
|
-
|
|
35
|
-
&:after {
|
|
36
|
-
background-color: $edit-color-hover;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.lfr-editable-notice-close {
|
|
42
|
-
margin-left: 1em;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
1
|
.lfr-portlet-title-editable {
|
|
46
2
|
margin-top: 0;
|
|
47
3
|
z-index: 9999;
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
* [class*='ae-toolbar-'][role='toolbar'] {
|
|
2
|
-
z-index: 980;
|
|
3
|
-
|
|
4
|
-
@include media-breakpoint-down(sm) {
|
|
5
|
-
z-index: 1000;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.ae-ui .ae-toolbars .ae-toolbar-add {
|
|
10
|
-
border-width: 1px;
|
|
11
|
-
margin-left: 4px;
|
|
12
|
-
z-index: 989;
|
|
13
|
-
|
|
14
|
-
.ae-button {
|
|
15
|
-
height: 28px;
|
|
16
|
-
width: 28px;
|
|
17
|
-
|
|
18
|
-
@include media-breakpoint-up(xl) {
|
|
19
|
-
height: 32px;
|
|
20
|
-
width: 32px;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.alloy-editor-container {
|
|
26
|
-
position: relative;
|
|
27
|
-
|
|
28
|
-
.wrapper {
|
|
29
|
-
position: relative;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.alloy-editor-icon {
|
|
33
|
-
bottom: 8px;
|
|
34
|
-
color: #869cad;
|
|
35
|
-
display: none;
|
|
36
|
-
position: absolute;
|
|
37
|
-
right: 8px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.alloy-editor {
|
|
41
|
-
cursor: text;
|
|
42
|
-
outline: 0;
|
|
43
|
-
overflow: hidden;
|
|
44
|
-
text-align: start;
|
|
45
|
-
|
|
46
|
-
&[dir='rtl'] + .alloy-editor-icon {
|
|
47
|
-
left: 8px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
~ .alloy-editor-placeholder {
|
|
51
|
-
display: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&.ae-placeholder {
|
|
55
|
-
~ .alloy-editor-placeholder {
|
|
56
|
-
background-color: transparent;
|
|
57
|
-
color: #2b4259;
|
|
58
|
-
display: block;
|
|
59
|
-
padding-left: 10px;
|
|
60
|
-
pointer-events: none;
|
|
61
|
-
position: absolute;
|
|
62
|
-
top: 0.25rem;
|
|
63
|
-
}
|
|
64
|
-
&.readonly ~ .alloy-editor-placeholder {
|
|
65
|
-
color: #ccc;
|
|
66
|
-
}
|
|
67
|
-
&:empty {
|
|
68
|
-
min-height: 1.5em;
|
|
69
|
-
}
|
|
70
|
-
&:not(:focus) {
|
|
71
|
-
~ .alloy-editor-placeholder {
|
|
72
|
-
border-left-color: #dbdde1;
|
|
73
|
-
color: #b0b4bb;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&:not(.form-control) ~ .alloy-editor-placeholder {
|
|
77
|
-
border-left: 2px solid;
|
|
78
|
-
padding-left: 10px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.has-error & {
|
|
82
|
-
border-left-color: #c67;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
&:focus,
|
|
86
|
-
&.cke_focus {
|
|
87
|
-
~ .alloy-editor-placeholder {
|
|
88
|
-
display: none !important;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
&:not(:focus):before {
|
|
92
|
-
content: '';
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
a {
|
|
97
|
-
cursor: auto;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
blockquote {
|
|
101
|
-
margin: 1em 40px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
p:only-child {
|
|
105
|
-
margin-bottom: 0;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
&.form-control {
|
|
109
|
-
height: auto;
|
|
110
|
-
|
|
111
|
-
~ .alloy-editor-icon {
|
|
112
|
-
display: block;
|
|
113
|
-
max-width: 24px;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.cke_widget_wrapper {
|
|
118
|
-
max-width: 100%;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.alloy-editor-switch {
|
|
123
|
-
position: absolute;
|
|
124
|
-
text-align: right;
|
|
125
|
-
top: 0;
|
|
126
|
-
width: 100%;
|
|
127
|
-
|
|
128
|
-
.btn {
|
|
129
|
-
margin-top: 0;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.alloy-editor-wrapper {
|
|
134
|
-
padding-top: 44px;
|
|
135
|
-
|
|
136
|
-
.lfr-source-editor {
|
|
137
|
-
display: none;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&.show-source {
|
|
141
|
-
.alloy-editor-placeholder {
|
|
142
|
-
display: none;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.lfr-source-editor {
|
|
146
|
-
display: block;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.form-feedback-item {
|
|
152
|
-
.has-error & {
|
|
153
|
-
font-size: 16px;
|
|
154
|
-
font-weight: normal;
|
|
155
|
-
line-height: 1.4em;
|
|
156
|
-
text-align: left;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.cke_widget_inline {
|
|
161
|
-
.ie11 & {
|
|
162
|
-
display: inline-block;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
.cke_editable_inline a {
|
|
2
|
-
cursor: pointer;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.cke_panel.cke_combopanel {
|
|
6
|
-
width: 220px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.cke_panel_block {
|
|
10
|
-
.cke_panel_grouptitle {
|
|
11
|
-
font-size: 20px;
|
|
12
|
-
line-height: 20px;
|
|
13
|
-
margin-top: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.cke_panel_list {
|
|
17
|
-
margin-left: 0;
|
|
18
|
-
|
|
19
|
-
.cke_panel_listItem {
|
|
20
|
-
line-height: initial;
|
|
21
|
-
|
|
22
|
-
a:hover {
|
|
23
|
-
text-decoration: none;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// ---------- CKEditor table ----------
|
|
30
|
-
|
|
31
|
-
.cke_show_border {
|
|
32
|
-
width: 500px;
|
|
33
|
-
|
|
34
|
-
td {
|
|
35
|
-
height: 15px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
.html-editor.portlet-message-boards {
|
|
2
|
-
@include hyphens();
|
|
3
|
-
|
|
4
|
-
word-wrap: break-word;
|
|
5
|
-
|
|
6
|
-
blockquote {
|
|
7
|
-
background: #eef0f2 url(../images/message_boards/quoteleft.png)
|
|
8
|
-
no-repeat 5px 5px;
|
|
9
|
-
border: 1px solid #777;
|
|
10
|
-
padding: 5px 45px;
|
|
11
|
-
|
|
12
|
-
&:after {
|
|
13
|
-
background: url(../images/message_boards/quoteright.png) no-repeat
|
|
14
|
-
50%;
|
|
15
|
-
content: '';
|
|
16
|
-
display: block;
|
|
17
|
-
float: right;
|
|
18
|
-
height: 24px;
|
|
19
|
-
margin-right: -35px;
|
|
20
|
-
margin-top: -25px;
|
|
21
|
-
width: 31px;
|
|
22
|
-
z-index: 999;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
cite {
|
|
26
|
-
display: block;
|
|
27
|
-
font-weight: bold;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
pre {
|
|
32
|
-
background: #f9f9f9;
|
|
33
|
-
border: 1px solid #777;
|
|
34
|
-
padding: 0.5em;
|
|
35
|
-
}
|
|
36
|
-
}
|