Ignore:
Timestamp:
08/19/14 08:53:01 (10 years ago)
Author:
Twan Goosen
Message:

Styling of collections table: icons, sorting
Refs #594

File:
1 edited

Legend:

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

    r5562 r5569  
    1616*/
    1717
     18@import 'globals';
     19
    1820div.toggleBorder {
    1921    border-top: 1px solid #000000;
     
    2628    color: inherit;
    2729    background-color: #D4DEEF;
    28     background-image: url('../icons/bullet_arrow_up.png');
     30    /* icon from GLYPHICONS.com */
     31    background-image: url('../icons/glyphicons_369_collapse_top.png');
     32    background-size: $iconsize;
    2933    background-repeat: no-repeat;
    3034    background-position: center left;
     
    3741
    3842div.toggleBorder div.toggleBorderHeader.collapsed {
    39     background-image: url('../icons/bullet_arrow_down.png');
     43    /* icon from GLYPHICONS.com */
     44    background-image: url('../icons/glyphicons_367_expand.png');
     45    background-size: $iconsize;
    4046    background-repeat: no-repeat;
    4147    background-position: center left;
Note: See TracChangeset for help on using the changeset viewer.