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/05 00:17:01 UTC

[whimsy] branch master updated: Update stylesheets for roster

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 e1b6911  Update stylesheets for roster
e1b6911 is described below

commit e1b6911b6c546d8ed899f098fcbe6bdf9cf2c728
Author: Craig L Russell <ap...@gmail.com>
AuthorDate: Thu Jun 4 17:16:46 2020 -0700

    Update stylesheets for roster
---
 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 aeb4f71..1888e48 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 {height: 2em; margin-left: 2em; padding:0px 20px}
+form.inline button {height: 2em; margin-left: 2em; padding:0px 5px}
 form.inline textarea {height: 20em; width: 60em}
 
 input:disabled[type=submit] {cursor: not-allowed}