You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/02/10 10:55:02 UTC

svn commit: r1729567 - /steve/trunk/pysteve/www/htdocs/css/steve_interactive.css

Author: humbedooh
Date: Wed Feb 10 09:55:02 2016
New Revision: 1729567

URL: http://svn.apache.org/viewvc?rev=1729567&view=rev
Log:
shrink modal dialog a bit

Modified:
    steve/trunk/pysteve/www/htdocs/css/steve_interactive.css

Modified: steve/trunk/pysteve/www/htdocs/css/steve_interactive.css
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/css/steve_interactive.css?rev=1729567&r1=1729566&r2=1729567&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/css/steve_interactive.css (original)
+++ steve/trunk/pysteve/www/htdocs/css/steve_interactive.css Wed Feb 10 09:55:02 2016
@@ -227,7 +227,7 @@ p {
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   transform: translate(0, 0);
-  top: 20%;
+  top: 10%;
 }
 .modal-dialog {
   background: #fefefe;
@@ -251,7 +251,7 @@ p {
 .modal-body {
   padding: 20px;
   word-wrap: break-word;
-  max-height: 450px;
+  max-height: 325px;
   overflow: auto;
 }
 pre {