Skip to content

Commit c0a6f0d

Browse files
committed
work
1 parent 33811b5 commit c0a6f0d

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

src/main/resources/static/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ div#collapseDescription {
9191
}
9292

9393
#newUser2UserMessageForm {
94-
margin-bottom: 1rem;
94+
margin-bottom: 1rem;
9595
}
9696

9797
#tw-project-submenu-col {
@@ -105,3 +105,4 @@ padding-top: 0.75rem;
105105
margin-top: 0.75rem;
106106
*/
107107
}
108+

src/main/resources/templates/layout/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<header>
2727
<div th:replace="layout/navbartop :: navbartop(contexts=${contexts},locale=${locale},thisProject=${thisProject},numberOfNewIncomingMessages=${numberOfNewIncomingMessages},ctx=${ctx})" >
2828
</div>
29-
<div class="jumbotron" id="tw-title-section">
29+
<div class="jumbotron mt-3" id="tw-title-section">
3030
<div class="container">
3131
<th:block th:replace="${twtitle}" />
3232
</div>

src/main/resources/templates/layout/taskstates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:sd="http://www.thymeleaf.org/spring-data">
66

77
<section th:fragment="navigation-taskstates(rootProjects,thisProject)">
8-
<div class="container" id="taskStateNavigationContainer" sec:authorize="isAuthenticated()">
8+
<div class="container mb-3" id="taskStateNavigationContainer" sec:authorize="isAuthenticated()">
99
<ul id="taskStateNavigation" class="nav nav-tabs">
1010
<li class="nav-item" ondrop="drop2inbox(event)" ondragover="allowDropOfTask(event)">
1111
<a id="taskstate_inbox" th:href="@{/taskstate/inbox}"

src/main/resources/templates/user/register/registerConfirmFailed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})">
1111

1212
<div th:fragment="mytwtitle">
13-
<h1>
13+
<h2>
1414
<span th:utext="#{user.registerNotConfirmed.h1}">Register as new User</span>
15-
</h1>
15+
</h2>
1616
</div>
1717

1818
<div th:fragment="mytwcontent">

src/main/resources/templates/user/selfservice/profile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})">
1111

1212
<div th:fragment="mytwtitle">
13-
<h1>
13+
<h2>
1414
<i class="fas fa-user"></i> &nbsp;
1515
<span th:utext="#{user.selfservice.profile.h1}">User Profile</span>
1616
<small><span sec:authentication="name"></span></small>
17-
</h1>
17+
</h2>
1818
</div>
1919

2020
<div th:fragment="mytwcontent">

0 commit comments

Comments
 (0)