File tree 6 files changed +17
-7
lines changed
assets/vendor/responsive-table-stacked
6 files changed +17
-7
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.5
5
+ app.version =4.8.6-SNAPSHOT
Original file line number Diff line number Diff line change 10
10
left : -9999px ;
11
11
}
12
12
13
+ table .responsive-table-stacked tbody tr td : nth-child (1 ) {
14
+ border-top-width : 5px ;
15
+ }
16
+
13
17
table .responsive-table-stacked tbody td {
14
18
position : relative;
15
19
width : auto !important ;
20
+ text-align : left !important ;
16
21
}
17
22
18
23
table .responsive-table-stacked tbody td : before {
42
47
left : -9999px ;
43
48
}
44
49
50
+ table .responsive-table-stacked tbody tr td : nth-child (1 ) {
51
+ border-top-width : 5px ;
52
+ }
53
+
45
54
table .responsive-table-stacked tbody td {
46
55
position : relative;
47
56
width : auto !important ;
57
+ text-align : left !important ;
48
58
}
49
59
50
60
table .responsive-table-stacked tbody td : before {
Original file line number Diff line number Diff line change @@ -111,6 +111,9 @@ merit.baseURL="https://fieldcapture-test.ala.org.au"
111
111
112
112
app. view. nocache = false
113
113
114
+ // rel icon config
115
+ skin. favicon= " https://www.ala.org.au/app/uploads/2019/01/cropped-favicon-32x32.png"
116
+
114
117
// Markdown configuration to match behaviour of the JavaScript editor.
115
118
markdown. hardwraps = true
116
119
Original file line number Diff line number Diff line change 9
9
<meta name =" description" content =" Atlas of Living Australia Field Capture" />
10
10
<meta name =" author" content =" Atlas of Living Australia" >
11
11
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
12
- <link href =" https://www.ala.org.au/wp-content/themes/ala2011/images/ favicon.ico " rel =" shortcut icon " type = " image/x- icon" />
12
+ <link href =" ${ grailsApplication . config . skin . favicon} " rel =" icon" />
13
13
14
14
<title ><g:layoutTitle /></title >
15
15
<link rel =" stylesheet" href =" ${ grailsApplication. config. headerAndFooter. baseURL } /css/bootstrap.min.css" />
Original file line number Diff line number Diff line change 10
10
<meta name =" author" content =" Atlas of Living Australia" >
11
11
<meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
12
12
<title ><g:layoutTitle /></title >
13
- <link href =" https://www.ala.org.au/wp-content/themes/ala2011/images/favicon.ico" rel =" shortcut icon"
14
- type =" image/x-icon" />
15
-
13
+ <link href =" ${ grailsApplication. config. skin. favicon } " rel =" icon" />
16
14
<link rel =" stylesheet" href =" ${ grailsApplication. config. headerAndFooter. baseURL } /css/bootstrap.min.css" />
17
15
<link rel =" stylesheet" href =" ${ grailsApplication. config. headerAndFooter. baseURL } /css/bootstrap-responsive.min.css" />
18
16
<link rel =" stylesheet" href =" ${ grailsApplication. config. headerAndFooter. baseURL } /css/ala-styles.css" />
Original file line number Diff line number Diff line change 87
87
<g:layoutHead />
88
88
<link rel =" stylesheet" type =" text/css"
89
89
href =" ${ createLink(controller: ' hub' , action: ' getStyleSheet' ) } ?hub=${ hubConfig. urlPath } &ver=${ hubConfig. lastUpdated } " >
90
- <link href =" https://www.ala.org.au/wp-content/themes/ala2011/images/favicon.ico" rel =" shortcut icon"
91
- type =" image/x-icon" />
90
+ <link href =" ${ grailsApplication. config. skin. favicon } " rel =" icon" />
92
91
</head >
93
92
94
93
<body class =" ${ pageProperty(name: ' body.class' ) ?: ' nav-collections' } " id =" ${ pageProperty(name: ' body.id' ) } "
You can’t perform that action at this time.
0 commit comments