Skip to content

Commit

Permalink
fixed minor UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 2, 2020
1 parent 7cb39b8 commit 6357211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/static/styles/style.css
Expand Up @@ -187,7 +187,8 @@ kbd {
text-align: center;
line-height: 1.2em;
font-size: 1.2em;
margin: 3px 0;
margin-bottom: 15px;
padding: 15px;
}
.gmap {
height: 300px;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/profile.vm
Expand Up @@ -114,7 +114,7 @@
<div class="aboutme">
<div class="row valign-wrapper">
<div class="col s8">
<h2>$!{lang.get("profile.about.title")}</h2>
<h3>$!{lang.get("profile.about.title")}</h3>
</div>
<div class="col s4 r">
#if ($canEdit)
Expand Down Expand Up @@ -178,7 +178,7 @@
</div>

#if ($canEdit)
<div id="about-edit" class="editbox lightgraybg pal ${hideedit1}">
<div id="about-edit" class="editbox lightgraybg ${hideedit1}">
<form method="post" id="about-edit-form" action="$profilelink/$!showUser.creatorid">
#sectoken(false)
#if($nameEditsAllowed)
Expand Down

0 comments on commit 6357211

Please sign in to comment.