Skip to content

Commit 508dd6a

Browse files
committed
Fix Buttons in Patient Profile
1 parent f57836a commit 508dd6a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

interface/themes/style_purple.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -652,10 +652,7 @@ font-weight: bold;
652652
background: red !important;
653653
}
654654
.css_button span {
655-
background: transparent url( 'theme_assets/bg_button_span.gif' ) no-repeat;
656-
display: block;
657-
line-height: 14px;
658-
padding: 5px 0 5px 10px;
655+
display: inline-block;
659656
}
660657
.sellistclass {
661658
float:left;

interface/themes/style_tan_no_icons.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,7 @@ font-weight: bold;
650650
}
651651

652652
.css_button span {
653-
background: transparent url( 'theme_assets/bg_button_span.gif' ) no-repeat;
654-
display: block;
655-
line-height: 14px;
656-
padding: 5px 0 5px 10px;
653+
display: inline-block;
657654
}
658655
.sellistclass {
659656
float:left;

0 commit comments

Comments
 (0)