Project

General

Profile

« Previous | Next » 

Revision 60203

[Monitor Dashboard|Trunk]

- package.json: clean up citation.js + wikidata
- Admin tools:
remove components- use directly library components
- Properties: updates for helptexts

View differences:

new.css
238 238
.uk-modal-container .uk-modal-dialog {
239 239
  width: 900px;
240 240
}
241

  
241
.stakeholderPage .uk-card.uk-disabled, .stakeholderPage .uk-card.semiFiltered{
242
  opacity: 0.5;
243
}
244
.stakeholderPage .uk-card.semiFiltered > * > .highcharts-series-group{
245
  opacity: 0.5;
246
}
242 247
.stakeholderPage .selectedFilterLabel {
243 248
  background-color: #E6EEF2;
244 249
  border-color: #E6EEF2;
......
247 252
.landing .uk-dropdown, new-search-page .uk-dropdown, search-all .uk-dropdown {
248 253
  padding: 25px;
249 254
}
255
/*Admin tool pages*/
256
.form-header {
257
  background-color: #F2F2F2;
258
  box-shadow: 0 3px 6px #00000029;
259
  padding: 10px 20px;
260
  font-family: "Roboto", sans-serif;
261
  z-index: 1;
262
  position: relative;
263
}
264
.form-header th{
265
  color: #7A7A7A;
266
  font-weight: bold;
267
}
268
.admin-pages .filters{
269
  background-color: var(--background-color);
270
}
271
.admin-pages ul.pages .title{
272
  color: rgb(var(--text-color-rgb), 0.5) !important;
273
}
274

  

Also available in: Unified diff