Skip to content

Commit 1e10a4a

Browse files
committed
reorder docker images
1 parent f757aa9 commit 1e10a4a

3 files changed

Lines changed: 80 additions & 67 deletions

File tree

shinyproxy/templates/assets/shinyproxy.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,13 @@ body{
285285
}
286286

287287
.smallercard:before {
288-
background: rgba(200, 200, 200, 0.4);
288+
background: rgba(200, 200, 200, 0.6);
289289
width: 250%;
290290
height: 250%;
291291
}
292292

293293
.smallercard:after {
294-
background-color: rgba(200, 200, 200, 0.4);
294+
background-color: rgba(200, 200, 200, 0.6);
295295
width: 200%;
296296
height: 200%;
297297
}

shinyproxy/templates/fragments/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</a>
2222
<a class="w3-bar-item w3-button w3-left"
2323
th:href="@{/}" title="Home" > <i class="fa fa-house"></i> </a>
24-
<a th:href="@{mailto:nunoagostinho@medicina.ulisboa.pt?subject={subject}{name}(subject='NMorais app server',name=${appTitle} ? (${' - ' + appTitle}) : '')}" class="w3-bar-item w3-button w3-hide-small w3-hide-medium w3-right" target="_blank"><i class="fa fa-envelope"></i> Suggestions / Report Issue </a>
24+
<a th:href="@{mailto:imm-nmorais@medicina.ulisboa.pt?subject={subject}{name}(subject='NMorais app server',name=${appTitle} ? (${' - ' + appTitle}) : '')}" class="w3-bar-item w3-button w3-hide-small w3-hide-medium w3-right" target="_blank"><i class="fa fa-envelope"></i> Suggestions / Report Issue </a>
2525
<a href="https://github.com/nuno-agostinho/compbio-app-server" class="w3-bar-item w3-button w3-hide-small w3-hide-medium w3-right" target="_blank"><i class="fa fa-github"></i> GitHub </a>
2626
</div>
2727

0 commit comments

Comments
 (0)