[jboss-cvs] jboss-seam/seam-gen/view/stylesheet ...

Shane Bryzak sbryzak at redhat.com
Tue Feb 20 10:18:31 EST 2007


  User: sbryzak2
  Date: 07/02/20 10:18:31

  Modified:    seam-gen/view/stylesheet  theme.css
  Log:
  selectDate changes
  
  Revision  Changes    Path
  1.9       +151 -239  jboss-seam/seam-gen/view/stylesheet/theme.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: theme.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/stylesheet/theme.css,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- theme.css	31 Jan 2007 04:45:37 -0000	1.8
  +++ theme.css	20 Feb 2007 15:18:31 -0000	1.9
  @@ -165,91 +165,3 @@
   .errors input {
   	border: 1px solid red;
   }
  -
  -/* Seam Date Picker */
  -
  -/* the div that holds the date picker calendar */
  -.seam-date {
  -    width: 300px;
  -}
  -
  -
  -/* the table (within the div) that holds the date picker calendar */
  -.seam-date table {
  -    font-family: Tahoma, Arial, Helvetica, sans-serif;
  -    font-size: 12px;
  -    text-align: center;
  -    color: #505050;
  -    background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
  -    background-color: #FFFFFF;
  -    border: 1px solid #AAAAAA;
  -    margin-top: 5px;
  -}
  -
  -
  -.seam-date-title div {
  -    font-size: 12px;
  -    color: gray;
  -    font-weight: bold;
  -}
  -
  -
  -/* the forward/backward buttons at the top */
  -.seam-date-title button{
  -    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  -    font-size: 10px;
  -    color: gray;
  -    background: #FFFFFF;
  -    font-weight: bold;
  -    padding: 0px;
  -    border: 1px solid #AAAAAA;
  -}
  -
  -
  -/* the "This Month" and "Close" buttons at the bottom */
  -.seam-date-footer {
  -	display: none;
  -}
  -
  -.seam-date-footer button {
  -    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  -    font-size: 10px;
  -    color: gray;
  -    background: #FFFFFF;
  -    font-weight: bold;
  -    border: 1px solid #AAAAAA;
  -}
  -
  -
  -
  -/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
  -.seam-date-header td {
  -    background-color: #CCCCCC;
  -    border: 1px solid #AAAAAA;
  -    color: white;
  -    width: 14%;
  -}
  -
  -
  -
  -/* a table cell that holds a date number (either blank or 1-31) */
  -.seam-date-week td.seam-date-day {
  -    border: 1px solid #ece9d8;
  -    width: 14%;
  -}
  -
  -/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
  -.seam-date-week td.seam-date-hover  {
  -    background-color: #CCCCCC;
  -    border: 1px solid #AAAAAA;
  -    cursor: pointer;
  -    color: red;
  -}
  -
  -
  -/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
  -.seam-date-week td.seam-date-selected {
  -    background-color: #CCCCCC;        
  -    border: 1px solid #AAAAAA;
  -    font-weight: bold;
  -}
  
  
  



More information about the jboss-cvs-commits mailing list