diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-08-23 14:09:31 +0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-09-06 13:12:26 -0300 |
commit | be3cfc58c654888272f865c18544d6217cdd07bb (patch) | |
tree | d8d3698cedba2ccd066ffe5f59925a0c4021612e | |
parent | cfe6c5fab3b55b67d3249bd6f2cd8629c5e017fa (diff) | |
download | pfsense-be3cfc58c654888272f865c18544d6217cdd07bb.zip pfsense-be3cfc58c654888272f865c18544d6217cdd07bb.tar.gz |
[theme] Compact-RED: compact panel titles
(cherry picked from commit 953a88a4482e72764ba6ab7ed9f0ce2b21748506)
-rw-r--r-- | src/usr/local/www/css/Compact-RED.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/local/www/css/Compact-RED.css b/src/usr/local/www/css/Compact-RED.css index 7901a14..ee79c76 100644 --- a/src/usr/local/www/css/Compact-RED.css +++ b/src/usr/local/www/css/Compact-RED.css @@ -133,6 +133,14 @@ body { } .panel-default>.panel-heading { background-color: #900; + padding: 2px 5px 2px 15px; +} + +.panel-title { + line-height: 18px; + font-size: 12px; + font-family: sans-serif; + font-weight: bold; } .form-control { |