From e6d6c76956cca8db5a325ca496969bdba0366f5b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 26 Sep 2015 08:49:09 +0200 Subject: [PATCH] menu: reduce the vertical padding beween elements by half Doing tab conversion makes the space waste more obvious than ever. Try to close the gap a little, open for discussion! --- .../opnsense/assets/stylesheets/bootstrap/_list-group.scss | 2 +- src/opnsense/www/themes/opnsense/build/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss index f0d980cd3..c27d95072 100755 --- a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss +++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_list-group.scss @@ -21,7 +21,7 @@ .list-group-item { position: relative; display: block; - padding: 12px 20px; + padding: 6px 20px; // Place the border on the list items and negative margin up for better styling margin-bottom: -1px; background-color: $list-group-bg; diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css index 782d22e4d..50da9b7a1 100644 --- a/src/opnsense/www/themes/opnsense/build/css/main.css +++ b/src/opnsense/www/themes/opnsense/build/css/main.css @@ -4311,7 +4311,7 @@ a.thumbnail.active { .list-group-item { position: relative; display: block; - padding: 12px 20px; + padding: 6px 20px; margin-bottom: -1px; background-color: #fff; } .list-group-item:last-child {