@@ -, +, @@ - Notices & slips -> Modify notice - Administration -> Budgets -> Modify budget --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -899,7 +899,7 @@ fieldset { border: 2px solid #B9D8D9; div { - .hint { + &.hint { margin-bottom: .4em; } } @@ -1014,9 +1014,9 @@ fieldset { } div { - .hint { + &.hint { margin-bottom: .4em; - margin-left: 7.5em; + margin-left: 10.5em; } } @@ -1027,7 +1027,7 @@ fieldset { text-align: right; width: 9em; - .error { + &.error { float: none; margin-left: 1em; width: auto; @@ -1124,7 +1124,7 @@ fieldset { font-weight: bold; margin-right: 1em; text-align: right; - width: 6em; + width: 9em; } } @@ -1171,7 +1171,7 @@ fieldset { .yui-u { div { - .hint { + &.hint { margin-bottom: .4em; } } --