You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/03/17 22:57:47 UTC

[whimsy.git] [1/1] Commit d24546b: tweak style for phones

Commit d24546bc558e8d59c31d43c54c84578359172508:
    tweak style for phones


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/board/agenda/views/feedback.html.rb                      | ++++ ---
------------------------------------------------------------
7 changes: 4 additions, 3 deletions.
------------------------------------------------------------


diff --git a/www/board/agenda/views/feedback.html.rb b/www/board/agenda/views/feedback.html.rb
index a5af238..6f002f4 100644
--- a/www/board/agenda/views/feedback.html.rb
+++ b/www/board/agenda/views/feedback.html.rb
@@ -2,17 +2,18 @@
   _head do
     _style %{
       div:empty {display: none}
+      .feedback pre {min-width: 640px; display: inline-block}
     }
   end
 
-  _body do
+  _body.feedback do
     _div.alert
 
-    _form method: 'post' do
+    _form_ method: 'post' do
       _button.btn.btn_primary 'Send email', type: 'submit', disabled: true
     end
 
-    _p 'loading'
+    _p_ 'loading'
 
     _script %{
       var button = document.querySelector('button');