Project

General

Profile

« Previous | Next » 

Revision 58133

[Library | Landing-redesign]: Assets: Merge from trunk

View differences:

library.css
937 937
    color: var(--portal-main-color) !important;
938 938
}
939 939

  
940
.search-results > li:nth-child(2) {
941
    border-top: 1px solid var(--portal-main-color) !important;
942
}
940
/*.search-results > li:nth-child(2) {*/
941
/*    border-top: 1px solid var(--portal-main-color) !important;*/
942
/*}*/
943 943

  
944
.search-results > li:last-child {
945
    border-bottom: 1px solid var(--portal-main-color) !important;
946
    padding-bottom: 10px !important;
944
/*.search-results > li:last-child {*/
945
/*    border-bottom: 1px solid var(--portal-main-color) !important;*/
946
/*    padding-bottom: 10px !important;*/
947
/*}*/
948

  
949
.paging-hr {
950
    border-bottom: 1px solid #E5E5E5 !important;
951
    /*padding-bottom: 5px !important;*/
947 952
}
948 953

  
949 954
.widget-box {
......
1419 1424
    border-radius: 1px
1420 1425
}
1421 1426

  
1427
.selectedFilterLabel {
1428
    background-color: #E5E5E5;
1429
    border-color: #E5E5E5;
1430
    border-radius: 2px;
1431
    color: inherit;
1432
    line-height: 15px;
1433
    padding: 3px 10px;
1434
}
1422 1435

  
1436
.searchFilterItem {
1437
    margin-bottom: 5px;
1438
}
1439

  
1440
.range-button > button{
1441
    padding: 5px 10px;
1442
    text-transform: none;
1443
}
1444

  
1423 1445
/* Landing gradient title section*/
1424 1446
.title-section {
1425 1447
    background-image: linear-gradient(to right, #FFFFFF , #F0F0F0);

Also available in: Unified diff