Decrease button size
This commit is contained in:
parent
20d3283e2e
commit
aa714bc309
1 changed files with 3 additions and 3 deletions
|
@ -124,14 +124,14 @@ class Wish
|
||||||
|
|
||||||
<div class="extra content buttons">
|
<div class="extra content buttons">
|
||||||
<?php if (!$userIsCurrent) { ?>
|
<?php if (!$userIsCurrent) { ?>
|
||||||
<a class="ui primary labeled icon button commit">
|
<a class="ui small primary labeled icon button commit">
|
||||||
<i class="shopping cart icon"></i>
|
<i class="shopping cart icon"></i>
|
||||||
Commit
|
Commit
|
||||||
</a>
|
</a>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($this->url) { ?>
|
<?php if ($this->url) { ?>
|
||||||
<a class="ui labeled icon button" href="<?= $this->url ?>" target="_blank">
|
<a class="ui small labeled icon button" href="<?= $this->url ?>" target="_blank">
|
||||||
<i class="external icon"></i>
|
<i class="external icon"></i>
|
||||||
Visit
|
Visit
|
||||||
</a>
|
</a>
|
||||||
|
@ -139,7 +139,7 @@ class Wish
|
||||||
|
|
||||||
<?php if ($userIsCurrent) { ?>
|
<?php if ($userIsCurrent) { ?>
|
||||||
<div class="ui menu">
|
<div class="ui menu">
|
||||||
<div class="ui fluid floating dropdown labeled icon button">
|
<div class="ui small fluid floating dropdown labeled icon button">
|
||||||
<i class="cog icon"></i>
|
<i class="cog icon"></i>
|
||||||
Options
|
Options
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue