Ignore:
Timestamp:
3 Jan 2015, 08:52:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Customize layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/layout/static/custom.css

    r12293 r12375  
    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.