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

Shane Bryzak sbryzak at redhat.com
Thu Feb 22 00:51:03 EST 2007


  User: sbryzak2
  Date: 07/02/22 00:51:03

  Modified:    examples/seampay/view   search.xhtml
  Added:       examples/seampay/view   date.css
  Log:
  remove default css
  
  Revision  Changes    Path
  1.10      +2 -1      jboss-seam/examples/seampay/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/view/search.xhtml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- search.xhtml	20 Feb 2007 15:10:50 -0000	1.9
  +++ search.xhtml	22 Feb 2007 05:51:03 -0000	1.10
  @@ -9,6 +9,7 @@
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
       <title>Seam Pay</title>
       <link href="screen.css" rel="stylesheet" type="text/css" />
  +    <link href="date.css" rel="stylesheet" type="text/css" />
   </head>
   <body>
         
  @@ -118,7 +119,7 @@
                                       <s:convertDateTime pattern="MM/dd/yyyy"/>
                                   
                                   </h:inputText>
  -                                <s:selectDate for="paymentDate" defaultCss="true">
  +                                <s:selectDate for="paymentDate">
                                       <h:graphicImage url="img/dtpick.gif" />
                                   </s:selectDate>
   
  
  
  
  1.5       +185 -118  jboss-seam/examples/seampay/view/date.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: date.css
  ===================================================================
  RCS file: date.css
  diff -N date.css
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ date.css	22 Feb 2007 05:51:03 -0000	1.5
  @@ -0,0 +1,185 @@
  +div.seam-date 
  +{
  +  margin-top: 5px;
  +  border: 1px solid #AAAAAA;
  +  background-color: #FFFFFF;  
  +  color: #505050;
  +  font-family: Tahoma, Arial, Helvetica, sans-serif;
  +  font-size: 12px;
  +}
  +
  +table.seam-date td {
  +  font-family: Tahoma, Arial, Helvetica, sans-serif;
  +  font-weight: 11px; 
  +  border: 0px;
  +}
  +
  +.seam-date-monthNames
  +{
  +  width: 70px;
  +  border: 1px solid #dddddd;
  +  border-right: 3px solid #444444;
  +  border-bottom: 3px solid #444444;
  +  background-color: #ffffff; 
  +  font-size: 12px;
  +  cursor: pointer;	
  +  font-family: Tahoma, Arial, Helvetica, sans-serif;
  +  font-weight: normal;
  +}
  +
  +a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
  +{
  +  text-align: center;
  +  display: block;
  +  color: #555555;  
  +}
  +
  +a.seam-date-monthNameLink:hover
  +{ 
  +  background-color: #CCCCCC;
  +  color: red;  
  +}
  +
  +.seam-date-years
  +{
  +  height: 10em;
  +  overflow: auto;
  +  width: 60px;
  +  border: 1px solid #dddddd;
  +  border-right: 3px solid #444444;
  +  border-bottom: 3px solid #444444;
  +  background-color: #ffffff; 
  +  font-size: 12px;
  +  cursor: pointer;	
  +  font-family: Tahoma, Arial, Helvetica, sans-serif;
  +  font-weight: normal;
  +}
  +
  +a.seam-date-yearLink, a.seam-date-yearLink:visited
  +{
  +  text-align: center;
  +  display: block;
  +  color: #555555;    
  +}
  +
  +a.seam-date-yearLink:hover
  +{
  +  background-color: #CCCCCC;
  +  color: red;    
  +}  
  +
  +tr.seam-date-header
  +{
  +  padding: 2px 0px 2px 0px;
  +}
  +  
  +td.seam-date-header
  +{
  +  padding: 0px 8px 0px 8px;
  +  text-align: center;
  +  color: gray;
  +  font-family: Tahoma, Arial, Helvetica, sans-serif;
  +  font-weight: bold;
  +  font-size: 12px;  
  +}
  +
  +td.seam-date-header-prevMonth
  +{
  +  background-image: url("./img/cal-prev.png");
  +  background-repeat: no-repeat;
  +  background-position: center;
  +  padding: 0px 2px 0px 2px;
  +  width: 17px;
  +  height: 16px;
  +  margin-left: 2px;
  +}
  +
  +td.seam-date-header-nextMonth
  +{
  +  background-image: url("./img/cal-next.png");
  +  background-repeat: no-repeat;
  +  background-position: center;
  +  padding: 0px 2px 0px 2px;
  +  width: 17px;
  +  height: 16px;
  +  margin-right: 2px;
  +}
  +
  +tr.seam-date-headerDays
  +{
  +  color: white;
  +  font-weight: normal;
  +}
  +
  +tr.seam-date-headerDays > td
  +{
  +  background-color: #CCCCCC;
  +  border: 1px solid #AAAAAA;
  +  color: white;
  +  text-align: center;
  +  width: 26px;   
  +}
  +
  +tr.seam-date-footer
  +{
  +  background-color: white; 
  +  color: #505050;
  +  font-weight: bold;
  +}
  +
  +tr.seam-date-footer > td
  +{
  +  text-align: center;
  +}
  +
  +td.seam-date-inMonth
  +{
  +  background-color: white; 
  +  color: black;
  +  font-weight: normal;
  +  cursor: pointer;
  +  border: 1px solid #ece9d8;
  +}
  +
  +td.seam-date-outMonth
  +{
  +  background-color: white; 
  +  color: #999999;
  +  font-weight: normal;
  +  cursor: pointer;
  +  border: 1px solid #ece9d8;
  +}
  +
  +td.seam-date-selected
  +{
  +  background-color: #CCCCCC;        
  +  border: 1px solid #AAAAAA; 
  +  color: black;
  +  font-weight: normal;
  +}
  +
  +td.seam-date-dayOff-inMonth
  +{
  +  background-color: #efefef;
  +  color: black;
  +  font-weight: normal;
  +  cursor: pointer;
  +  border: 1px solid #ece9d8;
  +}
  +
  +td.seam-date-dayOff-outMonth
  +{
  +  background-color: #efefef;
  +  color: #999999;
  +  font-weight: normal;
  +  cursor: pointer;
  +  border: 1px solid #ece9d8;
  +}
  +
  +td.seam-date-hover 
  +{
  +  background-color: #CCCCCC;
  +  border: 1px solid #AAAAAA;
  +  cursor: pointer;
  +  color: red;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list