From 9f9c4975828f67b8ef2729193bc48399ff0465b3 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 27 Mar 2013 17:52:33 +0100 Subject: animations on settings page, highlight modified fields --- module/web/static/css/default/settings.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less index d7012f17a..2501e2d0d 100644 --- a/module/web/static/css/default/settings.less +++ b/module/web/static/css/default/settings.less @@ -34,6 +34,7 @@ .setting-box { border: 10px solid @blueDark; box-shadow: 0 0 5px @dark; // .gradient(bottom, @yellowLightest, @light); + overflow: hidden; .page-header { margin: 0; @@ -43,6 +44,10 @@ margin-top: 5px; } + .popover { + font-size: medium; + } + } // Bit wider control labels -- cgit v1.2.3