From bb07bda5ad0c0753d3f50c6dcc53b72773acc283 Mon Sep 17 00:00:00 2001 From: Shubhangi Pandey Date: Wed, 8 Apr 2020 20:42:47 +0530 Subject: [PATCH] Fix buttons in patient profile section --- interface/themes/style_purple.css | 5 +---- interface/themes/style_tan_no_icons.css | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/interface/themes/style_purple.css b/interface/themes/style_purple.css index bf6cbb9ea..b713acac4 100644 --- a/interface/themes/style_purple.css +++ b/interface/themes/style_purple.css @@ -652,10 +652,7 @@ font-weight: bold; background: red !important; } .css_button span { - background: transparent url( 'theme_assets/bg_button_span.gif' ) no-repeat; - display: block; - line-height: 14px; - padding: 5px 0 5px 10px; + display: inline-block; } .sellistclass { float:left; diff --git a/interface/themes/style_tan_no_icons.css b/interface/themes/style_tan_no_icons.css index 2c014f459..84f58f120 100644 --- a/interface/themes/style_tan_no_icons.css +++ b/interface/themes/style_tan_no_icons.css @@ -650,10 +650,7 @@ font-weight: bold; } .css_button span { - background: transparent url( 'theme_assets/bg_button_span.gif' ) no-repeat; - display: block; - line-height: 14px; - padding: 5px 0 5px 10px; + display: inline-block; } .sellistclass { float:left;