diff --git a/frontend-electron/assets/css/design.css b/frontend-electron/assets/css/design.css index a6c2e3e..49fd001 100644 --- a/frontend-electron/assets/css/design.css +++ b/frontend-electron/assets/css/design.css @@ -325,12 +325,19 @@ textarea:hover{ } .transparent-button{ - display: inline-block; - height: 19px; + display: inline-flex; + align-items: center; + justify-content: center; + box-sizing: border-box; + min-width: 40px; + height: 24px; + padding: 0 6px; border: #646E76 solid 1px; - position: relative; - bottom: 2px; - padding: 3px; + font-size: 12px; + line-height: 1; + white-space: nowrap; + cursor: pointer; + vertical-align: middle; } .transparent-button:hover{ background-color: #646E76; diff --git a/frontend-web/assets/css/design.css b/frontend-web/assets/css/design.css index d8259b4..ee8a09d 100644 --- a/frontend-web/assets/css/design.css +++ b/frontend-web/assets/css/design.css @@ -355,12 +355,19 @@ textarea:hover{ } .transparent-button{ - display: inline-block; - height: 19px; + display: inline-flex; + align-items: center; + justify-content: center; + box-sizing: border-box; + min-width: 40px; + height: 24px; + padding: 0 6px; border: #646E76 solid 1px; - position: relative; - bottom: 2px; - padding: 3px; + font-size: 12px; + line-height: 1; + white-space: nowrap; + cursor: pointer; + vertical-align: middle; } .transparent-button:hover{ background-color: #646E76; diff --git a/frontend-web/assets/images/hospital_bg_label.jpg b/frontend-web/assets/images/hospital_bg_label.jpg new file mode 100644 index 0000000..7ddfd88 Binary files /dev/null and b/frontend-web/assets/images/hospital_bg_label.jpg differ