[jboss-cvs] jboss-seam/examples/blog/view ...

Gavin King gavin.king at jboss.com
Wed Oct 11 01:23:22 EDT 2006


  User: gavin   
  Date: 06/10/11 01:23:22

  Modified:    examples/blog/view     accessible.css menu.xhtml nav.xhtml
                        screen.css
  Log:
  improve css use
  
  Revision  Changes    Path
  1.5       +13 -0     jboss-seam/examples/blog/view/accessible.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: accessible.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/accessible.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- accessible.css	11 Oct 2006 05:14:25 -0000	1.4
  +++ accessible.css	11 Oct 2006 05:23:22 -0000	1.5
  @@ -69,6 +69,19 @@
   .blogEntry {
     margin-top: 20px;
   }
  +.menuItem {
  +  padding-left: 15px;
  +}
   .hilite input:focus, .hilite textarea:focus {
     background: #FFFF80;
   }
  \ No newline at end of file
  +.errors {
  +  color: red;
  +}
  +.errors input {
  +  color: red;
  +  border: 1px solid red;
  +}
  +.errors textarea {
  +  border: 1px solid red;
  +}
  \ No newline at end of file
  
  
  
  1.2       +11 -7     jboss-seam/examples/blog/view/menu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: menu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/menu.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- menu.xhtml	11 Oct 2006 05:14:25 -0000	1.1
  +++ menu.xhtml	11 Oct 2006 05:23:22 -0000	1.2
  @@ -3,12 +3,16 @@
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core">
   
  +   <span class="menuItem">
      <h:inputText value="#{searchService.searchPattern}"/>
      <h:commandButton value="Search" action="/search.xhtml"/>
  -   &#160;&#160;
  +   </span>
  +   
  +   <span class="menuItem">
      <h:selectOneMenu value="#{themeSelector.theme}">
         <f:selectItems value="#{themeSelector.themes}"/>
      </h:selectOneMenu>
      <h:commandButton action="#{themeSelector.select}" value="Select Theme"/>
  +   </span>
   
   </h:form>
  
  
  
  1.2       +3 -0      jboss-seam/examples/blog/view/nav.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: nav.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/nav.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- nav.xhtml	11 Oct 2006 05:14:25 -0000	1.1
  +++ nav.xhtml	11 Oct 2006 05:23:22 -0000	1.2
  @@ -7,8 +7,11 @@
           [All posts]
           <f:param name="searchPattern" value=""/>
        </h:outputLink>
  +     
        <h:outputLink value="index.xhtml">[Recent posts]</h:outputLink>
  +     
        <h:outputLink value="post.xhtml">[Write new post]</h:outputLink>
  +     
        <h:outputLink value="index.rss">[RSS]</h:outputLink>
   
   </span>
  
  
  
  1.7       +3 -0      jboss-seam/examples/blog/view/screen.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: screen.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/screen.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- screen.css	11 Oct 2006 05:14:25 -0000	1.6
  +++ screen.css	11 Oct 2006 05:23:22 -0000	1.7
  @@ -69,6 +69,9 @@
   .blogEntry {
     margin-top: 20px;
   }
  +.menuItem {
  +  padding-left: 15px;
  +}
   .errors {
     color: red;
   }
  
  
  



More information about the jboss-cvs-commits mailing list