You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2003/06/13 15:32:12 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/css tables.css scheduler.css forms.css boxes.css tabs.css

gregor      2003/06/13 06:32:12

  Modified:    src/webapp/lenya/resources/css tables.css scheduler.css
                        forms.css boxes.css tabs.css
  Log:
  moved info and admin sitemaps after usecase sitemap. they were before which prevented usecases from being matched
  
  Revision  Changes    Path
  1.2       +34 -34    cocoon-lenya/src/webapp/lenya/resources/css/tables.css
  
  Index: tables.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/tables.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tables.css	12 Jun 2003 15:38:15 -0000	1.1
  +++ tables.css	13 Jun 2003 13:32:11 -0000	1.2
  @@ -1,34 +1,34 @@
  -
  -table.lenya-table {
  -	background-color: White;
  -	border-spacing: 0px;
  -	border-collapse: collapse;
  -	font-size: small;
  -}
  -
  -table.lenya-table-noborder {
  -	border: 0px;
  -	border-spacing: 0px;
  -	font-size: small;
  -}
  -
  -table.lenya-table th {
  -    background-color: #DDDCCF;
  -	border: solid 1px #CCCCCC;
  -	color: Black;
  -	font-weight: bold;
  -	padding: 3px 10px;
  -	text-align: left;
  -}
  -
  -table.lenya-table td {
  -    background-color: #F5F4E9;
  -	border: solid 1px #CCCCCC;
  -	padding: 3px 10px;
  -}
  -
  -table.lenya-table-noborder td {
  -	border: 0px;
  -	padding: 3px 10px;
  -}
  -
  +
  +table.lenya-table {
  +	background-color: White;
  +	border-spacing: 0px;
  +	border-collapse: collapse;
  +	font-size: small;
  +}
  +
  +table.lenya-table-noborder {
  +	border: 0px;
  +	border-spacing: 0px;
  +	font-size: small;
  +}
  +
  +table.lenya-table th {
  +    background-color: #DDDCCF;
  +	border: solid 1px #CCCCCC;
  +	color: Black;
  +	font-weight: bold;
  +	padding: 3px 10px;
  +	text-align: left;
  +}
  +
  +table.lenya-table td {
  +    background-color: #F5F4E9;
  +	border: solid 1px #CCCCCC;
  +	padding: 3px 10px;
  +}
  +
  +table.lenya-table-noborder td {
  +	border: 0px;
  +	padding: 3px 10px;
  +}
  +
  
  
  
  1.2       +29 -29    cocoon-lenya/src/webapp/lenya/resources/css/scheduler.css
  
  Index: scheduler.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/scheduler.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- scheduler.css	12 Jun 2003 15:38:15 -0000	1.1
  +++ scheduler.css	13 Jun 2003 13:32:11 -0000	1.2
  @@ -1,29 +1,29 @@
  -table.scheduler-job {
  -}
  -
  -table.scheduler-job th {
  -    font-family: Verdana, sans-serif;
  -    font-size: small;
  -    font-weight: normal;
  -    padding: 3px 10px;
  -
  -    border-top: solid 1px #C0C0C0;
  -    background-color: #909090;
  -    border-bottom: solid 1px #606060;
  -
  -    color: Black;
  -    text-align: left;
  -}
  -
  -table.scheduler-job td {
  -    border-top: solid 1px #E0E0E0;
  -    background-color: #C0C0C0;
  -    border-bottom: solid 1px #909090;
  -    padding: 3px 10px;
  -}
  -
  -table.scheduler-job td.scheduler-empty {
  -    background-color: White;
  -    border: 0;
  -}
  -
  +table.scheduler-job {
  +}
  +
  +table.scheduler-job th {
  +    font-family: Verdana, sans-serif;
  +    font-size: small;
  +    font-weight: normal;
  +    padding: 3px 10px;
  +
  +    border-top: solid 1px #C0C0C0;
  +    background-color: #909090;
  +    border-bottom: solid 1px #606060;
  +
  +    color: Black;
  +    text-align: left;
  +}
  +
  +table.scheduler-job td {
  +    border-top: solid 1px #E0E0E0;
  +    background-color: #C0C0C0;
  +    border-bottom: solid 1px #909090;
  +    padding: 3px 10px;
  +}
  +
  +table.scheduler-job td.scheduler-empty {
  +    background-color: White;
  +    border: 0;
  +}
  +
  
  
  
  1.2       +17 -17    cocoon-lenya/src/webapp/lenya/resources/css/forms.css
  
  Index: forms.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/forms.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- forms.css	12 Jun 2003 15:38:14 -0000	1.1
  +++ forms.css	13 Jun 2003 13:32:11 -0000	1.2
  @@ -1,18 +1,18 @@
  -
  -form {
  -	margin: 0px;
  -	padding: 0px;
  -}
  -
  -.lenya-pad {
  -	padding: 10px;
  -}
  -
  -.lenya-table td.lenya-entry-caption {
  -	text-align: right;
  -}
  -
  -.lenya-form-element {
  -    width: 300px;
  -    font-family: Verdana, sans-serif;
  +
  +form {
  +	margin: 0px;
  +	padding: 0px;
  +}
  +
  +.lenya-pad {
  +	padding: 10px;
  +}
  +
  +.lenya-table td.lenya-entry-caption {
  +	text-align: right;
  +}
  +
  +.lenya-form-element {
  +    width: 300px;
  +    font-family: Verdana, sans-serif;
   }
  
  
  
  1.2       +19 -19    cocoon-lenya/src/webapp/lenya/resources/css/boxes.css
  
  Index: boxes.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/boxes.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boxes.css	12 Jun 2003 15:38:14 -0000	1.1
  +++ boxes.css	13 Jun 2003 13:32:11 -0000	1.2
  @@ -1,20 +1,20 @@
  -div.lenya-box {
  -	border: solid 1px #CCCCCC;
  -	font-size: small;
  -	width: auto;
  -	min-width: auto;
  -	max-width: 100%;
  -}
  -
  -div.lenya-box-title {
  -    background-color: #DDDCCF;
  -	border-bottom: solid 1px #CCCCCC;
  -	color: Black;
  -	font-weight: bold;
  -	padding: 3px 10px;
  -}
  -
  -div.lenya-box-body {
  -    padding: 10px;
  -    background-color: #F5F4E9;
  +div.lenya-box {
  +	border: solid 1px #CCCCCC;
  +	font-size: small;
  +	width: auto;
  +	min-width: auto;
  +	max-width: 100%;
  +}
  +
  +div.lenya-box-title {
  +    background-color: #DDDCCF;
  +	border-bottom: solid 1px #CCCCCC;
  +	color: Black;
  +	font-weight: bold;
  +	padding: 3px 10px;
  +}
  +
  +div.lenya-box-body {
  +    padding: 10px;
  +    background-color: #F5F4E9;
   }
  
  
  
  1.2       +22 -22    cocoon-lenya/src/webapp/lenya/resources/css/tabs.css
  
  Index: tabs.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/tabs.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.css	12 Jun 2003 15:38:14 -0000	1.1
  +++ tabs.css	13 Jun 2003 13:32:11 -0000	1.2
  @@ -1,22 +1,22 @@
  -/* Styles for tabs in Site / Meta Area */
  -
  -.lenya-tab {
  -	width:auto;
  -	font-family:verdana,arial,sans serif;
  -	background-color:#cccc99; 
  -	padding:10px;
  -	color:#333;
  -	border-width:1px;
  -	border-type:solid;
  -	border-color:#003366;
  -}
  -
  -.lenya-tablink {
  -	display:inline; /*mandatory*/
  -	margin-right:.5em;
  -	padding-left:2em;
  -	padding-right:2em;
  -	text-decoration:none;
  -	font-weight:bold;
  -	color:#ccc;
  -}
  +/* Styles for tabs in Site / Meta Area */
  +
  +.lenya-tab {
  +	width:auto;
  +	font-family:verdana,arial,sans serif;
  +	background-color:#cccc99; 
  +	padding:10px;
  +	color:#333;
  +	border-width:1px;
  +	border-type:solid;
  +	border-color:#003366;
  +}
  +
  +.lenya-tablink {
  +	display:inline; /*mandatory*/
  +	margin-right:.5em;
  +	padding-left:2em;
  +	padding-right:2em;
  +	text-decoration:none;
  +	font-weight:bold;
  +	color:#ccc;
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org