diff --git a/baas/static/stylesheets/custom.css b/baas/static/stylesheets/custom.css index 79f03199c12d061d8fcf1983e226ce349df452e8..9a5b94709605752f69db5efaac7ea76d296806a3 100644 --- a/baas/static/stylesheets/custom.css +++ b/baas/static/stylesheets/custom.css @@ -79,7 +79,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. font-size: smaller; } body .tabs { - line-height: 0.4; + line-height: 0.1; margin-left: 100px; } body legend, .template-list-title { @@ -120,3 +120,8 @@ body legend, .template-list-title { .pad-bottom { padding-bottom: 20px; } + +body fieldset { + margin: 5px; + padding: 5px; +}