Project

General

Profile

« Previous | Next » 

Revision 1443f45b

Added by Andreas Kohlbecker about 5 years ago

registration item type related labels with bold font

View differences:

themes/zen_dataportal/css/cdm.css
273 273
  color: #999999;
274 274
}
275 275

  
276
/* line 186, ../sass/cdm.scss */
277
.registration-summary .label {
278
  font-weight: bold;
279
}
280

  
276 281
/*
277 282
 * Theme settings page
278 283
 */
279
/* line 191, ../sass/cdm.scss */
284
/* line 195, ../sass/cdm.scss */
280 285
#system-theme-settings .image-preview {
281 286
  width: 600px;
282 287
  max-height: 150px;
283 288
  overflow: auto;
284 289
}
285
/* line 195, ../sass/cdm.scss */
290
/* line 199, ../sass/cdm.scss */
286 291
#system-theme-settings .image-preview img {
287 292
  max-width: none;
288 293
  /* reset style in mormalize.scss */
......
293 298
 *
294 299
 * using the same media queries here as in layout/_responsive.scss
295 300
 *****************************************************************************************/
296
/* line 208, ../sass/cdm.scss */
301
/* line 212, ../sass/cdm.scss */
297 302
#classification-breadcrumbs {
298 303
  font-size: 1.5em;
299 304
  line-height: 1.5em;
300 305
}
301 306

  
302 307
@media all and (min-width: 960px) {
303
  /* line 219, ../sass/cdm.scss */
308
  /* line 223, ../sass/cdm.scss */
304 309
  #classification-breadcrumbs {
305 310
    font-size: 1em;
306 311
  }
themes/zen_dataportal/css/styles.css
2334 2334
  color: #999999;
2335 2335
}
2336 2336

  
2337
/* line 186, ../sass/cdm.scss */
2338
.registration-summary .label {
2339
  font-weight: bold;
2340
}
2341

  
2337 2342
/*
2338 2343
 * Theme settings page
2339 2344
 */
2340
/* line 191, ../sass/cdm.scss */
2345
/* line 195, ../sass/cdm.scss */
2341 2346
#system-theme-settings .image-preview {
2342 2347
  width: 600px;
2343 2348
  max-height: 150px;
2344 2349
  overflow: auto;
2345 2350
}
2346
/* line 195, ../sass/cdm.scss */
2351
/* line 199, ../sass/cdm.scss */
2347 2352
#system-theme-settings .image-preview img {
2348 2353
  max-width: none;
2349 2354
  /* reset style in mormalize.scss */
......
2354 2359
 *
2355 2360
 * using the same media queries here as in layout/_responsive.scss
2356 2361
 *****************************************************************************************/
2357
/* line 208, ../sass/cdm.scss */
2362
/* line 212, ../sass/cdm.scss */
2358 2363
#classification-breadcrumbs {
2359 2364
  font-size: 1.5em;
2360 2365
  line-height: 1.5em;
2361 2366
}
2362 2367

  
2363 2368
@media all and (min-width: 960px) {
2364
  /* line 219, ../sass/cdm.scss */
2369
  /* line 223, ../sass/cdm.scss */
2365 2370
  #classification-breadcrumbs {
2366 2371
    font-size: 1em;
2367 2372
  }
themes/zen_dataportal/sass/cdm.scss
183 183
  color: #999999;
184 184
}
185 185

  
186
.registration-summary .label {
187
  font-weight: bold;
188
}
189

  
186 190
/*
187 191
 * Theme settings page
188 192
 */

Also available in: Unified diff