From 3f78d15b0836c1167c569b9281abf698f556cd28 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 --- 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