*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit eacd52e4 authored by Wörister, Florian's avatar Wörister, Florian
Browse files

*) hide link for "planned features"-section added

*) typo fixed
parent 1a325e81
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,16 @@ button.ui.icon.search.button {
color: var(--grey1);
}
#pf-hide-link a {
cursor: pointer;
text-decoration: underline;
}
#pf-hide-link a:hover {
color: var(--grey1);
}
.planned-feature-icon {
width:130px;
height:130px;
......
......@@ -81,7 +81,9 @@
</div>
<div id="pf-list" style="display: none;">
<h2>Planned Features:</h2>
<div id="pf-hide-link">
<a onclick="$('#pf-list').transition('zoom');$('#pf-link').show();">(hide)</a>
</div>
<div class="ui stackable vertically padded grid">
<div class="two wide center aligned column">
<div class="ui tiny image">
......@@ -141,7 +143,7 @@
<div class="planned-feature-text box-shaddow">
<p>
<span class="bold">Usage statistics</span><br />
All uploads display standards compliant usage statistics.
All uploads display standards compliant with usage statistics.
</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment