Changeset 12375 for main/ikobacustom.pcn/trunk
- Timestamp:
- 3 Jan 2015, 08:52:55 (10 years ago)
- Location:
- main/ikobacustom.pcn/trunk/layout
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/layout/static/custom.css
r12293 r12375 51 51 color: #fff; 52 52 } 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 } -
main/ikobacustom.pcn/trunk/layout/theme.html
r12175 r12375 180 180 </div> <!-- /well --> 181 181 </div> <!-- /ikoba-sidebar --> 182 183 182 <div class="col-md-10 content ikoba-content-narrow"> 183 <div id="logo-container-narrow"> 184 <img src="static_custom/pcn_logo.png" width="65"> 185 </div> 184 186 <div class="well"> 185 187 <div class="ikoba-content"> … … 311 313 <div class="row"> 312 314 <div class="col-md-12 content ikoba-content-wide"> 315 <div id="logo-container-wide"> 316 <img src="static_custom/pcn_logo.png" width="80"> 317 </div> 313 318 <div class="well ikoba-content"> 314 319 <div class="actionbar"> … … 323 328 Trigger transition 324 329 </a> 330 </div> 331 <div class="alert alert-danger"> 332 There were errors ... 325 333 </div> 326 334 <div class="hero-unit">
Note: See TracChangeset for help on using the changeset viewer.