Changeset 16990


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

Change logo position.

Location:
main/kofacustom.lpng/trunk/layout
Files:
2 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;
  • main/kofacustom.lpng/trunk/layout/theme.html

    r16989 r16990  
    9090    <div class="container">
    9191
     92      <div id="logo-container">
     93        <img src="static_custom/lp_logo.png" width="200">
     94      </div>       
     95
    9296      <div class="row">
    9397        <div class="col-md-12 container kofa-maintenance">
     
    198202
    199203        <div class="col-md-10 content kofa-content-narrow">
    200           <div id="logo-container-narrow">
    201             <img src="static_custom/lp_logo.png" width="200">
    202           </div>       
    203204          <div class="well">
    204205            <div class="kofa-content">
Note: See TracChangeset for help on using the changeset viewer.