Ignore:
Timestamp:
08/20/14 11:59:28 (10 years ago)
Author:
Twan Goosen
Message:

Also accepting PID resolver URL's for publication without warning. Added help text explaining PID's.

File:
1 edited

Legend:

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

    r5574 r5578  
    101101        background-color: #ffffe1;
    102102        color: #666666;
    103     }
     103
     104        h4 {
     105            text-align: center;
     106            padding: 3px 0 3px 0;
     107            margin: 0 0 3px 0;
     108            border-width: 0 0 1px 0;
     109            border-style: solid;
     110            border-color: #666666;
     111            color: #666666;
     112            font-size: 100%;
     113        }
     114
     115        p, ul {
     116            margin: 0em 0em 0.5em 0em;
     117            color: #666666;
     118            font-size: 80%;
     119        }
     120
     121        p.last {
     122            margin: 0em;
     123        }
     124    } //div.notes, div.sidenotes
    104125
    105126    div.notes {
     
    111132        float: right;
    112133        width: 198px;
    113         margin: 0 0 10px 10px;
    114     }
    115 
    116     div.notes h4 {
    117         /*
    118         background-image: url(/images/icon_info.gif);
    119         background-repeat: no-repeat;
    120         background-position: top left;
    121         */
    122         text-align: center;
    123         padding: 3px 0 3px 0; /*27px; */
    124         margin: 0 0 3px 0;
    125         border-width: 0 0 1px 0;
    126         border-style: solid;
    127         border-color: #666666;
    128         color: #666666;
    129         font-size: 100%;
    130     }
    131 
    132     div.notes p {
    133         margin: 0em 0em 0.5em 0em;
    134         color: #666666;
    135         font-size: 80%;
    136     }
    137 
    138     div.notes p.last {
    139         margin: 0em;
     134        margin: 0 0 10px 10px;   
    140135    }
    141136
     
    200195    div.modalDialogContent {
    201196        margin: 10px;
    202        
     197
    203198        p {
    204199            margin: 1em;
Note: See TracChangeset for help on using the changeset viewer.