Ignore:
Timestamp:
5 Jul 2022, 19:45:43 (2 years ago)
Author:
Henrik Bettermann
Message:

Change logo position.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/layout/static/custom.css

    r16989 r16990  
    2828.navbar-inverse .navbar-nav > .active > a:focus {
    2929  color: #ffffff;
    30   background-color: #008325;
     30  background-color: #d60701;
    3131  background-image: none;
    3232  background-image: none;
     
    5454/* Logo container customizations */
    5555
    56 #logo-container-narrow {
    57   position: absolute;
    58   top: -50px;
    59   right: 5px;
     56#logo-container {
     57    padding-top: 10px;
     58    padding-bottom: 10px;
    6059}
    6160
    62 #logo-container-wide {
    63   position: absolute;
    64   top: -7px;
    65   right: -11px;
    66 }
    6761.kofa-content-narrow .alert {
    6862  margin-right: 35px;
Note: See TracChangeset for help on using the changeset viewer.