From bff2a433954da91c67d6228e2eb76ff074b8d64d Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 7 Jun 2024 12:51:57 +0200 Subject: luci-app-opkg: replace css class right with css class button-row Signed-off-by: Florian Eckert --- applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js index bb21cca687..053d74729f 100644 --- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js +++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js @@ -886,7 +886,7 @@ function handleConfig(ev) }, '%h'.format(conf[file]))); }); - body.push(E('div', { 'class': 'right' }, [ + body.push(E('div', { 'class': 'button-row' }, [ E('div', { 'class': 'btn cbi-button-neutral', 'click': ui.hideModal @@ -1012,7 +1012,7 @@ function handleOpkg(ev) if (res.code !== 0) dlg.appendChild(E('p', _('The opkg %h command failed with code %d.').format(cmd, (res.code & 0xff) || -1))); - dlg.appendChild(E('div', { 'class': 'right' }, + dlg.appendChild(E('div', { 'class': 'button-row' }, E('div', { 'class': 'btn', 'click': L.bind(function(res) { -- cgit v1.2.3