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

Christian Bauer christian at hibernate.org
Mon Sep 24 04:23:23 EDT 2007


  User: cbauer  
  Date: 07/09/24 04:23:23

  Modified:    examples/wiki/view/themes/default/css    feedTeasers.css
                        template.css blogRecentEntries.css
  Log:
  New help system and improved wiki text editor
  
  Revision  Changes    Path
  1.4       +0 -1      jboss-seam/examples/wiki/view/themes/default/css/feedTeasers.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: feedTeasers.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/feedTeasers.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- feedTeasers.css	1 Sep 2007 08:42:48 -0000	1.3
  +++ feedTeasers.css	24 Sep 2007 08:23:23 -0000	1.4
  @@ -4,7 +4,6 @@
   
   .teaserTitle {
       font-size: 120%;
  -    font-style: italic;
       padding-top: 15px;
       padding-bottom: 15px;
   }
  
  
  
  1.41      +34 -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.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- template.css	6 Sep 2007 15:54:27 -0000	1.40
  +++ template.css	24 Sep 2007 08:23:23 -0000	1.41
  @@ -10,7 +10,6 @@
   ----------------------------------------------- */
   html {
   	height: 100%;
  -	background-color: #DBD4C6;
   	margin: 0;
   	padding: 0;
   }
  @@ -23,6 +22,7 @@
   	line-height: 1.25em;
   	margin: 0;
   	padding: 0;
  +    background-color: #DBD4C6;
   }
   input, textarea, select {
   	border: 1px solid #C3BBB6;
  @@ -75,6 +75,10 @@
       font-style: italic;
   }
   
  +blockquote {
  +    background: #bbbbbb;
  +}
  +
   pre {
       background-color: #f5f5f5;
       border: 1px solid #aaaaaa;
  @@ -141,6 +145,14 @@
       padding-bottom: 10px;
   }
   
  +#bodyPlain {
  +    background: white;
  +    text-align: left;
  +    margin-left: 0;
  +    padding: 5px 10px 10px 10px ;
  +    border: 0;
  +}
  +
   #control {
       background-color: #362f2d;
       text-align: right;
  @@ -333,7 +345,6 @@
   .brokenLink {
       color: #ff0000;
       text-decoration: line-through;
  -    font-style: italic;
   }
   
   .undecoratedLink a {
  @@ -527,6 +538,14 @@
       width: 30%;
   }
   
  +.marginLeft {
  +    margin-left: 17%;
  +}
  +
  +.wideMarginLeft {
  +    margin-left: 32%;
  +}
  +
   .entry .label .buttonLabel {
       font-size: 100%;
   }
  @@ -560,13 +579,13 @@
       background-color: #ffeeee;
   }
   
  +
   .textEditResizable {
       margin-left: 17%;
  -    margin-bottom: 15px;
  -
  +    margin-bottom:10px;
   }
   
  -.textEditResizable.wideLabels {
  +.wideLabels .textEditResizable {
       margin-left: 32%;
   }
   
  @@ -576,8 +595,18 @@
       background: #bbb url(../img/icon.resize_s.gif) 0 0 no-repeat;
       cursor: s-resize;
       position: absolute;
  +    margin-bottom: 10px;
   }
   
  +.textPreview {
  +    border: 1px dashed #666;
  +    margin-top: 10px;
  +    margin-bottom: 10px;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    width: 90%;
  +    text-align: justify;
  +}
   
   /* Directory Browser
   ----------------------------------------------- */
  
  
  
  1.4       +0 -1      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- blogRecentEntries.css	1 Sep 2007 08:42:48 -0000	1.3
  +++ blogRecentEntries.css	24 Sep 2007 08:23:23 -0000	1.4
  @@ -4,5 +4,4 @@
   
   .blogRecentEntriesItem {
       padding-left: 10px;
  -    font-style:italic;
   }
  
  
  



More information about the jboss-cvs-commits mailing list