diff options
Diffstat (limited to 'src/web/_views/modal/new_post.php')
-rw-r--r-- | src/web/_views/modal/new_post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/modal/new_post.php b/src/web/_views/modal/new_post.php index c9e9c7f..66e6561 100644 --- a/src/web/_views/modal/new_post.php +++ b/src/web/_views/modal/new_post.php @@ -9,7 +9,7 @@ <?=pfp($user)?> <div class="col ml"> <strong><?=$user['first_name'] . ' ' . $user['last_name']?></strong> - <span class="dim"><?=ucfirst(lang('now'))?></span> + <span class="subtext"><?=ucfirst(lang('now'))?></span> </div> </div> <textarea @@ -22,7 +22,7 @@ <div class="modal-footer"> <?=ilang('action_submit', id: 'new-post-submit', - class: 'btn btn-wide btn-submit', + class: 'btn btn-submit btn-alt grow', attrs: array('type' => 'submit'), button: TRUE )?> |