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

Christian Bauer christian.bauer at jboss.com
Thu Feb 22 06:52:25 EST 2007


  User: cbauer  
  Date: 07/02/22 06:52:25

  Modified:    examples/wiki/view/themes/default/css    mainMenu.css
                        userControl.css template.css
  Log:
  Full keyboard/shortcut navigation
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- mainMenu.css	1 Feb 2007 07:08:27 -0000	1.1
  +++ mainMenu.css	22 Feb 2007 11:52:25 -0000	1.2
  @@ -25,7 +25,7 @@
   
   #mainMenu .firstLevelItemLink {
       font-family: Verdana, Arial, Helvetica, sans-serif;
  -    font-size: 85%;
  +    font-size: 90%;
       font-weight: bold;
       color: #fff;
       text-decoration: none;
  @@ -43,7 +43,7 @@
   
   #mainMenu .secondLevelItemLink {
       font-family: Verdana, Arial, Helvetica, sans-serif;
  -    font-size: 70%;
  +    font-size: 75%;
       font-weight: bold;
       color: #fff;
       text-decoration: none;
  
  
  
  1.2       +4 -4      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- userControl.css	21 Feb 2007 16:24:10 -0000	1.1
  +++ userControl.css	22 Feb 2007 11:52:25 -0000	1.2
  @@ -14,8 +14,8 @@
   #userControl .userControlInput {
       border: 1px solid #C3BBB6;
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
  -    font-size: 85%;
  -    padding: 2px;
  +    font-size: 75%;
  +    padding: 1px;
       font-family: Andale Mono, Courier New, monospace;
   }
   
  @@ -24,8 +24,8 @@
       font-size: 75%;
   	color: #C7B299;
   	text-decoration: none;
  -	padding-left: 2px;
  -	padding-right: 2px;
  +	padding-left: 5px;
  +	padding-right: 5px;
       margin-left: 5px;
       margin-right: 5px;
   }
  
  
  
  1.4       +74 -11    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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- template.css	21 Feb 2007 16:24:10 -0000	1.3
  +++ template.css	22 Feb 2007 11:52:25 -0000	1.4
  @@ -52,7 +52,7 @@
   /* Layout
   ----------------------------------------------- */
   #screen {
  -	background-color: #eee;
  +	background-color: #fff;
   	width: 100%;
   	margin: 0;
   	padding: 0;
  @@ -80,7 +80,7 @@
   }
   
   #sidebar {
  -    background-color: #eee;
  +    background-color: #fff;
   	float: left;
   	width: 15%;
   }
  @@ -92,9 +92,9 @@
   #control {
   	background-color: #362f2d;
       text-align: right;
  -    vertical-align: bottom;
  +    vertical-align:bottom;
       border-bottom: 1px solid #fff;
  -    padding-right: 8px;
  +    padding-right: 15px;
   }
   
   #content {}
  @@ -168,7 +168,7 @@
   ----------------------------------------------- */
   
   .documentDisplay {
  -    padding: 10px;
  +    padding-left: 10px;
   }
   
   .brokenLink {
  @@ -181,22 +181,60 @@
   	font-weight: bold;
   	color: #fff;
   	font-size: 85%;
  -	padding: 2;
  +	padding: 2px;
  +    padding-right: 5px;
       background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
   	border-style: none;
  -    margin: 0 5px 0 5px;
  +    margin: 0 5px 0 0;
       font-family: Verdana, Arial, Helvetica, sans-serif;
  +    cursor: pointer;
   }
   
   .buttonNonpersistent {
   	font-weight: bold;
   	color: #fff;
   	font-size: 85%;
  -	padding: 2;
  +	padding: 2px;
  +    padding-right: 5px;
       background: #fff url(../img/btn.nonpersistent.bg.gif) 0 0 repeat-x;
   	border-style: none;
  -    margin: 0 5px 0 5px;
  +    margin: 0 5px 0 0;
       font-family: Verdana, Arial, Helvetica, sans-serif;
  +    cursor: pointer;
  +}
  +
  +.buttonNonpersistentHidden {
  +    font-weight: bold;
  +    color: #fff;
  +    font-size: 85%;
  +    padding: 2px;
  +    background: #fff url(../img/btn.nonpersistent.bg.gif) 0 0 repeat-x;
  +    border-style: none;
  +    margin: 0 0 0 5px;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    cursor: pointer;
  +}
  +
  +.buttonNonpersistentHidden:focus {
  +    background: #888;
  +    outline-style: none;
  +}
  +
  +.buttonHidden {
  +    font-weight: bold;
  +    color: #fff;
  +    font-size: 85%;
  +    padding: 2px;
  +    background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
  +    border-style: none;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    margin: 0 0 0 5px;
  +    cursor: pointer;
  +}
  +
  +.buttonHidden:focus {
  +    background: #888;
  +    outline-style: none;
   }
   
   .linkNavigation {
  @@ -219,12 +257,14 @@
   .linkNavigation:hover {color: #ccc}   /* mouse over link */
   .linkNavigation:active {color: #aaa}   /* selected link */
   
  +
   /* Forms
   ----------------------------------------------- */
   
   .form {}
   
   .formHead {
  +    text-align: left;
       background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
       font-size: 85%;
       font-weight: bold;
  @@ -233,7 +273,6 @@
       padding-right: 10px;
       padding-top: 5px;
       padding-bottom: 5px;
  -
   }
   
   .formFields {
  @@ -283,6 +322,30 @@
       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;
   }
  
  
  



More information about the jboss-cvs-commits mailing list