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

Gavin King gavin.king at jboss.com
Sun Mar 18 15:21:27 EDT 2007


  User: gavin   
  Date: 07/03/18 15:21:27

  Modified:    examples/booking/view/css  screen.css
  Log:
  use s:decorateAll
  
  Revision  Changes    Path
  1.11      +17 -8     jboss-seam/examples/booking/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/booking/view/css/screen.css,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- screen.css	17 Feb 2007 02:56:46 -0000	1.10
  +++ screen.css	18 Mar 2007 19:21:27 -0000	1.11
  @@ -1,6 +1,6 @@
   /* Setup defaults since variable in browsers
   ----------------------------------------------- */
  -body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
  +body, div, span, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
   	margin: 0;
   	padding: 0;
   }
  @@ -39,7 +39,8 @@
   	padding: 4px;
   	margin: 5px 0;
   	background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
  -}ol, ul {
  +}
  +ol, ul {
   	margin: 10px 0px 10px 6px;
   }
   li {
  @@ -117,14 +118,19 @@
   	text-align: right;
   }
   .entry .output {
  -	float: left;
  -	width: 250px;
  +	float: right;
  +	width: 360px;
   	padding-top: 10px;
   	text-align: left;
   }
   .entry .input {
  -	float: left;
  -	width: 250px;
  +	float: right;
  +	width: 360px;
  +	text-align: left;
  +}
  +.entry .errors {
  +	float: right;
  +	width: 360px;
   	text-align: left;
   }
   /* Sidebar
  @@ -142,6 +148,9 @@
   .errors div {
   	text-align: left;
   }
  +.errors span {
  +	text-align: left;
  +}
   .errors input {
   	border: 1px solid #600;
   }
  @@ -224,10 +233,10 @@
   	float: left;
   	width: 66%;
   }
  -#radio table {
  +#content table.radio {
   	border: 0px;
   }
  -#radio table tr td {
  +#content table.radio tbody tr td {
   	border: 0px;
   	border-left: 0px;
   	border-bottom: 0px;
  
  
  



More information about the jboss-cvs-commits mailing list