From 7d5948aaf95d448c19e5904d1f2f7d61f5a42300 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 17 Jun 2016 15:37:24 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 16148 [Follow-up] - Use Font Awesome for arrows instead of images Content-Type: text/plain; charset="utf-8" Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 12 ++++++++++++ .../modules/tools/marc_modification_templates.tt | 22 +++++++++++----------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css index 7a594b1..09ff34db4 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -2719,3 +2719,15 @@ div.rules { div[class$="_table_controls"] { padding: .7em 0; } + +.underline { + text-decoration: underline; +} + +.overline { + text-decoration: overline; +} + +.order-control { + padding-right: 5px; +} diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt index 7c5159e..198b029 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt @@ -113,20 +113,20 @@ - Move action up - + + - - Move action to the top - + + + - - Move action to the bottom - + + + - - Move action down - + + + [% ActionsLoo.ordering %] -- 2.1.4