mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Make the 'all apps' button look like the others
This commit is contained in:
parent
1592ab4e73
commit
9694d8a2ba
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
||||||
<div id="category-selector" class="list-group grid">
|
<div id="category-selector" class="list-group grid">
|
||||||
<a class="app-category-card" href="#/apps/catalog/all">
|
<a class="app-category-card panel panel-default" href="#/apps/catalog/all">
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<h2 class="app-category-title" style="padding-top: 1em;"><span class="fa-fw fa-search"></span> {{t 'all_apps'}}</h2>
|
<h2 class="app-category-title" style="padding-top: 1em;"><span class="fa-fw fa-search"></span> {{t 'all_apps'}}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue