Changeset 16990 for main/kofacustom.lpng/trunk/layout
- Timestamp:
- 5 Jul 2022, 19:45:43 (2 years ago)
- Location:
- main/kofacustom.lpng/trunk/layout
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/layout/static/custom.css
r16989 r16990 28 28 .navbar-inverse .navbar-nav > .active > a:focus { 29 29 color: #ffffff; 30 background-color: # 008325;30 background-color: #d60701; 31 31 background-image: none; 32 32 background-image: none; … … 54 54 /* Logo container customizations */ 55 55 56 #logo-container-narrow { 57 position: absolute; 58 top: -50px; 59 right: 5px; 56 #logo-container { 57 padding-top: 10px; 58 padding-bottom: 10px; 60 59 } 61 60 62 #logo-container-wide {63 position: absolute;64 top: -7px;65 right: -11px;66 }67 61 .kofa-content-narrow .alert { 68 62 margin-right: 35px; -
main/kofacustom.lpng/trunk/layout/theme.html
r16989 r16990 90 90 <div class="container"> 91 91 92 <div id="logo-container"> 93 <img src="static_custom/lp_logo.png" width="200"> 94 </div> 95 92 96 <div class="row"> 93 97 <div class="col-md-12 container kofa-maintenance"> … … 198 202 199 203 <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>203 204 <div class="well"> 204 205 <div class="kofa-content">
Note: See TracChangeset for help on using the changeset viewer.