[Python-checkins] r82411 - tracker/instances/python-dev/html/style.css

ezio.melotti python-checkins at python.org
Wed Jun 30 21:40:51 CEST 2010


Author: ezio.melotti
Date: Wed Jun 30 21:40:51 2010
New Revision: 82411

Log:
Force the [+] button to stay on the same line of the input box.

Modified:
   tracker/instances/python-dev/html/style.css

Modified: tracker/instances/python-dev/html/style.css
==============================================================================
--- tracker/instances/python-dev/html/style.css	(original)
+++ tracker/instances/python-dev/html/style.css	Wed Jun 30 21:40:51 2010
@@ -176,6 +176,7 @@
   color: #333;
   empty-cells: show;
   padding: 5px;
+  white-space: nowrap;
 }
 
 table.form td.optional {


More information about the Python-checkins mailing list