Changeset 5643


Ignore:
Timestamp:
09/17/14 07:30:23 (10 years ago)
Author:
Twan Goosen
Message:

Footer styling
Refs #631

Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/BasePage.html

    r5639 r5643  
    6262            <div class="container">
    6363                <div id="CLARIN_footer_left">
    64                     <a title="about" wicket:id="aboutlink"><span>VERSION ${pom.version} </span><span class="glyphicon glyphicon-info-sign"></span></a>
     64                    <a title="about" wicket:id="aboutlink">
     65                        <span class="glyphicon glyphicon-info-sign"></span>
     66                        <span>VERSION ${pom.version} </span>
     67                    </a>
    6568                </div>
    6669                <div id="CLARIN_footer_middle">
     
    6871                </div>
    6972                <div id="CLARIN_footer_right">
    70                     <a title="contact" class="glyphicon glyphicon-envelope" href="mailto:vcr@clarin.eu"><span> CONTACT</span></a>
     73                    <a title="contact" href="mailto:vcr@clarin.eu">
     74                        <span class="glyphicon glyphicon-envelope"></span>
     75                        <span> CONTACT</span>
     76                    </a>
    7177                </div>
    7278            </div>
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/CLARIN.scss

    r5583 r5643  
    426426    align-content: space-around;
    427427
     428    div#CLARIN_footer_left, div#CLARIN_footer_right {
     429        a span.glyphicon {
     430            margin-right: .2em;
     431        }
     432    }
     433   
    428434    div#CLARIN_footer_left {
    429       order: 1;
     435        order: 1;
    430436      //float: left;
    431437      //display: inline-block;
    432       display: flex !important;
    433       text-align: left;
    434       vertical-align: middle;
    435       margin: auto;
    436       align-content: space-around;
     438        display: flex !important;
     439        text-align: left;
     440        vertical-align: middle;
     441        margin: auto;
     442        width: 33%;
     443        align-content: space-around;
     444        padding-left: 1em;
    437445      //width: 25%;
    438446      //max-height: 100%;
     
    440448
    441449    div#CLARIN_footer_middle {
    442       order: 2;
     450        order: 2;
    443451      //float: left;
    444452      //display: inline-block;
    445       display: flex !important;
    446       text-align: center;
    447       margin: auto;
    448       align-content: space-around;
     453        display: flex !important;
     454        text-align: center;
     455        margin: auto;
     456        width: 33%;
     457        align-content: space-around;
    449458      //width: 50%;
    450459      //max-height: 100%;
    451460
    452       img {
    453         display: inline-block;
    454         max-width: 100%;
    455         max-height: 100%;
    456         overflow: hidden;
     461      a {
     462          display: block;
     463          width: 100%;
     464     
     465        img {
     466          margin: 0 auto;
     467          display: block;
     468          max-width: 100%;
     469          max-height: 100%;
     470          overflow: hidden;
     471        }
    457472      }
    458473    }
    459474
    460475    div#CLARIN_footer_right {
    461       order: 3;
     476        order: 3;
    462477      //float: left;
    463       text-align: right;
    464       vertical-align: middle;
    465       display: flex !important;
    466       margin: auto;
    467       align-content: space-around;
     478        text-align: right;
     479        vertical-align: middle;
     480        display: flex !important;
     481        /* margin: auto; */
     482        width: 33%;
     483        align-content: space-around;
     484        padding-right: 1em;
    468485      //width: 25%;
    469486      //max-height: 100%;
     487     
     488      a {
     489          width: 100%;
     490      }
    470491    }
    471492  }
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.scss

    r5620 r5643  
    1414
    1515body {
    16     font-size: 120%;
     16    font-size: 130%;
    1717}
    1818
Note: See TracChangeset for help on using the changeset viewer.