[jboss-cvs] JBossBlog SVN: r281 - in trunk/view: manage/shotoku and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 31 11:48:18 EDT 2008


Author: adamw
Date: 2008-03-31 11:48:18 -0400 (Mon, 31 Mar 2008)
New Revision: 281

Modified:
   trunk/view/manage/remote/remote_mod.xhtml
   trunk/view/manage/shotoku/shotoku_mod.xhtml
   trunk/view/stylesheet/blog.css
Log:


Modified: trunk/view/manage/remote/remote_mod.xhtml
===================================================================
--- trunk/view/manage/remote/remote_mod.xhtml	2008-03-29 16:59:36 UTC (rev 280)
+++ trunk/view/manage/remote/remote_mod.xhtml	2008-03-31 15:48:18 UTC (rev 281)
@@ -109,13 +109,13 @@
         <s:fragment rendered="#{remoteFeedMod.parseOk and new}">
             <li>
                 <h:commandButton value="Next &#187;" action="#{remoteFeedMod.saveNew}"
-                                 styleClass="submit_first" />
+                                 styleClass="submit" />
             </li>
         </s:fragment>
         <s:fragment rendered="#{remoteFeedMod.parseOk and !new}">
             <li>
                 <h:commandButton value="Save" action="#{remoteFeedMod.saveExisting}"
-                                 styleClass="submit_first" />
+                                 styleClass="submit" />
             </li>
         </s:fragment>
         <s:fragment rendered="#{!remoteFeedMod.parseOk and !new}">

Modified: trunk/view/manage/shotoku/shotoku_mod.xhtml
===================================================================
--- trunk/view/manage/shotoku/shotoku_mod.xhtml	2008-03-29 16:59:36 UTC (rev 280)
+++ trunk/view/manage/shotoku/shotoku_mod.xhtml	2008-03-31 15:48:18 UTC (rev 281)
@@ -131,7 +131,7 @@
         <s:fragment rendered="#{shotokuFeedMod.pathOk and new}">
             <li>
                 <h:commandButton value="Next &#187;" action="#{shotokuFeedMod.saveNew}"
-                                 styleClass="submit_first" />
+                                 styleClass="submit" />
             </li>
         </s:fragment>
         <s:fragment rendered="#{shotokuFeedMod.pathOk and !new}">

Modified: trunk/view/stylesheet/blog.css
===================================================================
--- trunk/view/stylesheet/blog.css	2008-03-29 16:59:36 UTC (rev 280)
+++ trunk/view/stylesheet/blog.css	2008-03-31 15:48:18 UTC (rev 281)
@@ -98,11 +98,12 @@
 }
 
 span.info {
-    color: black;
-    background-color: #fef9e6;
-    border: 1px solid #f9ba82;
-    padding: 5px;
-    display: block;
+	background-color:#FEF9E6;
+	border:1px solid #F9BA82;
+	color:#535353;
+	font-size:10px;
+	display:block;
+	padding:12px;
 }
 
 span.required {



More information about the jboss-cvs-commits mailing list