From a96d496c9b8860e493f2d6993ba033b13b8b8b80 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 17 Jun 2016 15:37:24 +0000 Subject: [PATCH] Bug 16148 [Follow-up] - Use Font Awesome for arrows instead of images Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall --- .../intranet-tmpl/prog/css/staff-global.css | 12 ++++++++++ .../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 7a594b152c..09ff34db4a 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 7c5159e3b3..198b0296d4 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.39.5