Ignore:
Timestamp:
04/22/15 20:17:02 (9 years ago)
Author:
emanuel.dima@uni-tuebingen.de
Message:
  1. beta-42: 'more services' new icon and white select bg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/resources/assets/clarinservices/clarinservices.css

    r6155 r6156  
    11#clarinservices button.dropdown-toggle {
    22        background-color: transparent;
    3         font-size:18px;
     3        padding: 4px 8px;
     4}
     5
     6#clarinservices button.dropdown-toggle img{
     7        width: 30px;
    48}
    59
     
    1216#clarinservices table {
    1317        text-align: center;
    14         vertical-align: top;
    1518        background-color: #FFFFFF;
    1619        width: 100%;
    1720}
    1821
    19 #clarinservices table td li div{
     22#clarinservices table td a{
     23        display: block;
    2024        width: 150px;
    2125        height: 150px;
    2226        background-color: #fff;
    23         padding: 20px;
     27        padding: 30px 25px;
    2428        transition: background-color .2s, border-color .2s;
    2529        border-radius: 50% 50%;
     
    2731}
    2832
    29 #clarinservices table td:hover li div{
    30         background-color: #FFF8D8;
     33#clarinservices table td:hover a {
     34        background-color: #fff;
    3135        border: 2px solid #003f6e;
    3236        box-shadow: inset 0 0 10px #003f6e;
    3337}
    3438
    35 #clarinservices table td li div img {
     39#clarinservices table td a div img {
    3640        margin-right: 0px;
    37         max-width: 50px;
     41        max-width: 100px;
    3842        max-height: 50px;
    3943}
Note: See TracChangeset for help on using the changeset viewer.