You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/04/22 01:33:39 UTC

[whimsy] branch master updated: change to flex to prevent 'rippling'

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  264d9cf   change to flex to prevent 'rippling'
264d9cf is described below

commit 264d9cf9f530e3d6a4de16582c2b179e5c383e3f
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Apr 21 19:33:12 2016 -0400

    change to flex to prevent 'rippling'
---
 www/board/agenda/public/stylesheets/app.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/board/agenda/public/stylesheets/app.css b/www/board/agenda/public/stylesheets/app.css
index 2e918e4..8869678 100644
--- a/www/board/agenda/public/stylesheets/app.css
+++ b/www/board/agenda/public/stylesheets/app.css
@@ -417,7 +417,8 @@ dl.chatlog dd.info {
 }
 
 #rollcall li {
-  line-height: 180%;
+  display: flex;
+  height: 30px;
 }
 
 #rollcall ul li input[type=checkbox] {
@@ -435,9 +436,8 @@ dl.chatlog dd.info {
 }
 
 #rollcall ul li:hover input[type=text] {
-  display: inline;
-  height: 100%;
-  line-height: 100%;
+  display: inline-block;
+  margin-bottom: 10px;
 }
 
 #rollcall ul li:hover span {

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].