[jboss-cvs] jboss-seam/examples/jpa/view/css ...

Gavin King gavin.king at jboss.com
Tue Nov 14 00:51:00 EST 2006


  User: gavin   
  Date: 06/11/14 00:51:00

  Modified:    examples/jpa/view/css  screen.css
  Log:
  s:button
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/jpa/view/css/screen.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: screen.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/view/css/screen.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- screen.css	8 Nov 2006 09:38:59 -0000	1.1
  +++ screen.css	14 Nov 2006 05:51:00 -0000	1.2
  @@ -93,7 +93,7 @@
   }
   /* General
   ----------------------------------------------- */
  -.button {
  +input[type="submit"], input[type="button"] {
   	font-weight: bold;
   	color: #fff;
   	border: 1px solid #5D1414;
  @@ -260,7 +260,7 @@
   #pgHome #content {
   	margin-top: 183px;
   }
  -#pgHome .button {
  +#pgHome input[type="submit"] {
   	height: 30px;
   }
   /* Date Picker 
  
  
  



More information about the jboss-cvs-commits mailing list