@eeacms/volto-clms-theme 1.0.45 → 1.0.49

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.
@@ -3,6 +3,7 @@
3
3
  @import url('home.css');
4
4
  @import url('menu.css');
5
5
  @import url('forms.css');
6
+ @import url('block-form.less');
6
7
  /*@import url("cards.css");*/
7
8
  @import url('maps.less');
8
9
 
@@ -102,8 +103,8 @@ li {
102
103
 
103
104
  .ul-list li::marker,
104
105
  .ol-list li::marker,
105
- ul > li,
106
- ol > li {
106
+ ul > li::marker,
107
+ ol > li::marker {
107
108
  color: #a0b128;
108
109
  }
109
110
 
@@ -1112,12 +1113,18 @@ body.section-map-viewer #page-document.ui.container {
1112
1113
  width: 100% !important;
1113
1114
  }
1114
1115
 
1116
+ /*DataSet catalogue */
1115
1117
  body.searchlib-page div#page-document {
1116
1118
  top: 0em !important;
1117
1119
  width: 1127px !important;
1118
1120
  max-width: 1127px !important;
1119
1121
  }
1120
1122
 
1123
+ div#page-document h1.documentFirstHeading {
1124
+ display: block !important;
1125
+ }
1126
+
1127
+ /**/
1121
1128
  .metadata.image img {
1122
1129
  max-width: 100%;
1123
1130
  }