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

Christian Bauer christian at hibernate.org
Tue Dec 18 23:29:18 EST 2007


  User: cbauer  
  Date: 07/12/18 23:29:18

  Modified:    examples/wiki/view/themes/default/css            
                        forumReplies.css mainMenu.css languageSelector.css
                        forumList.css template.css blogDirectory.css
                        feedTeasers.css forumTopics.css blogArchive.css
                        forumPosting.css
  Added:       examples/wiki/view/themes/default/css            
                        forumStickyPosting.css
  Removed:     examples/wiki/view/themes/default/css            
                        userProfile.css
  Log:
  Major rewrite of the most of the application
  
  Revision  Changes    Path
  1.2       +0 -41     jboss-seam/examples/wiki/view/themes/default/css/forumReplies.css
  
  	<<Binary file>>
  
  
  1.7       +2 -2      jboss-seam/examples/wiki/view/themes/default/css/mainMenu.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mainMenu.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/mainMenu.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- mainMenu.css	1 Sep 2007 08:42:48 -0000	1.6
  +++ mainMenu.css	19 Dec 2007 04:29:18 -0000	1.7
  @@ -13,8 +13,8 @@
   
   #mainMenu .level1Link {
       font-weight: bold;
  +    font-size: 100%;
       color: #fff;
  -    font-size: 95%;
       text-decoration: none;
       margin-left: 10px;
   }
  @@ -37,7 +37,7 @@
   }
   
   #mainMenu .level2Link {
  -    font-size: 80%;
  +    font-size: 85%;
       font-weight: bold;
       color: #fff;
       text-decoration: none;
  
  
  
  1.2       +1 -2      jboss-seam/examples/wiki/view/themes/default/css/languageSelector.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: languageSelector.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/languageSelector.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- languageSelector.css	1 Feb 2007 07:08:27 -0000	1.1
  +++ languageSelector.css	19 Dec 2007 04:29:18 -0000	1.2
  @@ -1,6 +1,5 @@
   #languageSelector {
   	text-align: right;
  -	font-size: 75%;
   	font-weight: bold;
   }
   
  @@ -12,5 +11,5 @@
   }
   
   #languageSelector .languageSelectorSeparator {
  -	font-size: 100%;
  +
   }
  \ No newline at end of file
  
  
  
  1.2       +2 -5      jboss-seam/examples/wiki/view/themes/default/css/forumList.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumList.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/forumList.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- forumList.css	9 Nov 2007 15:00:28 -0000	1.1
  +++ forumList.css	19 Dec 2007 04:29:18 -0000	1.2
  @@ -12,7 +12,8 @@
   }
   
   .forumTitle {
  -    font-weight: bold;
  +    font-weight: normal;
  +    line-height: 160%;
   }
   
   .forumDescription {
  @@ -44,7 +45,3 @@
       margin-right: 8px;
       margin-bottom: 2px;
   }
  -
  -.userInfoPopupContainer {
  -    text-align: left;
  -}
  
  
  
  1.45      +221 -86   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.44
  retrieving revision 1.45
  diff -u -b -r1.44 -r1.45
  --- template.css	20 Nov 2007 08:05:11 -0000	1.44
  +++ template.css	19 Dec 2007 04:29:18 -0000	1.45
  @@ -18,7 +18,7 @@
   }
   body {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
  -	font-size: small;
  +    font-size: 12px;
   	line-height: 1.25em;
   	margin: 0;
   	padding: 0;
  @@ -118,6 +118,25 @@
       list-style: square;
   }
   
  +/* ---- Fonts ----- */
  +
  +.smallFont {
  +    font-size: 80%;
  +    line-height: 150%;
  +}
  +
  +.largeFont {
  +    font-size: 115%;
  +}
  +
  +.extraLargeFont {
  +    font-size: 130%;
  +}
  +
  +.extraExtraLargeFont {
  +    font-size: 150%;
  +}
  +
   /* Layout
   ----------------------------------------------- */
   #screen {
  @@ -234,13 +253,11 @@
   #workspaceBreadcrumb .workspaceBreadcrumbLabel {
       color: #000;
       font-weight: bold;
  -    font-size: 75%;
       text-decoration: none;
   }
   
   #workspaceBreadcrumb .workspaceBreadcrumbLink {
       font-weight: bold;
  -    font-size: 75%;
   	color: #C7B299;
   	text-decoration: none;
   }
  @@ -250,7 +267,6 @@
       padding-right: 5px;
       color: #000;
       font-weight: bold;
  -    font-size: 75%;
   }
   
   #workspaceSwitcher {
  @@ -262,7 +278,6 @@
       border: 0;
       padding: 0;
       margin-bottom: 1px;
  -    font-size: 70%;
       color: #C7B299;
       font-weight: normal;
       vertical-align: top;
  @@ -273,7 +288,6 @@
   #workspaceSwitcher .workspaceSwitcherLabel {
       color: #fff;
       font-weight: bold;
  -    font-size: 75%;
       text-decoration: none;
       padding-left: 5px;
       padding-right: 5px;
  @@ -295,8 +309,6 @@
   }
   
   .infoMessage {
  -    font-size: 85%;
  -    font-weight: bold;
       color: #fff;
   }
   
  @@ -315,7 +327,6 @@
   }
   
   .attentionMessage {
  -    font-size: 85%;
   	color: #600;
   }
   
  @@ -326,9 +337,15 @@
   }
   
   .messageBox .attentionMessage {
  +    color: #fff;
       font-size: 85%;
       font-weight: bold;
  +}
  +
  +.messageBox .infoMessage {
       color: #fff;
  +    font-size: 85%;
  +    font-weight: bold;
   }
   
   /* General
  @@ -339,24 +356,30 @@
       margin-top: 10px;
   }
   
  +.documentTitle {
  +    color: #000;
  +}
  +
  +.documentTitle:hover {
  +    text-decoration: underline;
  +}
  +
   .documentTags {
       border-top: 1px solid #C3BBB6;
       white-space: nowrap;
  -    font-size: 70%;
  -    font-weight: normal;
       padding-top: 5px;
       padding-bottom: 5px;
  -    line-height: 125%;
  +    line-height: 150%;
  +    font-size: 85%;
   }
   
   .documentCreatorHistory {
       border-top: 1px solid #C3BBB6;
       white-space: nowrap;
  -    font-size: 70%;
  -    font-weight: normal;
       padding-top: 5px;
       padding-bottom: 5px;
  -    line-height: 125%;
  +    line-height: 150%;
  +    font-size: 85%;
   }
   
   .attachmentDisplay {
  @@ -365,6 +388,14 @@
       clear:both;
   }
   
  +#commentDisplayForm .commentsDisplay .box {
  +    margin-top: 20px;
  +}
  +
  +#commentDisplayForm .commentsDisplay .boxShadowed {
  +    margin-top: 20px;
  +}
  +
   .regularLink{
       text-decoration: underline;
   }
  @@ -382,7 +413,6 @@
       color: #666;
   }
   
  -
   .addedText {
       background-color: lightgreen;
   }
  @@ -395,18 +425,19 @@
       background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
       padding: 2px 5px 2px 5px;
       margin: 0 5px 0 5px;
  +    font-size: 10px;
   }
   
   .buttonNonpersistent {
       background: #fff url(../img/btn.nonpersistent.bg.gif) 0 0 repeat-x;
       padding: 2px 5px 2px 5px;
       margin: 0 5px 0 5px;
  +    font-size: 10px;
   }
   
   .buttonLabel{
       color: #fff;
       font-weight: bold;
  -    font-size: 85%;
       text-decoration:none;
       padding-top: 2px;
       padding-bottom: 2px;
  @@ -424,7 +455,6 @@
   
   .linkTab {
       text-decoration:none;
  -    font-size: 85%;
       font-weight: bold;
       border: 1px solid #fff;
       padding: 2px 5px 2px 5px;
  @@ -464,7 +494,17 @@
       vertical-align: top;
       color: #962325;
       font-weight: bold;
  -    font-size: 85%;
  +}
  +
  +.feedIcon {
  +    display: none;
  +}
  +
  +.captchaImage {
  +    vertical-align:top;
  +    margin-left: 10px;
  +    margin-right: 10px;
  +    border: 1px solid #C3BBB6;
   }
   
   /* Forms
  @@ -508,8 +548,8 @@
   .formHead {
       text-align: left;
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
  -    font-size: 85%;
       font-weight: bold;
  +    font-size: 85%;
       color: #555;
       padding-left: 13px;
       padding-right: 10px;
  @@ -545,16 +585,19 @@
   .entry .label {
   	float: left;
       padding-top: 1px;
  -    padding-right: 2%;
  -    font-size: 85%;
  -    width: 18%;
  +    padding-right: 10px;
  +    padding-left: 10px;
  +    width: 135px;
   	text-align: right;
  +    color: #000000;
  +    font-weight:bold;
  +    font-size: 85%;
  +    line-height: 155%;
   }
   
   .entry .output {
  -    padding-top: 1px;
  +    padding-top: 2px;
       text-align: left;
  -    font-size: 85%;
   }
   
   .entry .input {
  @@ -562,32 +605,21 @@
   }
   
   .wideLabels .entry .label {
  -    width: 30%;
  -}
  -
  -.marginLeft {
  -    margin-left: 20%;
  -}
  -
  -.wideMarginLeft {
  -    margin-left: 32%;
  -}
  -
  -.entry .label .buttonLabel {
  -    font-size: 100%;
  +    width: 220px;
   }
   
  -.errorDiv {
  +.errorEntry {
       background-color: #ffeeee;
   }
   
  -.label {
  -    color: #000000;
  -    font-weight:bold;
  +.errorEntry .errorMessage {
  +    font-weight: normal;
  +    text-align: left;
   }
   
  -.formFields select {
  -    font-size: 95%;
  +.entry .label .errorMessage {
  +    font-size: 100%;
  +    font-weight: normal;
   }
   
   .tableFormFields {
  @@ -596,25 +628,19 @@
   }
   
   .tableFormFields .input {
  -    font-size: 95%;
   }
   
   .tableFormFields .inputError input,
   .tableFormFields .inputError select {
  -    font-size: 95%;
       background-image: none;
       background-color: #ffeeee;
   }
   
  -
   .textEditResizable {
  -    margin-left: 20%;
  -    margin-bottom:10px;
  +    margin-bottom: 5px;
   }
   
  -.wideLabels .textEditResizable {
  -    margin-left: 32%;
  -}
  +.wideLabels .textEditResizable {}
   
   .textEditResizeHandle {
       width: 25px;
  @@ -623,17 +649,26 @@
       cursor: s-resize;
       position: absolute;
       margin-bottom: 10px;
  +    margin-left: 155px;
  +}
  +
  +.wideLabels .textEditResizeHandle {
  +    margin-left: 240px;
  +}
  +
  +.textAreaHelp {
  +    padding-top: 5px;
  +    vertical-align: top;
   }
   
   .textPreview {
       border: 1px dashed #666;
  -    margin-top: 10px;
       margin-bottom: 10px;
       padding-left: 10px;
       padding-right: 10px;
  -    width: 90%;
  -    text-align: justify;
       background-color: white;
  +    margin-left: 80px;
  +    margin-right: 80px;
   }
   
   /* Directory Browser
  @@ -650,12 +685,12 @@
   }
   
   .directoryPathPanel .directoryButton {
  -	font-weight: bold;
       color: #fff;
  -	font-size: 85%;
   	padding: 2px;
   	border-style: none;
       background: #fff url(../img/menu.bg.gif) 0 0 repeat-x;
  +    font-size: 85%;
  +    font-weight: bold;
   }
   
   .directoryPathPanel .directorySeparator {
  @@ -678,15 +713,10 @@
   
   .datatable {
       margin: 0;
  -    font-size: 85%;
       width: 100%;
       border-collapse: separate;
   }
   
  -.datatable input {
  -    font-size: 100%;
  -}
  -
   .topLeftBottomBorder {
       border-top: 1px solid #C3BBB6;
       border-left: 1px solid #C3BBB6;
  @@ -820,42 +850,75 @@
   }
   .pager .pagerTextColumn {
       width: 60%;
  +    font-size: 85%;
   }
   
   /* Comments
   -----------------------------------------------*/
   
   .commentColumn {
  -    padding: 5px;
  +}
  +
  +.commentHeader {
  +    width: 100%;
  +}
  +
  +.commentSubjectIcon {
  +    padding-right: 10px;
   }
   
   .commentSubject {
  -    font-weight: bold;
  -    font-size: 100%;
       text-decoration:none;
  -    float: left;
  +    width: 100%;
  +}
  +
  +.commentAuthorInfo {
  +    white-space: nowrap;
  +    text-align: right;
  +    padding-left: 10px;
  +    line-height: 140%;
   }
   
  +.commentAuthorPortrait {
  +    padding-left: 10px;
  +}
   
  -.commentAuthorDate {
  -    text-align:right;
  -    font-size: 95%;
  +.commentAuthorPortraitImage {
   }
   
  -.commentAuthor {
  +.commentText {}
  +
  +.commentSignatureSeparator {
  +    font-size: 1px;
  +    width: 20px;
  +    border-bottom: 1px dashed #d3d2d1;
   }
   
  -.commentDate {
  +.commentSignature {
  +    font-size: 85%;
   }
   
  -.commentText {
  +.commentSignature .wikiPara {
  +    line-height: 120%;
  +}
   
  +.commentControls {
  +    margin-bottom: 10px;
   }
   
  -.commentForm {
  -    margin-top: 10px;
  +.commentFirstLevel {
  +    background-color: #f5f5f5;
   }
   
  +.commentFirstLevel, .commentLevel {
  +    padding: 5px;
  +    border-bottom: 1px solid #C3BBB6;
  +    border-left: 1px solid #C3BBB6;
  +    border-right: 1px solid #C3BBB6;
  +}
  +
  +.commentForm {}
  +
   /* Document history and diff
   -----------------------------------------------*/
   
  @@ -864,7 +927,6 @@
   }
   
   .diffInfo {
  -    font-size: 85%;
       font-weight: bold;
       color: #666;
   }
  @@ -906,7 +968,6 @@
   .popupDialogHead {
       text-align: left;
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
  -    font-size: 85%;
       font-weight: bold;
       color: #555;
       padding-left: 13px;
  @@ -1074,7 +1135,6 @@
   
   .progressbarLabel {
       font-weight: bold;
  -    font-size: 85%;
   }
   
   /* Box on page
  @@ -1090,7 +1150,6 @@
   
   .boxHeader {
       text-align: right;
  -    font-size: 100%;
       padding-left: 10px;
       padding-right: 15px;
       padding-top: 5px;
  @@ -1099,13 +1158,14 @@
       border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
       background: white url(../img/th.bg.inverse.gif) 0 0 repeat-x;
  +    font-size: 115%;
   }
   
   .boxHeader a {
       color: #962325;
  -    font-size: 70%;
       line-height: 100%;
       margin-left: 5px;
  +    font-size: 70%;
   }
   
   .boxHeader a:hover {color: #666}
  @@ -1132,7 +1192,6 @@
       padding-left: 15px;
       padding-right: 15px;
       font-weight: normal;
  -    font-size: 80%;
       color: #962325;
   	text-decoration: none;
       text-align: right;
  @@ -1146,7 +1205,6 @@
   }
   
   .pluginPreferencesMessage {
  -    font-size: 85%;
       color: #600;
   }
   
  @@ -1183,7 +1241,6 @@
   }
   
   .pluginPreferencesEditorPropertyDescription {
  -    font-size: 85%;
   }
   
   .pluginPreferencesEditorPropertyInput {
  @@ -1199,8 +1256,6 @@
   
   #breadcrumb {
   	text-align: left;
  -	font-size: 75%;
  -	font-weight: bold;
   }
   
   #breadcrumb .itemLink{
  @@ -1211,7 +1266,6 @@
   }
   
   #breadcrumb .itemSeparator {
  -	font-size: 100%;
       padding-left: 5px;
       padding-right: 5px;
   }
  @@ -1226,3 +1280,84 @@
       padding-left: 2px;
       padding-right: 2px;
   }
  \ No newline at end of file
  +
  +
  +/* User Info
  +----------------------------------------------- */
  +
  +.userInfo {
  +    width: 100%;
  +    margin-top: 20px;
  +}
  +
  +
  +.userInfoDetails {
  +    vertical-align: top;
  +    width: 70%;
  +    padding-right: 15px;
  +}
  +
  +.userInfoDetails .form {
  +    margin-top: 0;
  +}
  +
  +.userInfoProfile {
  +    vertical-align: top;
  +}
  +
  +.userInfoProfileContent {
  +    font-size: 85%;
  +    line-height: 140%;
  +    color: #000;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    padding-top: 0;
  +    padding-bottom: 5px;
  +}
  +
  +.userInfoPortraitWithBio {
  +    float: right;
  +    margin-left: 10px;
  +}
  +
  +.userInfoPortrait {
  +    margin-bottom: 10px;
  +    text-align: center;
  +    width: 100%;
  +}
  +
  +.userInfoPortraitImage {
  +    border: 1px solid #87786e;
  +}
  +
  +.userInfoBio{}
  +
  +.userInfoBio .wikiPara:first-child {
  +    margin-top: 0;
  +    padding-top: 0;
  +    border-top: 0;
  +}
  +
  +.userInfoBio .wikiPara{
  +    line-height: 140%;
  +}
  +
  +.userInfoEntry {
  +    clear: both;
  +    margin-bottom: 5px;
  +    margin-top: 5px;
  +}
  +
  +.userInfoEntryLabel {
  +    font-weight: bold;
  +}
  +
  +.userInfoEntryText {
  +}
  +
  +.userInfoEntryLink {
  +    color: #962325;
  +}
  +
  +.userInfoEntryLink:hover {color: #666}
  +
  
  
  
  1.11      +0 -4      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- blogDirectory.css	14 Nov 2007 08:12:25 -0000	1.10
  +++ blogDirectory.css	19 Dec 2007 04:29:18 -0000	1.11
  @@ -3,7 +3,6 @@
       border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
       background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  -    font-size: 120%;
       padding-left: 15px;
       padding-right: 15px;
       padding-top: 5px;
  @@ -13,7 +12,6 @@
   .blogEntryHeader div {
       text-align: right;
       white-space: nowrap;
  -    font-size: 70%;
       font-weight: normal;
       padding-left: 15px;
       padding-right: 15px;
  @@ -44,7 +42,6 @@
       padding-left: 15px;
       padding-right: 15px;
       font-weight: normal;
  -    font-size: 80%;
       color: #962325;
   	text-decoration: none;
   }
  @@ -80,7 +77,6 @@
   
   .blogPagerTable {
       width: 100%;
  -    font-size: 85%;
       font-weight: bold;
       padding: 0;
       margin: 0;
  
  
  
  1.5       +0 -3      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- feedTeasers.css	24 Sep 2007 08:23:23 -0000	1.4
  +++ feedTeasers.css	19 Dec 2007 04:29:18 -0000	1.5
  @@ -3,14 +3,12 @@
   }
   
   .teaserTitle {
  -    font-size: 120%;
       padding-top: 15px;
       padding-bottom: 15px;
   }
   
   .teaserAuthorDate {
       float: right;
  -    font-size: 100%;
       text-align: right;
   }
   
  @@ -26,7 +24,6 @@
   }
   
   .teaserBody {
  -    font-size: 110%;
       line-height: 150%;
       text-align:justify;
   }
  \ No newline at end of file
  
  
  
  1.3       +9 -6      jboss-seam/examples/wiki/view/themes/default/css/forumTopics.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumTopics.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/forumTopics.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- forumTopics.css	20 Nov 2007 08:05:11 -0000	1.2
  +++ forumTopics.css	19 Dec 2007 04:29:18 -0000	1.3
  @@ -1,6 +1,14 @@
  -.topicControlsContainer {
  +.forumDescriptionTopicControls {
  +    width: 100%;
  +}
  +
  +.forumDescription {
  +}
  +
  +.topicControls {
       text-align: right;
       white-space: nowrap;
  +    padding-left: 10px;
   }
   
   .topicFormContainer {
  @@ -15,7 +23,6 @@
   
   .topicPagerTable {
       width: 100%;
  -    font-size: 85%;
       font-weight: bold;
       padding: 0;
       margin: 0;
  @@ -48,10 +55,6 @@
       margin-right: 5px;
   }
   
  -.userInfoPopupContainer {
  -    text-align: left;
  -}
  -
   .forumDescription {
       text-align: left;
   }
  \ No newline at end of file
  
  
  
  1.4       +0 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- blogArchive.css	1 Sep 2007 08:42:48 -0000	1.3
  +++ blogArchive.css	19 Dec 2007 04:29:18 -0000	1.4
  @@ -5,7 +5,6 @@
       border: 0;
       margin: 10px;
       color: #000;
  -    font-size: 91%;
       font-weight: normal;
   }
   
  @@ -16,7 +15,6 @@
       padding-left: 15px;
       padding-right: 15px;
       font-weight: normal;
  -    font-size: 100%;
       color: #962325;
   	text-decoration: none;
   }
  
  
  
  1.2       +26 -15    jboss-seam/examples/wiki/view/themes/default/css/forumPosting.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: forumPosting.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/forumPosting.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- forumPosting.css	9 Nov 2007 15:00:28 -0000	1.1
  +++ forumPosting.css	19 Dec 2007 04:29:18 -0000	1.2
  @@ -1,29 +1,40 @@
  -.postingHeaderGrid {
  -    background: #fff url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
  -    border: 1px solid #C3BBB6;
  -    padding-top: 5px;
  -    padding-bottom: 5px;
  +.forumPostingHeaderInfoControls {
       width: 100%;
  +    margin-bottom: 10px;
   }
   
  -.postingHeaderInfo {
  -    font-size: 70%;
  -    padding-left: 10px;
  +.forumPostingHeaderInfo {
  +    text-align: left;
   }
   
  -.postingHeaderInfo .item {
  -    margin-right: 20px;
  +.forumPostingHeaderControls {
  +    text-align: right;
  +    white-space: nowrap;
   }
   
  -.postingHeaderControls {
  +.forumPostingControls {
       text-align: right;
       white-space: nowrap;
   }
   
  -.postingSubject {
  +.forumPostingDocumentWrapper {
  +    border-left: 1px solid #C3BBB6;
  +    border-right: 1px solid #C3BBB6;
  +    border-top: 1px solid #C3BBB6;
  +    padding: 5px;
  +}
  +
  +.forumPostingDocumentWrapper .subjectLink {
  +    margin-left: 10px;
  +    font-weight: normal;
  +    line-height: 100%;
  +}
   
  +.forumPostingDocumentWrapper .subjectIcon {
  +    vertical-align: text-top;
   }
   
  -.userInfoPopupContainer {
  -    left: 30%;    
  +.noComments {
  +    border-bottom: 1px solid #C3BBB6;
   }
  \ No newline at end of file
  +
  
  
  
  1.1      date: 2007/12/19 04:29:18;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/themes/default/css/forumStickyPosting.css
  
  Index: forumStickyPosting.css
  ===================================================================
  .forumPostingHeaderInfoControls {
      width: 100%;
      margin-bottom: 10px;
  }
  
  .forumPostingHeaderInfo {
      text-align: left;
  }
  
  .forumPostingHeaderControls {
      text-align: right;
      white-space: nowrap;
  }
  
  .forumPostingControls {
      text-align: right;
      white-space: nowrap;
  }
  
  .forumPostingDocumentWrapper {
      border-left: 1px solid #C3BBB6;
      border-right: 1px solid #C3BBB6;
      border-top: 1px solid #C3BBB6;
      padding: 5px;
  }
  
  .forumPostingDocumentWrapper .subjectLink {
      margin-left: 10px;
      font-weight: normal;
      line-height: 100%;
  }
  
  .forumPostingDocumentWrapper .subjectIcon {
      vertical-align: text-top;
  }
  
  .noComments {
      border-bottom: 1px solid #C3BBB6;
  }
  
  
  
  



More information about the jboss-cvs-commits mailing list