From c814e041f5598752ce820616a9904ed4595cf424 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 2 Nov 2017 08:38:05 -0700 Subject: [PATCH] x-editable input style tweak --- e107_themes/bootstrap3/admin_style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 04333d7ab..246ebba5b 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1698,8 +1698,9 @@ td img.thumbnail { margin-bottom:0 } -.editableform-loading:before { font-size:24px; font-family: "FontAwesome"; content: '\f110'; -} +.editableform-loading:before { font-size:24px; font-family: "FontAwesome"; content: '\f110'; } + +.editable-input input[type=text] { padding-top: 1px; padding-bottom: 1px; } tr.highlight-odd, .table-striped > tbody > tr.highlight-odd { background-color: rgba(0,0,0,0.15); } tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-color: rgba(0,0,0,0.15); }