diff --git a/frontend/views/accounts/_team_form.php b/frontend/views/accounts/_team_form.php
index cbe71cc..3e984f6 100644
--- a/frontend/views/accounts/_team_form.php
+++ b/frontend/views/accounts/_team_form.php
@@ -22,7 +22,7 @@
@@ -30,71 +30,75 @@
@@ -111,8 +115,24 @@
\ No newline at end of file
+
\ No newline at end of file
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index 4efe1dd..1b24314 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -6016,11 +6016,19 @@ a {color: #0072bc}
}
}
.input-blocks.admin-currency-first .custom-input-2.custom-input-2-date {width: 66px}
-.input-blocks.admin-currency-first {width: 150px}
-.input-blocks.admin-currency-second {}
+.input-blocks.admin-currency-first {width: 150px; position: }
+.input-blocks.admin-currency-second {
+ margin-left: -61px;
+ box-sizing: border-box;
+ padding-top: 23px;
+}
.input-blocks.admin-currency-second select {
border-radius: 0;
line-height: normal;
+ width: 150px;
+ float: left;
+
+
}
.input-blocks.admin-currency-second select:focus{
box-shadow: 1px 2px 2px 0px rgba(215, 215, 215, 0.75) inset;
--
libgit2 0.21.4