Author: snoopdave
Date: Sun Mar  6 16:50:40 2011
New Revision: 1078513

URL: http://svn.apache.org/viewvc?rev=1078513&view=rev
Log:
Small tweak to comment form layout to ensure fields don't wrap.

Removed:
    roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/theme.css
Modified:
    roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/basic-custom.css
    
roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/brushedmetal-custom.css
    roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/entry.vm
    roller/trunk/weblogger-webapp/src/main/webapp/themes/sotto/sotto-custom.css

Modified: 
roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/basic-custom.css
URL: 
http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/basic-custom.css?rev=1078513&r1=1078512&r2=1078513&view=diff
==============================================================================
--- roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/basic-custom.css 
(original)
+++ roller/trunk/weblogger-webapp/src/main/webapp/themes/basic/basic-custom.css 
Sun Mar  6 16:50:40 2011
@@ -216,6 +216,9 @@ label.choice{
     width: 80%;
 }
 
+div.comments-form form ul {
+   width:40em;
+}
 
 /*-------------------------------------------------------------
 Basic theme styles

Modified: 
roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/brushedmetal-custom.css
URL: 
http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/brushedmetal-custom.css?rev=1078513&r1=1078512&r2=1078513&view=diff
==============================================================================
--- 
roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/brushedmetal-custom.css
 (original)
+++ 
roller/trunk/weblogger-webapp/src/main/webapp/themes/brushedmetal/brushedmetal-custom.css
 Sun Mar  6 16:50:40 2011
@@ -210,6 +210,10 @@ label.choice{
     padding: 4px 0 5px 0;
     width: 80%;
 }
+div.comments-form form ul {
+   width:40em;
+}
+
 
 
 /*-------------------------------------------------------------

Modified: roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/entry.vm
URL: 
http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/entry.vm?rev=1078513&r1=1078512&r2=1078513&view=diff
==============================================================================
--- roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/entry.vm 
(original)
+++ roller/trunk/weblogger-webapp/src/main/webapp/themes/fauxcoly/entry.vm Sun 
Mar  6 16:50:40 2011
@@ -137,6 +137,9 @@
         color: #444;
         width: 80%;
     }
+       div.comments-form form ul {
+          width:40em;
+       }
     </style>
     <link rel="stylesheet" type="text/css" href='$url.page("custom.css")' />
 </head>

Modified: 
roller/trunk/weblogger-webapp/src/main/webapp/themes/sotto/sotto-custom.css
URL: 
http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/themes/sotto/sotto-custom.css?rev=1078513&r1=1078512&r2=1078513&view=diff
==============================================================================
--- roller/trunk/weblogger-webapp/src/main/webapp/themes/sotto/sotto-custom.css 
(original)
+++ roller/trunk/weblogger-webapp/src/main/webapp/themes/sotto/sotto-custom.css 
Sun Mar  6 16:50:40 2011
@@ -223,6 +223,9 @@ label.choice{
     color: #444;
     width: 80%;
 }
+div.comments-form form ul {
+   width:40em;
+}
 
 /**
   * STANDARD ELEMENTS


Reply via email to