Project

General

Profile

« Previous | Next » 

Revision 52842

get changes from beta until r52841 (main change: Orps, claim layout, search pages layout)

View differences:

library.css
98 98
}
99 99

  
100 100
/* "OPEN SOURCE" INCLUDED */
101
.OPEN {
101
.OPEN, .OPENSOURCE{
102 102
    background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top;
103 103
    padding-right: 25px;
104 104
    min-height: 20px;
......
290 290
  color: #f0506e;
291 291
}
292 292

  
293
.label-OPEN, .label-open {
293
.label-OPEN, .label-OPENSOURCE, .label-open {
294 294
background: #F25F2F;
295 295
color: #fff;
296 296
}
......
311 311
  background: #b737ff;
312 312
  color: #fff
313 313
}
314
.label-orp{
315
  background: ##f54f43;
316
  color: #414141;
314
.label-orp, .label-other{
315
  background: #f54f43;
316
  color: #414141 !important;
317 317
}
318 318

  
319 319
.label-project
......
356 356

  
357 357

  
358 358
.searchForm, .generalSearchForm{
359
  background-image: url('./search_general_3.jpg'); box-sizing: border-box; height: 250px;
359
  background-image: url('./search_general.jpg'); box-sizing: border-box; height: 250px;
360 360
}
361 361
.publicationsSearchForm{
362 362
  background-image: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 250px;
......
371 371
  background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
372 372
}
373 373
.softwareSearchForm{
374
  background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px;
374
  background-image: url('./search_software.jpg'); box-sizing: border-box; height: 250px;
375 375
}
376
.orpsSearchForm{
377
  background-image: url('./search_other.jpg'); box-sizing: border-box; height: 250px;
378
}
376 379
.datasourcesSearchForm,  .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm{
377 380
  background-image: url('./providers_search.jpg'); box-sizing: border-box; height: 250px;
378 381
}
......
536 539
.basket-title {
537 540

  
538 541
    padding-top: 20px;
542
    padding-bottom: 20px;
543
    cursor: pointer;
539 544

  
540 545
}
546
.basket-title::after {
547
    background-image: none !important;
548
}
541 549
.basket-badge {
542 550
  position: relative;
543 551
  right: 16px;
......
639 647

  
640 648
.custom-accordion .uk-accordion-title{
641 649
    text-align: left;
642
    background: #f8f8ff;
650
    background: #f8f8fe;
643 651
    padding: 4px;
644 652
    color: #3055ba !important;
645 653
    font-size: 14px;
......
660 668
}
661 669

  
662 670
.custom-accordion .uk-accordion-content{
663
  /*margin:12px;*/
664
  margin: 5px;
665
  border: gray 2px;
666
  border-style: dashed;
667
  padding: 12px;
671
    margin: 0px;
672
    border: #eee 1px solid;
673
    border-top: none;
674
    padding: 12px;
668 675
}
676
.darkBackground{
677
    background-color:rgb(0,0,0,0.5);
678
    z-index:0;
679
    color:white !important;
680
    font-family: Roboto !important;
681
}
682

  
683
.whiteText{
684
    color:white !important;
685
    font-family: Roboto !important;
686
}
687
.shadowBox{
688
 box-shadow: 0 1px 10px #444444;
689
 /*box-shadow: 0 6px 10px rgba(0,0,0,0.15);*/
690
 }
691
.icon-button-small{
692
  width:22px !important;
693
  height:22px !important;
694
  color: #666 !important;
695
}
696
.sideInfoTitle{
697

  
698
  font-weight: 500;
699
 border-bottom: 6px solid #9ba5b5;
700
  background-color: #f8f8fe;
701
 padding-top: 5px;
702
 padding-left: 3px;
703

  
704
}
705
/*.linkButtonsBox{
706
  background: white !important;
707
box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
708
}*/

Also available in: Unified diff