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

Christian Bauer christian at hibernate.org
Fri Aug 31 09:38:11 EDT 2007


  User: cbauer  
  Date: 07/08/31 09:38:11

  Modified:    examples/wiki/view/themes/default/css     dirMenu.css
                        template.css blogRecentEntries.css blogArchive.css
  Log:
  More preferences for blogs
  
  Revision  Changes    Path
  1.2       +0 -2      jboss-seam/examples/wiki/view/themes/default/css/dirMenu.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dirMenu.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/dirMenu.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- dirMenu.css	17 Aug 2007 13:00:31 -0000	1.1
  +++ dirMenu.css	31 Aug 2007 13:38:11 -0000	1.2
  @@ -1,6 +1,5 @@
   .dirMenu {
       background-color: white;
  -    vertical-align: bottom;
   }
   
   .dirMenuHeader {
  @@ -14,7 +13,6 @@
       border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
       background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  -    width: 100%;
   }
   
   .dirMenuSubscribe {
  
  
  
  1.35      +55 -5     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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- template.css	25 Aug 2007 17:59:23 -0000	1.34
  +++ template.css	31 Aug 2007 13:38:11 -0000	1.35
  @@ -340,11 +340,6 @@
   .linkNavigation:hover {color: #ccc}
   .linkNavigation:active {color: #aaa}
   
  -.pluginPreferencesBox {
  -    padding: 10px;
  -    background-color: #ded;
  -}
  -
   .feeds {
       padding: 5px;
   }
  @@ -590,6 +585,10 @@
       padding: 5px;
   }
   
  +.fullWidth {
  +    width: 100%;
  +}
  +
   .datatable .rowOdd {
       background-color: #fff;
   }
  @@ -969,6 +968,57 @@
       font-size: 85%;
   }
   
  +/* Plugin Preferences Editor
  +----------------------------------------------- */
  +
  +.pluginPreferencesBox {
  +    background-color: #ded;
  +}
  +
  +.pluginPreferencesMessage {
  +    font-size: 85%;
  +    color: #600;
  +}
  +
  +.pluginPreferencesEditor {
  +    text-align: center;
  +    padding: 10px;
  +}
  +
  +.pluginPreferencesEditorHeader {
  +    background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
  +    width: 100%;
  +}
  +
  +.pluginPreferencesEditorTitle {
  +    text-align: left;
  +    padding-left: 5px;
  +    padding-top: 1px;
  +    padding-bottom: 1px;
  +}
  +
  +.pluginPreferencesEditorTitleText {
  +}
  +
  +.pluginPreferencesEditorAction {
  +    text-align: right;
  +}
  +
  +.pluginPreferencesEditorAction .buttonNonpersistent {
  +    margin: 0;
  +}
  +
  +.pluginPreferencesEditorFormTable {
  +    width: 100%;
  +}
  +
  +.pluginPreferencesEditorPropertyDescription {
  +    font-size: 85%;
  +}
  +
  +.pluginPreferencesEditorPropertyInput {
  +}
  +
   /* Misc page elements
   ----------------------------------------------- */
   
  
  
  
  1.2       +18 -3     jboss-seam/examples/wiki/view/themes/default/css/blogRecentEntries.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogRecentEntries.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogRecentEntries.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- blogRecentEntries.css	25 Aug 2007 17:59:23 -0000	1.1
  +++ blogRecentEntries.css	31 Aug 2007 13:38:11 -0000	1.2
  @@ -1,12 +1,11 @@
   .blogRecentEntries {
       background-color: white;
  -    vertical-align: bottom;
   }
   
   .blogRecentEntriesHeader {
       text-align: right;
       font-size: 100%;
  -    padding-left: 15px;
  +    padding-left: 10px;
       padding-right: 15px;
       padding-top: 5px;
       padding-bottom: 15px;
  @@ -16,7 +15,23 @@
       background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
   }
   
  -.blogRecentEntriesHeaderText {
  +.blogRecentEntriesSubscribe {
  +}
  +
  +.blogRecentEntriesSubscribeLink {
  +    font-size: 80%;
  +    margin-left: 5px;
  +    margin-right: 5px;
  +    color: #962325;
  +}
  +
  +.blogRecentEntriesSubscribeLink:hover {color: #666}
  +
  +.blogRecentEntriesTitle {
  +    text-align: right;
  +}
  +
  +.blogRecentEntriesTitleText {
       font-size: 120%;
   }
   
  
  
  
  1.2       +20 -2     jboss-seam/examples/wiki/view/themes/default/css/blogArchive.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogArchive.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogArchive.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- blogArchive.css	25 Aug 2007 17:59:23 -0000	1.1
  +++ blogArchive.css	31 Aug 2007 13:38:11 -0000	1.2
  @@ -9,12 +9,30 @@
       padding-right: 15px;
       padding-top: 5px;
       padding-bottom: 15px;
  +    border-top: 1px solid #87786e;
  +    border-left: 1px solid #87786e;
  +    border-right: 1px solid #87786e;
       background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
   }
   
  -.blogArchiveHeaderText {
  +.blogArchiveSubscribe {
  +}
  +
  +.blogArchiveSubscribeLink {
  +    font-size: 80%;
  +    margin-left: 5px;
  +    margin-right: 5px;
  +    color: #962325;
  +}
  +
  +.blogArchiveSubscribeLink:hover {color: #666}
  +
  +.blogArchiveTitle {
  +    text-align: right;
  +}
  +
  +.blogArchiveTitleText {
       font-size: 120%;
  -    font-family: "Lucida Sans", Arial, sans-serif;
   }
   
   .blogArchiveSelector {
  
  
  



More information about the jboss-cvs-commits mailing list