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

Christian Bauer christian at hibernate.org
Sun Mar 18 11:44:38 EDT 2007


  User: cbauer  
  Date: 07/03/18 11:44:38

  Modified:    examples/wiki/view/themes/default/css    searchControl.css
                        userControl.css template.css
  Log:
  Basic access level/role security, automatic home page for activated users
  
  Revision  Changes    Path
  1.2       +9 -3      jboss-seam/examples/wiki/view/themes/default/css/searchControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: searchControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/searchControl.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- searchControl.css	23 Feb 2007 01:32:34 -0000	1.1
  +++ searchControl.css	18 Mar 2007 15:44:38 -0000	1.2
  @@ -1,5 +1,12 @@
   #searchControl {
  -	text-align: right;
  +    background-color: #3e3532;
  +    border-style: none;
  +    padding-top: 5px;
  +    padding-bottom: 5px;
  +    text-align: center;
  +}
  +
  +#searchControl .searchControlTable {
   }
   
   #searchControl .searchControlLabel{
  @@ -12,10 +19,9 @@
   }
   
   #searchControl .searchControlInput {
  -    border: 1px solid #C3BBB6;
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
       font-size: 75%;
  -    padding: 1px;
  +    border: 0;
       font-family: Andale Mono, Courier New, monospace;
   }
   
  
  
  
  1.3       +2 -1      jboss-seam/examples/wiki/view/themes/default/css/userControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/userControl.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- userControl.css	22 Feb 2007 11:52:25 -0000	1.2
  +++ userControl.css	18 Mar 2007 15:44:38 -0000	1.3
  @@ -12,10 +12,11 @@
   }
   
   #userControl .userControlInput {
  -    border: 1px solid #C3BBB6;
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
       font-size: 75%;
       padding: 1px;
  +    margin: 0;
  +    border: 0;
       font-family: Andale Mono, Courier New, monospace;
   }
   
  
  
  
  1.10      +25 -95    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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- template.css	7 Mar 2007 18:37:40 -0000	1.9
  +++ template.css	18 Mar 2007 15:44:38 -0000	1.10
  @@ -111,8 +111,9 @@
   
   #controlSeparator {
       clear:both;
  -    background-color:#fff;
  -    height:1px;
  +    background-color: white;
  +    height: 1px;
  +    font-size: 1px;
   }
   
   #content {}
  @@ -402,98 +403,38 @@
       font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
  -.directoryList {
  +
  +/* Generic Lists
  +----------------------------------------------- */
  +
  +.datatable {
       padding: 0;
       margin: 0;
       font-size: 85%;
  -    border-style: solid;
  -    border-color: #C3BBB6;
  -}
  -
  -.directoryListHeader {
  -    white-space: nowrap;
  -    background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
  -    font-weight: normal;
  -    text-align: center;
  -    color: #555;
  -}
  -
  -.directoryList .iconColumn {
  -    width: 1%;
  -    padding-top: 2px;
  -    padding-bottom: 2px;
  -    padding-left: 10px;
  -    padding-right: 5px;
  -    white-space: nowrap;
  -}
  -
  -.directoryList .nameColumn {
  -    padding-left: 5px;
  -    padding-right: 10px;
  -    white-space: nowrap;
  -}
  -
  -.directoryList .permissionsColumn {
  -    width: 20%;
  -    padding-left: 10px;
  -    padding-right: 10px;
  -    white-space: nowrap;
  -}
  -
  -.directoryList .lastModifiedColumn {
  -    width: 20%;
  -    padding-left: 10px;
  -    padding-right: 10px;
  -    white-space: nowrap;
  -}
  -
  -.directoryList .positionUpColumn {
  -    width: 5%;
  -    padding-left: 10px;
  -    white-space: nowrap;
  +    width: 100%;
  +    border-collapse: separate;
   }
   
  -.directoryList .positionDownColumn {
  -    width: 5%;
  -    padding-right: 10px;
  -    white-space: nowrap;
  +.topLeftBottomBorder {
  +    border-top: 1px solid #C3BBB6;
  +    border-left: 1px solid #C3BBB6;
  +    border-bottom: 1px solid #C3BBB6;
   }
   
  -.directoryList .menuControlColumn {
  -    width: 10%;
  -    padding-left: 10px;
  -    padding-right: 10px;
  -    text-align: center;
  -    white-space: nowrap;
  +.rightBorder{
  +    border-right: 1px solid #C3BBB6;
   }
   
  -.directoryList .defaultDocumentSelectColumn{
  -    width: 10%;
  -    padding-left: 10px;
  -    padding-right: 10px;
  +.alignCenter {
       text-align: center;
  -    white-space: nowrap;
  -}
  -
  -.directoryList .rowOdd {
  -    background-color: #fff;
   }
   
  -.directoryList .rowEven {
  -    background-color: #eae8e5;
  +.alignRight {
  +    text-align: right;
   }
   
  -
  -/* Generic Lists
  ------------------------------------------------ */
  -
  -.datatable {
  -    padding: 0;
  -    margin: 0;
  -    font-size: 85%;
  -    border-collapse: separate;
  -    border-left: 1px solid #C3BBB6;
  -    border-bottom: 1px solid #C3BBB6;
  +.alignLeft {
  +    text-align: left;
   }
   
   .datatable .rowOdd {
  @@ -509,61 +450,50 @@
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
       text-align: center;
       padding: 2px;
  -    border-top: 1px solid #C3BBB6;
  -    border-right: 1px solid #C3BBB6;
  +    padding-left: 5px;
  +    padding-right: 5px;
       font-weight: bold;
   }
   
   .datatable .regularHeader {
       white-space: nowrap;
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
  -    text-align: center;
       padding: 2px;
  -    border-top: 1px solid #C3BBB6;
  -    border-right: 1px solid #C3BBB6;
  +    padding-left: 5px;
  +    padding-right: 5px;
       font-weight: bold;
   }
   
   .datatable .defaultColumn {
       padding-left: 10px;
       padding-right: 10px;
  -    text-align: left;
       white-space: nowrap;
  -    border-right: 1px solid #C3BBB6;
   }
   
   .datatable .onePercentColumn{
       width: 1%;
       padding-left: 10px;
       padding-right: 10px;
  -    text-align: left;
       white-space: nowrap;
  -    border-right: 1px solid #C3BBB6;
   }
   
   .datatable .fivePercentColumn {
       width: 5%;
       padding-left: 10px;
       padding-right: 10px;
  -    text-align: left;
       white-space: nowrap;
  -    border-right: 1px solid #C3BBB6;
   }
   .datatable .tenPercentColumn {
       width: 10%;
       padding-left: 10px;
       padding-right: 10px;
  -    text-align: left;
       white-space: nowrap;
  -    border-right: 1px solid #C3BBB6;
   }
   .datatable .twentyPercentColumn {
       width: 20%;
       padding-left: 10px;
       padding-right: 10px;
  -    text-align: left;
       white-space: nowrap;
  -    border-right: 1px solid #C3BBB6;
   }
   
   .pager {
  
  
  



More information about the jboss-cvs-commits mailing list