File tree 5 files changed +41
-27
lines changed
5 files changed +41
-27
lines changed Original file line number Diff line number Diff line change 2
2
# Sat Nov 03 13:30:44 AEDT 2018
3
3
app.grails.version =2.5.6
4
4
app.name =biocollect
5
- app.version =4.8.8
5
+ app.version =4.8.9-SNAPSHOT
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ input[type=checkbox] {
123
123
124
124
125
125
# pt-selectors label {
126
- color : # C44D34 ;
127
126
font-weight : 200 ;
128
127
}
129
128
Original file line number Diff line number Diff line change @@ -367,11 +367,20 @@ section#breadcrumb {
367
367
#main-content #bannerHubOuter .logo {
368
368
left: 80px;
369
369
top: -25px;
370
- max-width: 250px ;
371
- max-height: 250px ;
370
+ max-width: 350px ;
371
+ max-height: 300px ;
372
372
position: absolute;
373
373
z-index: 5;
374
374
}
375
+
376
+ @media (max-width: 767px) {
377
+ #main-content #bannerHubOuter .logo {
378
+ left: 25px;
379
+ max-width: 250px;
380
+ max-height: 200px;
381
+ }
382
+ }
383
+
375
384
#main-content #pt-search {
376
385
Min-width: 150px;
377
386
Max-width: 300px;
@@ -712,6 +721,11 @@ section#breadcrumb {
712
721
color: ${ footertextcolor } ;
713
722
text-decoration: none;
714
723
}
724
+
725
+ #custom-footer .navbar-inverse .nav > li {
726
+ color: ${ footertextcolor } ;
727
+ }
728
+
715
729
#custom-footer .navbar-inverse .nav > li > a:hover {
716
730
text-decoration: underline;
717
731
}
@@ -752,8 +766,7 @@ section#breadcrumb {
752
766
}
753
767
754
768
#custom-footer #alaLink.brand {
755
- margin-top:10px;
756
- margin-right: 10px;
769
+ margin: 15px;
757
770
display: inline-block;
758
771
}
759
772
@@ -764,8 +777,7 @@ section#breadcrumb {
764
777
#custom-footer .footer-logo {
765
778
max-height: 100px;
766
779
max-width: 200px;
767
- margin-right:10px;
768
- margin-top: 10px;
780
+ margin: 15px;
769
781
vertical-align: top;
770
782
}
771
783
Original file line number Diff line number Diff line change 233
233
</div ><!-- /.spanX -->
234
234
<div class =" pull-right" >
235
235
<div class =" row-fluid text-right" >
236
- <g:each in =" ${ hubConfig. templateConfiguration? . footer? . logos } " var =" logo" >
237
- <g:if test =" ${ logo. href } " >
238
- <a href =" ${ logo. href } " title =" Link to website" target =" _blank" >
236
+ <div class =" span12" >
237
+ <g:each in =" ${ hubConfig. templateConfiguration? . footer? . logos } " var =" logo" >
238
+ <g:if test =" ${ logo. href } " >
239
+ <a href =" ${ logo. href } " title =" Link to website" target =" _blank" class =" do-not-mark-external" >
240
+ <img class =" footer-logo" src =" ${ logo. url } " alt =" Website logo" />
241
+ </a >
242
+ </g:if >
243
+ <g:else >
239
244
<img class =" footer-logo" src =" ${ logo. url } " alt =" Website logo" />
240
- </a >
241
- </g:if >
242
- <g:else >
243
- <img class =" footer-logo" src =" ${ logo. url } " alt =" Website logo" />
244
- </g:else >
245
- </g:each >
246
- <a class =" brand text-left" href =" http://ala.org.au/" id =" alaLink" title =" ALA home page" >
247
- <img src =" ${ asset. assetPath(src: ' mdba/ALA-logo-BW-124x109.png' ) } " alt =" Powered by ALA logo"
248
- class =" headerLogo" />
249
- <div id =" alaHeadingText" ><div id =" poweredBy" >powered by</div >
250
- <div id =" alaBy" class =" visible-desktop" >Atlas of Living Australia</div >
251
- <div class =" hidden-desktop" >ALA</div >
252
- </div >
253
- </a >
245
+ </g:else >
246
+ </g:each >
247
+ <a class =" brand text-left" href =" http://ala.org.au/" id =" alaLink" title =" ALA home page" >
248
+ <img src =" ${ asset. assetPath(src: ' mdba/ALA-logo-BW-124x109.png' ) } " alt =" Powered by ALA logo"
249
+ class =" headerLogo" />
250
+ <div id =" alaHeadingText" ><div id =" poweredBy" >powered by</div >
251
+ <div id =" alaBy" class =" visible-desktop" >Atlas of Living Australia</div >
252
+ <div class =" hidden-desktop" >ALA</div >
253
+ </div >
254
+ </a >
255
+ </div >
254
256
</div >
255
257
</div >
256
258
</div >
Original file line number Diff line number Diff line change 12
12
<g:set var =" images" value =" ${ hubConfig. templateConfiguration. banner. images } " ></g:set >
13
13
<g:each var =" image" in =" ${ images } " status =" index" >
14
14
<div class =" item ${ index == 0 ? ' active' : ' ' } " >
15
- <img src =" ${ image. url } " >
15
+ <div class =" " style =" background : url (${image.url} ) no-repeat center top ; max-height : 500px ; min-height : 300px ; background-size : cover ;" >
16
+ </div >
16
17
<g:if test =" ${ image. caption } " >
17
- <div class =" carousel-caption" >
18
+ <div class =" carousel-caption hidden-phone " >
18
19
<p >${ image. caption } </p >
19
20
</div >
20
21
</g:if >
You can’t perform that action at this time.
0 commit comments