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

Christian Bauer christian at hibernate.org
Wed Apr 4 06:38:13 EDT 2007


  User: cbauer  
  Date: 07/04/04 06:38:13

  Modified:    examples/wiki/view/themes/default/css   blogDirectory.css
                        template.css
  Log:
  Switched to AJAX forms
  
  Revision  Changes    Path
  1.4       +3 -1      jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogDirectory.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- blogDirectory.css	21 Mar 2007 19:38:47 -0000	1.3
  +++ blogDirectory.css	4 Apr 2007 10:38:13 -0000	1.4
  @@ -1,6 +1,8 @@
   #blogHeader {
       white-space: nowrap;
  -    padding: 10px;
  +    margin-bottom: 10px;
  +    padding-left: 10px;
  +    padding-right: 10px;
   }
   
   #blogTitle {
  
  
  
  1.17      +80 -42    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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- template.css	2 Apr 2007 18:25:07 -0000	1.16
  +++ template.css	4 Apr 2007 10:38:13 -0000	1.17
  @@ -91,6 +91,10 @@
   #body {
       background-color: #fff;
   	margin-left: 15%;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    padding-top: 10px;
  +    padding-bottom: 10px;
   }
   
   #control {
  @@ -116,7 +120,9 @@
       font-size: 1px;
   }
   
  -#content {}
  +#content {
  +    background-color: #fff;
  +}
   
   #footer {
   	clear: both;
  @@ -145,7 +151,9 @@
   #messageBox {
       background-color: #87786e;
       width: auto;
  +    margin-bottom: 10px;
   }
  +
   .infoMessage {
       font-size: 85%;
       font-weight: bold;
  @@ -160,7 +168,7 @@
   
   .attentionImage {
       vertical-align: text-top;
  -    padding-left: 12%;
  +    padding-left: 10px;
       padding-right: 10px;
       padding-top: 2px;
       padding-bottom: 2px;
  @@ -187,8 +195,8 @@
   ----------------------------------------------- */
   
   .documentDisplay {
  -    padding-left: 10px;
  -    padding-right: 10px;
  +    background-color: #fff;
  +    margin-top: -10px;
   }
   
   .attachmentDisplay {
  @@ -293,9 +301,50 @@
   
   .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;
  +}
  +
  +.formListGridColumn {
  +    vertical-align: top;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +}
  +
  +.formListTable {
  +    border: 1px solid #C3BBB6;
  +}
  +
  +.formListItem {
  +    background: #fff url(../img/th.bg.gif ) 0 0 repeat-x;
  +    font-size: 85%;
  +    padding: 3px;
  +}
  +
  +.selectedItem {
  +    color: #555;
  +}
  +
   .formHead {
       text-align: left;
  -    background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
  +    background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
       font-size: 85%;
       font-weight: bold;
       color: #555;
  @@ -303,20 +352,25 @@
       padding-right: 10px;
       padding-top: 5px;
       padding-bottom: 5px;
  +    border-top: 1px solid #C3BBB6;
  +    border-left: 1px solid #C3BBB6;
  +    border-right: 1px solid #C3BBB6;
   }
   
   .formFields {
       padding-top: 10px;
       padding-bottom: 10px;
  +    background-color: #f5f5f5;
   }
   
  -.formFieldsWideLabels {
  -    padding-top: 10px;
  -    padding-bottom: 10px;
  +.formBorder {
  +    border-left: 1px solid #C3BBB6;
  +    border-right: 1px solid #C3BBB6;
  +    border-bottom: 1px solid #C3BBB6;
   }
   
   .formControls {
  -    background: #c2bcaf url(../img/th.bg.gif) 0 0 repeat-x;
  +    background: #c2bcaf url(../img/th.bg.inverse.gif) 0 0 repeat-x;
       padding: 5px;
   }
   
  @@ -344,40 +398,12 @@
       text-align: left;
   }
   
  -.formFieldsWideLabels .entry .label {
  -    width: 20%;
  -}
  -
  -.formControlsWideLabels .entry .label {
  +.wideLabels .entry .label {
       width: 20%;
   }
   
  -.formTable {
  -    padding: 0;
  -    margin: 0;
  -    border: 0;
  -    width: 100%;
  -}
  -
  -.formTable .entryColumn {
  -}
  -
  -.formTable .entryColumn .label {
  -    margin-left: 15px;
  -    margin-right: 5px;
  -    font-size: 85%;
  -}
  -
  -.formTable .entryColumn .input {
  -}
  -
  -.formTable .formFooter {
  -    background: #c2bcaf url(../img/th.bg.gif) 0 0 repeat-x;
  -    padding: 5px;
  -}
  -
   .errorDiv {
  -    background: #fff url(../img/input.error.bg.gif) 0 0 no-repeat;
  +    background-color: #ffeeee;
   }
   
   /* Directory Browser
  @@ -385,8 +411,11 @@
   
   .directoryPathPanel {
       width: auto;
  -    background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
  +    background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
       padding-left: 11px;
  +    border-top: 1px solid #C3BBB6;
  +    border-left: 1px solid #C3BBB6;
  +    border-right: 1px solid #C3BBB6;
   }
   
   .directoryPathPanel .directoryButton {
  @@ -407,6 +436,13 @@
       font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
  +.directoryEmpty {
  +    padding: 5px;
  +    border-bottom: 1px solid #C3BBB6;
  +    border-left: 1px solid #C3BBB6;
  +    border-right: 1px solid #C3BBB6;
  +}
  +
   
   /* Generic Lists
   ----------------------------------------------- */
  @@ -527,7 +563,9 @@
       width: 100%;
       padding: 0;
       margin: 0;
  -    border: 0;
  +    border-top: 1px solid #C3BBB6;
  +    border-left: 1px solid #C3BBB6;
  +    border-right: 1px solid #C3BBB6;
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
       text-align: center;
   }
  
  
  



More information about the jboss-cvs-commits mailing list