You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2020/06/04 22:50:44 UTC

[whimsy] branch master updated: Reposition Member status buttons

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 328c953  Reposition Member status buttons
     new 095305c  Merge branch 'master' of github.com:apache/whimsy
328c953 is described below

commit 328c9533bdc463d5d5dc66b585ae1705692fae0c
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Thu Jun 4 15:49:25 2020 -0700

    Reposition Member status buttons
---
 www/roster/public/stylesheets/app.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/public/stylesheets/app.css b/www/roster/public/stylesheets/app.css
index 175fae8..aeb4f71 100644
--- a/www/roster/public/stylesheets/app.css
+++ b/www/roster/public/stylesheets/app.css
@@ -59,7 +59,7 @@ pre.wide:hover {overflow-x: scroll}
 form.inline {display: inline}
 form.inline div label {min-width: 7em; text-align: right}
 form.inline div input {min-width: 20em}
-form.inline button {margin-left: 10em}
+form.inline button {height: 2em; margin-left: 2em; padding:0px 20px}
 form.inline textarea {height: 20em; width: 60em}
 
 input:disabled[type=submit] {cursor: not-allowed}