From 5038258e6fabe1443c4c0b008284b1b1639bf6a7 Mon Sep 17 00:00:00 2001 From: Shubhangi Pandey Date: Sat, 4 Apr 2020 23:22:11 +0530 Subject: [PATCH 1/2] Fix button css in message and reminder center --- interface/themes/style_purple.css | 18 ++++++++++-------- interface/themes/style_tan_no_icons.css | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/interface/themes/style_purple.css b/interface/themes/style_purple.css index 4d83f1af6..bf6cbb9ea 100644 --- a/interface/themes/style_purple.css +++ b/interface/themes/style_purple.css @@ -636,15 +636,17 @@ font-weight: bold; } .css_button, a[role="button"] { - background: transparent url( 'theme_assets/bg_button_a.gif' ) no-repeat scroll top right; - color: #444; - display: block; - float: left; - font: bold 10px arial, sans-serif; - height: 24px; - margin-right: 3px; - padding-right: 10px; /* sliding doors padding */ + display: inline-block; + font-weight: 300; + margin: 4px; + vertical-align: middle; + /* sliding doors padding */ text-decoration: none; + padding: 4px 6px 4px; + border: none; + border-radius: 5px; + font-size:0.8em; + box-shadow: 2px 1px 4px #88888B; } .css_button[href*="deleter"], input[type="button"][href*="deleter"], button[href*="deleter"], input[type="button"][class="deleter"], button[href*="deleter"], a[class="deleter"] { background: red !important; diff --git a/interface/themes/style_tan_no_icons.css b/interface/themes/style_tan_no_icons.css index 829b0d0dd..2c014f459 100644 --- a/interface/themes/style_tan_no_icons.css +++ b/interface/themes/style_tan_no_icons.css @@ -636,15 +636,17 @@ font-weight: bold; } .css_button, a[role="button"] { - background: transparent url( 'theme_assets/bg_button_a.gif' ) no-repeat scroll top right; - color: #444; - display: block; - float: left; - font: bold 10px 'FontAwesome',arial, sans-serif; - height: 24px; - margin-right: 3px; - padding-right: 10px; /* sliding doors padding */ + display: inline-block; + font-weight: 300; + margin: 4px; + vertical-align: middle; + /* sliding doors padding */ text-decoration: none; + padding: 4px 6px 4px; + border: none; + border-radius: 5px; + font-size:0.8em; + box-shadow: 2px 1px 4px #88888B; } .css_button span { From bb07bda5ad0c0753d3f50c6dcc53b72773acc283 Mon Sep 17 00:00:00 2001 From: Shubhangi Pandey Date: Wed, 8 Apr 2020 20:42:47 +0530 Subject: [PATCH 2/2] 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;