Ignore:
Timestamp:
08/22/14 14:00:32 (10 years ago)
Author:
Twan Goosen
Message:

Added support for a "beta" 'badge' in the layout of the base page

File:
1 edited

Legend:

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

    r5593 r5597  
    6464    }
    6565}
     66
     67div#betabadge {
     68    position: relative;
     69   
     70    span {
     71        display: block;
     72        position: absolute;
     73        left: 1em;
     74        top: 1em;
     75        color: black;
     76        font-size: larger;
     77        background: red;
     78        opacity: .7;
     79        padding: .2em .4em;
     80    }
     81}
Note: See TracChangeset for help on using the changeset viewer.