diff --git a/src/main/webapp/WEB-INF/jsp/delete_comment.jsp b/src/main/webapp/WEB-INF/jsp/delete_comment.jsp index fad44f24ce..5b28cecef0 100644 --- a/src/main/webapp/WEB-INF/jsp/delete_comment.jsp +++ b/src/main/webapp/WEB-INF/jsp/delete_comment.jsp @@ -2,7 +2,7 @@ <%@ page contentType="text/html; charset=utf-8" %> <%@ taglib tagdir="/WEB-INF/tags" prefix="lor" %> <%-- - ~ Copyright 1998-2022 Linux.org.ru + ~ Copyright 1998-2023 Linux.org.ru ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at @@ -93,14 +93,14 @@
- +
- +
- +
diff --git a/src/main/webapp/sass/_common.scss b/src/main/webapp/sass/_common.scss index eed34ccd62..36639ee73f 100644 --- a/src/main/webapp/sass/_common.scss +++ b/src/main/webapp/sass/_common.scss @@ -751,7 +751,6 @@ a img { border: none; } white-space: nowrap; text-decoration: none; line-height: 1.4; - margin-top: 0; } #bd .btn-small { diff --git a/src/main/webapp/sass/_form.scss b/src/main/webapp/sass/_form.scss index 67a4beb40e..ad1dfd60a3 100644 --- a/src/main/webapp/sass/_form.scss +++ b/src/main/webapp/sass/_form.scss @@ -51,35 +51,35 @@ select { text-align: right; } -.form-horizontal .controls { +.form-horizontal { + .controls { margin-left: 18rem; -} + } -.control-group { - margin-bottom: 0.7rem; -} - -.form-horizontal .control-group { - @include clearfix; -} + .btn { + margin-top: 1em; + } -.form-horizontal .controls { - margin-left: 18rem; -} + .control-group { + @include clearfix; + } -.form-horizontal input { + input { width: 20rem; max-width: 100%; -} + } -.form-horizontal select { + select { width: 20rem; max-width: 100%; + } + + margin-top: 1rem; + margin-bottom: 1rem; } -.form-horizontal { - margin-top: 1rem; - margin-bottom: 1rem; +.control-group { + margin-bottom: 0.7rem; } .help-inline {