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

Add logo container.

Location:
main/ikobacustom.skeleton/trunk
Files:
2 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}
Note: See TracChangeset for help on using the changeset viewer.