Ignore:
Timestamp:
2014-11-13T10:16:08+13:00 (9 years ago)
Author:
sjs49
Message:

Changes made to CSS styles for a few new elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/von-sparql/transform/pages/style.css

    r28915 r29424  
    22/**** comparison.xsl ****/
    33/************************/
     4
     5
     6#div_selectCollections{
     7    float: left;
     8    padding-bottom:10px;
     9}
     10
     11#div_quickSearch{
     12    float: right;
     13}
    414
    515#div_queryWrapper{
     
    6272    width:100%;
    6373    height: 170px;
    64     border:1px solid #DFD9C3;
     74    border:1px solid #DFD9C3;
     75    margin-top:10px;
     76    margin-bottom:10px;
    6577}
    6678
     
    8496    opacity:0.75;
    8597}
     98
     99
     100.collectionNameDiv{
     101    text-align:center;
     102    margin-bottom:10px;
     103}
     104
     105.collectionName{
     106    font-size:1.2em;
     107    text-decoration: underline;
     108    font-weight:bold;
     109    padding:10px;
     110    margin-bottom: 15px;
     111}
    86112/************************/
    87113/**** about.xsl *********/
    88114/************************/
     115#div_about{
     116    margin:15px;
     117    font-weight:bold;
     118    text-decoration: underline;
     119}
    89120#div_PredicateOverview{
    90121    height:260px;
Note: See TracChangeset for help on using the changeset viewer.