Skip to content

Commit

Permalink
Fix Buttons in Patient Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
meshubhangi committed Apr 8, 2020
1 parent f57836a commit 508dd6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions interface/themes/style_purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 1 addition & 4 deletions interface/themes/style_tan_no_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 508dd6a

Please sign in to comment.