Skip to content

Commit

Permalink
Message UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rbertram90 committed Nov 17, 2018
1 parent cb243c2 commit 800465b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/modules/Contributors/src/templates/manage.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="row">
<div class="column">
<h2>Groups</h2>
<p class="ui message">Groups allow you to define the set of actions that a contributor can perform on a granular level</p>
<p class="ui teal message">Groups allow you to define the set of actions that a contributor can perform on a granular level</p>
<div class="ui segments">
{foreach $groups as $group}
<div class="ui segment">
Expand Down
2 changes: 1 addition & 1 deletion app/modules/PostComments/src/templates/comments.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</div>

<p class="info">Total Comments: <strong>{count($comments)}</strong></p>
<p class="ui teal message">Total Comments: <strong>{count($comments)}</strong></p>

{if count($comments) == 0}
<div class="segment">No comments have been made on your posts</div>
Expand Down
12 changes: 7 additions & 5 deletions app/modules/Settings/src/templates/menu.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div class="one column row">
<div class="column">
{viewPageHeader('Settings', 'sliders horizontal', {$blog.name})}
<div class="ui secondary segment">
This section allows you to change the look and feel of the blog.</p>
<div class="ui teal message">
This section allows you to change the look and feel of the blog.
</div>
</div>
</div>
Expand Down Expand Up @@ -42,6 +42,7 @@
<div class="two columns row">

<div class="column">
{*
<div class="ui segment clearing">
<h4 class="ui header">
<i class="paint brush icon"></i>
Expand All @@ -51,6 +52,7 @@
</div>
</h4>
</div>
*}
<div class="ui segment clearing">
<h4 class="ui header">
<i class="columns icon"></i>
Expand All @@ -60,9 +62,6 @@
</div>
</h4>
</div>
</div>

<div class="column">
<div class="ui segment clearing">
<h4 class="ui header">
<i class="calculator icon"></i>
Expand All @@ -72,6 +71,9 @@
</div>
</h4>
</div>
</div>

<div class="column">
<div class="ui segment clearing">
<h4 class="ui header">
<i class="code icon"></i>
Expand Down

0 comments on commit 800465b

Please sign in to comment.