[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian at hibernate.org
Mon May 7 07:42:32 EDT 2007


  User: cbauer  
  Date: 07/05/07 07:42:32

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Switched to tabbed ajax forms
  
  Revision  Changes    Path
  1.28      +20 -41    jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- template.css	5 May 2007 00:34:13 -0000	1.27
  +++ template.css	7 May 2007 11:42:32 -0000	1.28
  @@ -195,10 +195,15 @@
   /* Messages
   ----------------------------------------------- */
   
  -#messageBox {
  +.messageBox {
       background-color: #87786e;
       width: auto;
  -    margin-bottom: 10px;
  +}
  +
  +.messageBox table {
  +    padding: 0;
  +    margin: 0;
  +    border:0;
   }
   
   .infoMessage {
  @@ -226,13 +231,13 @@
   	color: #600;
   }
   
  -#messageBox .attentionImage {
  +.messageBox .attentionImage {
       vertical-align: text-top;
       padding-left: 10px;
       padding-right: 10px;
   }
   
  -#messageBox .attentionMessage {
  +.messageBox .attentionMessage {
       font-size: 85%;
       font-weight: bold;
       color: #fff;
  @@ -243,7 +248,7 @@
   
   .documentDisplay {
       background-color: #fff;
  -    margin-top: -10px;
  +    margin-top: 10px;
   }
   
   .attachmentDisplay {
  @@ -358,33 +363,13 @@
   /* Forms
   ----------------------------------------------- */
   
  -.form {}
  -
  -.formPanel {
  -    border-left: 1px solid #C3BBB6;
  -    border-right: 1px solid #C3BBB6;
  -    border-bottom: 1px solid #C3BBB6;
  -    border-top: 1px solid #C3BBB6;
  -    margin: 0;
  -    padding: 0;
  -    background-color: #f5f5f5;
  -}
  -
  -/* TODO: Currently not used, bug in Richfaces... http://jira.jboss.com/jira/browse/RF-67 */
  -.formPanelHeader {
  -    border: 0;
  -    margin: 0;
  -    padding-left: 13px;
  -    padding-top: 3px;
  -    padding-bottom: 3px;
  -    color: #555;
  -    background: #fff url(../img/th.bg.gif ) 0 0 repeat-x;
  +.form {
  +    margin-top: 10px;
   }
   
   .formListGridColumn {
       vertical-align: top;
  -    padding-left: 10px;
  -    padding-right: 10px;
  +    padding: 10px;
   }
   
   .formListTable {
  @@ -429,7 +414,7 @@
   }
   
   .formControls {
  -    background: #c2bcaf url(../img/th.bg.inverse.gif) 0 0 repeat-x;
  +    background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
       padding: 5px;
   }
   
  @@ -443,7 +428,7 @@
       padding-top: 1px;
       padding-right: 2%;
       font-size: 85%;
  -    width: 10%;
  +    width: 15%;
   	text-align: right;
   }
   
  @@ -458,7 +443,7 @@
   }
   
   .wideLabels .entry .label {
  -    width: 25%;
  +    width: 30%;
   }
   
   .errorDiv {
  @@ -475,6 +460,7 @@
       border-top: 1px solid #C3BBB6;
       border-left: 1px solid #C3BBB6;
       border-right: 1px solid #C3BBB6;
  +    margin-top: 10px;
   }
   
   .directoryPathPanel .directoryButton {
  @@ -727,7 +713,7 @@
   -----------------------------------------------*/
   
   #contentTextEdit {
  -    margin-left: 12%;
  +    margin-left: 17%;
       margin-bottom: 15px;
   }
   
  @@ -819,14 +805,10 @@
       list-style: none;
       margin: 0;
       padding: 0;
  -    background-color: red;
       border-left: 1px solid #C3BBB6;
  +    overflow: auto;
   }
  -.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  -    display: none;
  -    clear: both;
  -    content: " ";
  -}
  +
   .tabs-nav li {
       float: left;
       margin: 0;
  @@ -841,7 +823,6 @@
       padding-bottom: 5px;
       border-top: 1px solid #C3BBB6;
       border-right: 1px solid #C3BBB6;
  -    border-bottom: 1px solid #C3BBB6;
   }
   .tabs-nav a {
       color: #962325
  @@ -875,7 +856,5 @@
       border-top: 1px solid #C3BBB6;
       border-left: 1px solid #C3BBB6;
       border-right: 1px solid #C3BBB6;
  -    padding-top: 35px;
  -    padding-bottom: 10px;
       background: #f5f5f5; /* declare background color for container to avoid distorted fonts in IE while fading */
   }
  
  
  



More information about the jboss-cvs-commits mailing list