Ignore:
Timestamp:
26 Mar 2016, 06:47:50 (8 years ago)
Author:
Henrik Bettermann
Message:

Add logo container.

Location:
main/ikobacustom.skeleton/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.skeleton/trunk

    • Property svn:global-ignores
      •  

        old new  
        11bin
         2coverage-report
        23develop-eggs
        34parts
    • Property svn:ignore
      •  

        old new  
        11.installed.cfg
        22.mr.developer.cfg
         3uuid.txt
  • main/ikobacustom.skeleton/trunk/layout/static/custom.css

    r12293 r13792  
    5151  color: #fff;
    5252}
     53
     54/* Logo container customizations */
     55
     56#logo-container-narrow {
     57  position: absolute;
     58  top: -7px;
     59  right: -11px;
     60}
     61
     62#logo-container-wide {
     63  position: absolute;
     64  top: -7px;
     65  right: -11px;
     66}
     67.ikoba-content-narrow .alert {
     68  margin-right: 35px;
     69}
     70
     71.ikoba-content-wide .alert {
     72  margin-right: 50px;
     73}
  • main/ikobacustom.skeleton/trunk/layout/theme.html

    r12175 r13792  
    180180          </div> <!-- /well -->
    181181        </div> <!-- /ikoba-sidebar -->
    182 
    183182        <div class="col-md-10 content ikoba-content-narrow">
     183          <div id="logo-container-narrow">
     184            <img src="static_custom/pcn_logo.png" width="65">
     185          </div>
    184186          <div class="well">
    185187            <div class="ikoba-content">
     
    311313      <div class="row">
    312314        <div class="col-md-12 content ikoba-content-wide">
     315          <div id="logo-container-wide">
     316            <img src="static_custom/pcn_logo.png" width="80">
     317          </div>
    313318          <div class="well ikoba-content">
    314319            <div class="actionbar">
     
    323328                     Trigger transition
    324329              </a>
     330            </div>
     331            <div class="alert alert-danger">
     332                There were errors ...
    325333            </div>
    326334            <div class="hero-unit">
Note: See TracChangeset for help on using the changeset viewer.