Tweak a style of titles of the system settings

This commit is contained in:
Naoki Takezoe
2018-03-12 18:08:50 +09:00
parent 3fd8cb2b3e
commit f5ec9ac1bf
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<form action="@context.path/admin/plugins/_reload" method="POST" class="pull-right"> <form action="@context.path/admin/plugins/_reload" method="POST" class="pull-right">
<input type="submit" value="Reload plugins" class="btn btn-default"> <input type="submit" value="Reload plugins" class="btn btn-default">
</form> </form>
<h1>Plugins</h1> <h1 class="system-config-title">Plugins</h1>
@if(plugins.size > 0) { @if(plugins.size > 0) {
<ul> <ul>
@plugins.map { case (plugin, enabled) => @plugins.map { case (plugin, enabled) =>

View File

@@ -16,6 +16,11 @@ h1 {
line-height: 32px; line-height: 32px;
} }
h1.system-config-title {
margin-top: 0px;
margin-bottom: 20px;
}
h2 { h2 {
font-size: 28px; font-size: 28px;
line-height: 30px; line-height: 30px;