Ignore:
Timestamp:
08/20/14 09:10:24 (10 years ago)
Author:
Twan Goosen
Message:

Styling of the wizard
Refs #594

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/_toggleborder.scss

    r5571 r5574  
    2828        background-color: $clarin_blue;
    2929
    30         border-top-left-radius: 6px !important;
    31         border-bottom-left-radius: 6px !important;
    32         -webkit-border-top-left-radius: 6px !important;
    33         -webkit-border-bottom-left-radius: 6px !important;
    34         -moz-border-top-left-radius: 6px !important;
    35         -moz-border-bottom-left-radius: 6px !important; 
    36 
    37         border-top-right-radius: 6px !important;
    38         border-bottom-right-radius: 6px !important;
    39         -webkit-border-top-right-radius: 6px !important;
    40         -webkit-border-bottom-right-radius: 6px !important;
    41         -moz-border-top-right-radius: 6px !important;
    42         -moz-border-bottom-right-radius: 6px !important;
     30        @include roundborder(6px);
    4331
    4432        span {
Note: See TracChangeset for help on using the changeset viewer.