Index: lams_central/web/css/components.css
===================================================================
diff -u -rc9082cb1277cf7c0199ee4edb7d02f1358d037cd -r3d7577122201e05495a07b77e10a0846400987f0
--- lams_central/web/css/components.css (.../components.css) (revision c9082cb1277cf7c0199ee4edb7d02f1358d037cd)
+++ lams_central/web/css/components.css (.../components.css) (revision 3d7577122201e05495a07b77e10a0846400987f0)
@@ -99,10 +99,6 @@
color: #696f7d;
}
-.content {
-
-}
-
.content-left {
-ms-flex: 0 0 26.5rem;
flex: 0 0 26.5rem;
@@ -237,9 +233,7 @@
.bbox_body input.form-control {
border: 0.1rem solid #DFDCE9;
border-radius: 1rem;
- height: 3.25rem;
color: black;
- margin-bottom: .5rem;
font-size: 1rem;
}
@@ -417,6 +411,7 @@
user-select: none;
vertical-align: middle;
text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
+ margin-bottom: 0;
}
.switch input ~ label::before, .switch input ~ label::after {
@@ -520,10 +515,6 @@
margin-left: 1rem;
}
-.dropdown-menu {
- margin-top: .75rem;
-}
-
.collapsable-icon-left:after {
font-family: FontAwesome;
content: "\f078";
Index: lams_tool_assessment/web/WEB-INF/tags/Input.tag
===================================================================
diff -u -r023e019feae586433ba4b9086294aab7a424d1f9 -r3d7577122201e05495a07b77e10a0846400987f0
--- lams_tool_assessment/web/WEB-INF/tags/Input.tag (.../Input.tag) (revision 023e019feae586433ba4b9086294aab7a424d1f9)
+++ lams_tool_assessment/web/WEB-INF/tags/Input.tag (.../Input.tag) (revision 3d7577122201e05495a07b77e10a0846400987f0)
@@ -17,7 +17,7 @@
<%@ attribute name="tooltipKey" required="false" rtexprvalue="true" %>
<%@ attribute name="tooltipDescriptionKey" required="false" rtexprvalue="true" %>
-