You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by it...@apache.org on 2010/06/22 17:01:25 UTC

svn commit: r956913 - in /incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb: button.css clearfix.css icon.css window.css yui.css

Author: ito
Date: Tue Jun 22 15:01:25 2010
New Revision: 956913

URL: http://svn.apache.org/viewvc?rev=956913&view=rev
Log:
css updated for IE and xhtml problems

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/button.css
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/clearfix.css
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/window.css
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/yui.css

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/button.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/button.css?rev=956913&r1=956912&r2=956913&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/button.css (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/button.css Tue Jun 22 15:01:25 2010
@@ -1,58 +1,58 @@
-/* button */
-
-.tx-button {
-	padding: 0.2em 0.8em;
-	text-align: center;
-	min-width: 5em;
-	display: block;
-	line-height: 1.1em;
-	height: 1.1em;
-	-moz-border-radius: 3px; 
-	-webkit-border-radius: 3px;
-	border-width: 1px;
-	border-style: solid;
-}
-
-.tx-inactive {
-	filter: alpha(opacity=30);
-	opacity: 0.3;
-}
-
-a.tx-button:visited, a.tx-button:link  {
-	color: #ffffff;
-	text-decoration: none;
-}
-
-a.tx-button:active, a.tx-button:hover  {
-	color: #ffffff;
-	text-decoration: underline;
-}
-
-a.tx-button.tx-inactive {
-	text-decoration: none;
-}
-
-.tx-button-generic {
-	background: url(./images/icons/fade-generic.png) center repeat-x;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-}
-
-.tx-button-generic-on {
-	background: url(./images/icons/fade-generic-on.png) center repeat-x;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-}
-
-.tx-button-remove {
-	background: url(./images/icons/fade-remove.png) center repeat-x;
-	border-color: #c6491d #a51507 #a51507 #ce4b21;
-}
-
-.tx-button-modify {
-	background: url(./images/icons/fade-modify.png) center repeat-x;
-	border-color: #2f8695 #368e9d #368e9d #487d9d;
-}
-
-.tx-button-create {
-	background: url(./images/icons/fade-create.png) center repeat-x;
-	border-color: #5f8d18 #68991d #68991d #68991d;
-}
+/* button */
+
+.tx-button {
+	padding: 0.2em 0.8em;
+	text-align: center;
+	min-width: 5em;
+	display: inline-block;
+	line-height: 1.1em;
+	height: 1.1em;
+	-moz-border-radius: 3px; 
+	-webkit-border-radius: 3px;
+	border-width: 1px;
+	border-style: solid;
+}
+
+.tx-inactive {
+	filter: alpha(opacity=30);
+	opacity: 0.3;
+}
+
+a.tx-button:visited, a.tx-button:link  {
+	color: #ffffff;
+	text-decoration: none;
+}
+
+a.tx-button:active, a.tx-button:hover  {
+	color: #ffffff;
+	text-decoration: underline;
+}
+
+a.tx-button.tx-inactive {
+	text-decoration: none;
+}
+
+.tx-button-generic {
+	background: url(./images/icons/fade-generic.png) center repeat-x;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+}
+
+.tx-button-generic-on {
+	background: url(./images/icons/fade-generic-on.png) center repeat-x;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+}
+
+.tx-button-remove {
+	background: url(./images/icons/fade-remove.png) center repeat-x;
+	border-color: #c6491d #a51507 #a51507 #ce4b21;
+}
+
+.tx-button-modify {
+	background: url(./images/icons/fade-modify.png) center repeat-x;
+	border-color: #2f8695 #368e9d #368e9d #487d9d;
+}
+
+.tx-button-create {
+	background: url(./images/icons/fade-create.png) center repeat-x;
+	border-color: #5f8d18 #68991d #68991d #68991d;
+}

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/clearfix.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/clearfix.css?rev=956913&r1=956912&r2=956913&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/clearfix.css (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/clearfix.css Tue Jun 22 15:01:25 2010
@@ -18,4 +18,20 @@ html[xmlns] .clearfix {
  
 * html .clearfix {
 	height: 1%;
+}
+
+/* full clearfix */
+/* add to floating elements which should not float afterthem */
+* html .overlay-clearfix {
+	height: 1%; /* IE5-6 */
+}
+* + html .overlay-clearfix {
+	display: inline-block; /* IE7not8 */
+}
+.overlay-clearfix:after { /* FF, IE8, O, S, etc. */
+	content: ".";
+	display: block;
+	height: 0;
+	clear: both;
+	visibility: hidden;
 }
\ No newline at end of file

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css?rev=956913&r1=956912&r2=956913&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/icon.css Tue Jun 22 15:01:25 2010
@@ -1,289 +1,305 @@
-/* icon */
-.tx-icon {
-	text-indent: -9999px;
-	text-align: left;
-	height: 20px;
-	width: 21px;
-	display: block;
-	float: left;
-	border: none;
-	-moz-border-radius: 3px; 
-	-webkit-border-radius: 3px;	
-}
-
-a.tx-icon {
-	text-decoration: none;
-}
-
-.tx-icon-down {
-	background: url(./images/icons/arr-down.png) center no-repeat;
-}
-
-.tx-icon-down-inverse {
-	background: url(./images/icons/arr-down-inverse.png) center no-repeat;
-}
-
-.tx-icon-up {
-	background: url(./images/icons/arr-up.png) center no-repeat;
-}
-
-.tx-icon-up-inverse {
-	background: url(./images/icons/arr-up-inverse.png) center no-repeat;
-}
-
-.tx-icon-left {
-	background: url(./images/icons/arr-left.png) center no-repeat;
-}
-
-.tx-icon-left-inverse {
-	background: url(./images/icons/arr-left-inverse.png) center no-repeat;
-}
-
-.tx-icon-right {
-	background: url(./images/icons/arr-right.png) center no-repeat;
-}
-
-.tx-icon-right-inverse {
-	background: url(./images/icons/arr-right-inverse.png) center no-repeat;
-}
-
-
-
-/* remove color */
-.tx-icon-delete {
-	background: url(./images/icons/btn-remove.png) center no-repeat;
-	border: solid 1px;
-	border-color: #c6491d #a51507 #a51507 #ce4b21;
-	height: 18px;
-	width: 19px;	
-}
-
-/* create color */
-.tx-icon-plus {
-	background: url(./images/icons/btn-plus.png) center no-repeat;
-	border: solid 1px;
-	border-color: #5f8d18 #68991d #68991d #68991d;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-icon-ok {
-	background: url(./images/icons/btn-ok.png) center no-repeat;
-	border: solid 1px;
-	border-color: #5f8d18 #68991d #68991d #68991d;
-	height: 18px;
-	width: 19px;	
-}
-
-/* modify color */
-.tx-icon-modify {
-	background: url(./images/icons/btn-modify.png) center no-repeat;
-	border: solid 1px;
-	border-color: #2f8695 #368e9d #368e9d #487d9d;
-	height: 18px;
-	width: 19px;
-}
-
-/* @deprecated use tx-icon-modify */
-.tx-icon-edit {
-	background: url(./images/icons/btn-modify.png) center no-repeat;
-	border: solid 1px;
-	border-color: #2f8695 #368e9d #368e9d #487d9d;
-	height: 18px;
-	width: 19px;	
-}
-
-/* generic color */
-.tx-icon-search {
-	background: url(./images/icons/btn-search.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;
-}
-
-.tx-icon-sitechooser {
-	background: url(./images/icons/btn-sitechooser.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-icon-user {
-	background: url(./images/icons/btn-user.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-icon-close {
-	background: url(./images/icons/btn-close.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-icon-forward {
-	background: url(./images/icons/btn-forward.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-icon-back {
-	background: url(./images/icons/btn-back.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-icon-zoomin {
-	background: url(./images/icons/btn-zoomin.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-icon-zoomout {
-	background: url(./images/icons/btn-zoomout.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;	
-}
-
-
-/* toggle color */
-
-.tx-toggle-list-on {
-	background: url(./images/icons/btn-toggle-list-on.png) center no-repeat;
-	border: solid 1px;
-	border-color: #7d7d7d #898989 #6d6d6d #898989;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-list-off {
-	background: url(./images/icons/btn-toggle-list-off.png) center no-repeat;
-	border: solid 1px;
-	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-thumbnail-on {
-	background: url(./images/icons/btn-toggle-thumbnail-on.png) center no-repeat;
-	border: solid 1px;
-	border-color: #7d7d7d #898989 #6d6d6d #898989;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-thumbnail-off {
-	background: url(./images/icons/btn-toggle-thumbnail-off.png) center no-repeat;
-	border: solid 1px;
-	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-tree-on {
-	background: url(./images/icons/btn-toggle-tree-on.png) center no-repeat;
-	border: solid 1px;
-	border-color: #7d7d7d #898989 #6d6d6d #898989;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-tree-off {
-	background: url(./images/icons/btn-toggle-tree-off.png) center no-repeat;
-	border: solid 1px;
-	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
-	height: 18px;
-	width: 19px;	
-}
-
-
-.tx-toggle-size1-on {
-	background: url(./images/icons/btn-toggle-size1-on.png) center no-repeat;
-	border: solid 1px;
-	border-color: #7d7d7d #898989 #6d6d6d #898989;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-size1-off {
-	background: url(./images/icons/btn-toggle-size1-off.png) center no-repeat;
-	border: solid 1px;
-	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-size2-on {
-	background: url(./images/icons/btn-toggle-size2-on.png) center no-repeat;
-	border: solid 1px;
-	border-color: #7d7d7d #898989 #6d6d6d #898989;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-size2-off {
-	background: url(./images/icons/btn-toggle-size2-off.png) center no-repeat;
-	border: solid 1px;
-	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-size3-on {
-	background: url(./images/icons/btn-toggle-size3-on.png) center no-repeat;
-	border: solid 1px;
-	border-color: #7d7d7d #898989 #6d6d6d #898989;
-	height: 18px;
-	width: 19px;	
-}
-
-.tx-toggle-size3-off {
-	background: url(./images/icons/btn-toggle-size3-off.png) center no-repeat;
-	border: solid 1px;
-	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
-	height: 18px;
-	width: 19px;	
-}
-
-
-/* div */
-
-.tx-icon-alert {
-	background: url(./images/icons/btn-alert.png) center no-repeat;
-	border: none;
-	height: 20px;
-	width: 21px;	
-}
-
-.tx-icon-spacer {
-	background-image: none;
-	width: 20px;
-	height: 21px;
-	-moz-border-radius: 0px; 
-	-webkit-border-radius: 0px;
-	border: none;
-}
-
-.tx-icon-drag {
-	background-image: url(./images/icons/btn-drag.png);
-	background-repeat: no-repeat;
-	background-position: left;	
-	width: 20px;
-	height: 21px;
-	-moz-border-radius: 0px; 
-	-webkit-border-radius: 0px;
-	border: none;
-}
+/* icon */
+.tx-icon {
+	text-indent: -9999px;
+	text-align: left;
+	height: 20px;
+	width: 21px;
+	display: inline-block;
+	float: left;
+	border: none;
+	-moz-border-radius: 3px; 
+	-webkit-border-radius: 3px;	
+}
+
+a.tx-icon {
+	text-decoration: none;
+}
+
+.tx-icon-down {
+	background: url(./images/icons/arr-down.png) center no-repeat;
+}
+
+.tx-icon-down-inverse {
+	background: url(./images/icons/arr-down-inverse.png) center no-repeat;
+}
+
+.tx-icon-up {
+	background: url(./images/icons/arr-up.png) center no-repeat;
+}
+
+.tx-icon-up-inverse {
+	background: url(./images/icons/arr-up-inverse.png) center no-repeat;
+}
+
+.tx-icon-left {
+	background: url(./images/icons/arr-left.png) center no-repeat;
+}
+
+.tx-icon-left-inverse {
+	background: url(./images/icons/arr-left-inverse.png) center no-repeat;
+}
+
+.tx-icon-right {
+	background: url(./images/icons/arr-right.png) center no-repeat;
+}
+
+.tx-icon-right-inverse {
+	background: url(./images/icons/arr-right-inverse.png) center no-repeat;
+}
+
+
+
+/* remove color */
+.tx-icon-delete {
+	background: url(./images/icons/btn-remove.png) center no-repeat;
+	border: solid 1px;
+	border-color: #c6491d #a51507 #a51507 #ce4b21;
+	height: 18px;
+	width: 19px;	
+}
+
+/* create color */
+.tx-icon-plus {
+	background: url(./images/icons/btn-plus.png) center no-repeat;
+	border: solid 1px;
+	border-color: #5f8d18 #68991d #68991d #68991d;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-icon-ok {
+	background: url(./images/icons/btn-ok.png) center no-repeat;
+	border: solid 1px;
+	border-color: #5f8d18 #68991d #68991d #68991d;
+	height: 18px;
+	width: 19px;	
+}
+
+/* modify color */
+.tx-icon-modify {
+	background: url(./images/icons/btn-modify.png) center no-repeat;
+	border: solid 1px;
+	border-color: #2f8695 #368e9d #368e9d #487d9d;
+	height: 18px;
+	width: 19px;
+}
+
+/* @deprecated use tx-icon-modify */
+.tx-icon-edit {
+	background: url(./images/icons/btn-modify.png) center no-repeat;
+	border: solid 1px;
+	border-color: #2f8695 #368e9d #368e9d #487d9d;
+	height: 18px;
+	width: 19px;	
+}
+
+/* generic color */
+.tx-icon-search {
+	background: url(./images/icons/btn-search.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;
+}
+
+.tx-icon-sitechooser {
+	background: url(./images/icons/btn-sitechooser.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-icon-user {
+	background: url(./images/icons/btn-user.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-icon-close {
+	background: url(./images/icons/btn-close.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-icon-forward {
+	background: url(./images/icons/btn-forward.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-icon-back {
+	background: url(./images/icons/btn-back.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-icon-zoomin {
+	background: url(./images/icons/btn-zoomin.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-icon-zoomout {
+	background: url(./images/icons/btn-zoomout.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;	
+}
+
+
+/* toggle color */
+
+.tx-toggle-list-on {
+	background: url(./images/icons/btn-toggle-list-on.png) center no-repeat;
+	border: solid 1px;
+	border-color: #7d7d7d #898989 #6d6d6d #898989;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-list-off {
+	background: url(./images/icons/btn-toggle-list-off.png) center no-repeat;
+	border: solid 1px;
+	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-thumbnail-on {
+	background: url(./images/icons/btn-toggle-thumbnail-on.png) center no-repeat;
+	border: solid 1px;
+	border-color: #7d7d7d #898989 #6d6d6d #898989;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-thumbnail-off {
+	background: url(./images/icons/btn-toggle-thumbnail-off.png) center no-repeat;
+	border: solid 1px;
+	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-tree-on {
+	background: url(./images/icons/btn-toggle-tree-on.png) center no-repeat;
+	border: solid 1px;
+	border-color: #7d7d7d #898989 #6d6d6d #898989;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-tree-off {
+	background: url(./images/icons/btn-toggle-tree-off.png) center no-repeat;
+	border: solid 1px;
+	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
+	height: 18px;
+	width: 19px;	
+}
+
+
+.tx-toggle-size1-on {
+	background: url(./images/icons/btn-toggle-size1-on.png) center no-repeat;
+	border: solid 1px;
+	border-color: #7d7d7d #898989 #6d6d6d #898989;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-size1-off {
+	background: url(./images/icons/btn-toggle-size1-off.png) center no-repeat;
+	border: solid 1px;
+	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-size2-on {
+	background: url(./images/icons/btn-toggle-size2-on.png) center no-repeat;
+	border: solid 1px;
+	border-color: #7d7d7d #898989 #6d6d6d #898989;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-size2-off {
+	background: url(./images/icons/btn-toggle-size2-off.png) center no-repeat;
+	border: solid 1px;
+	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-size3-on {
+	background: url(./images/icons/btn-toggle-size3-on.png) center no-repeat;
+	border: solid 1px;
+	border-color: #7d7d7d #898989 #6d6d6d #898989;
+	height: 18px;
+	width: 19px;	
+}
+
+.tx-toggle-size3-off {
+	background: url(./images/icons/btn-toggle-size3-off.png) center no-repeat;
+	border: solid 1px;
+	border-color: #b9b9b9 #b9b9b9 #b9b9b9 #b9b9b9;
+	height: 18px;
+	width: 19px;	
+}
+
+
+/* div */
+
+.tx-icon-alert {
+	background: url(./images/icons/btn-alert.png) center no-repeat;
+	border: none;
+	height: 20px;
+	width: 21px;	
+}
+
+.tx-icon-spacer {
+	background-image: none;
+	width: 20px;
+	height: 21px;
+	-moz-border-radius: 0px; 
+	-webkit-border-radius: 0px;
+	border: none;
+}
+
+.tx-icon-drag {
+	background-image: url(./images/icons/btn-drag.png);
+	background-repeat: no-repeat;
+	background-position: left;	
+	width: 20px;
+	height: 21px;
+	-moz-border-radius: 0px; 
+	-webkit-border-radius: 0px;
+	border: none;
+}
+
+.tx-icon-calendar {
+	background: url(./images/icons/btn-alert.png) center no-repeat;
+	border: none;
+	height: 20px;
+	width: 21px;	
+}
+
+
+.tx-icon-template {
+	background: url(./images/icons/btn-alert.png) center no-repeat;
+	border: none;
+	height: 20px;
+	width: 21px;	
+}
+

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/window.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/window.css?rev=956913&r1=956912&r2=956913&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/window.css (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/window.css Tue Jun 22 15:01:25 2010
@@ -1,83 +1,113 @@
-/* window */
-.tx-window {
-	background-color: #eceded;
-	border: none; 
-	overflow: hidden; 
-}
-
-.tx-window .tx-line {
-	border-top: solid 1px #e4e4e4;
-}
-
-.tx-window dl {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	float: left;
-}
-
-.tx-window dl.tx-line {
-	border-top: none;
-	border-bottom: solid 1px #e4e4e4;
-}
-
-.tx-window dt {
-	width: 10em;
-	clear: both;
-	float: left;
-	padding: 0.4em 0;
-	margin: 0;
-	font-weight: normal;
-}
-
-.tx-window dd {
-	width: 15em;
-	float: left;
-	padding: 0.4em 0;
-	margin: 0;
-}
-
-
-.tx-window-actions {
-	clear: both;
-	background-image: url(./images/bg/fade-tab-off.png);
-	background-repeat: repeat-x;
-	border-bottom: solid 1px #ffffff;
-	padding: 0.4em 0.8em;
-	text-align: center;
-}
-
-.tx-window-content {
-	background-image: url(./images/bg/fade-tab-status.png);
-	background-repeat: repeat-x;
-	padding: 0.4em 0.8em;
-}
-
-.tx-window-actions ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-window-actions ol li {
-	float: left;
-	padding: 0 0 0 0.4em;
-}
-
-.tx-window-actions ol li:first-child {
-	float: left;
-	padding: 0;
-}
-
-.tx-window-content h3  {
-	margin: 0;
-	padding: 0.5em 0 1em 0;
-	color: #999999;
-	font-size: 1.8em;
-	font-weight: normal;	
-}
-
-.tx-window-info {
-	float: left;
-	margin-right: 1.6em;
-}
\ No newline at end of file
+/* window */
+.tx-window {
+	background-color: #eceded;
+	border: none; 
+	overflow: hidden; 
+	line-height: 1.7em;
+}
+
+.tx-window .tx-line {
+	border-top: solid 1px #e4e4e4;
+}
+
+.tx-window dl {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+	float: left;
+}
+
+.tx-window dl.tx-line {
+	border-top: none;
+	border-bottom: solid 1px #e4e4e4;
+}
+
+.tx-window dt {
+	width: 10em;
+	clear: both;
+	float: left;
+	padding: 0.4em 0;
+	margin: 0;
+	font-weight: normal;
+}
+
+.tx-window dl.tx-full dt {
+	width: 13em;
+}
+
+.tx-window dd {
+	width: 15em;
+	float: left;
+	padding: 0.4em 0;
+	margin: 0;
+}
+
+.tx-window dl.tx-full dd {
+	width: 30em;
+}
+
+.tx-window-actions {
+	clear: both;
+	background-image: url(./images/bg/fade-tab-off.png);
+	background-repeat: repeat-x;
+	border-bottom: solid 1px #ffffff;
+	padding: 0.4em 0.8em;
+	text-align: center;
+}
+
+
+.tx-window-content {
+	background-image: url(./images/bg/fade-tab-status.png);
+	background-repeat: repeat-x;
+	padding: 0.4em 0.8em;
+}
+
+.tx-window-actions ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.tx-window-actions ol li {
+	float: left;
+	padding: 0 0 0 0.4em;
+}
+
+.tx-window-actions ol li:first-child {
+	float: left;
+	padding: 0;
+}
+
+.tx-window-content h3  {
+	margin: 0;
+	padding: 0.5em 0 1em 0;
+	color: #999999;
+	font-size: 1.8em;
+	font-weight: normal;	
+}
+
+.tx-window-info {
+	float: left;
+	margin-right: 1.6em;
+}
+
+.tx-window-status {
+	clear: both;
+	background-color: #c2b54f;
+	padding: 0.4em 0.8em;
+	text-align: left;
+	color: #ffffff;
+
+}
+
+.tx-window-status-desc {
+	color: #333333;
+	margin-bottom: 0.3em;
+	
+}
+
+.tx-window-status-desc strong {
+	color: #333333;
+	font-size: 1.3em;
+}
+

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/yui.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/yui.css?rev=956913&r1=956912&r2=956913&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/yui.css (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.web.resources.style/src/main/resources/org/apache/clerezza/web/resources/style/staticweb/yui.css Tue Jun 22 15:01:25 2010
@@ -1,176 +1,176 @@
-/* buttons */
-#tx-list table th.yui-dt-asc .yui-dt-liner {
-	background: url(./images/icons/arr-down.png) center no-repeat;
-}
-
-#tx-list table th.yui-dt-desc .yui-dt-liner  {
-	background: url(./images/icons/arr-up.png) center no-repeat;
-}
-
-#tx-list table th.yui-dt-desc .yui-dt-liner, #tx-list table th.yui-dt-asc .yui-dt-liner {
-	background-position: right center;
-}
-
-
-/* pager  */
-.yui-pg-page {
-	padding: 0.3em;
-}
-
-/*  window  */
-.tx-window .hd { 
-    overflow: auto; 
-    padding:  0.4em 0.8em; 
-	color: #ffffff;
-	font-size: 1.8em;
-	background-image: url(./images/bg/fade-header2.png);
-	background-repeat: repeat-x;
-	border-top: solid 1px #6c6c6c;
-	border-bottom: solid 1px #616161;
-	clear: both;
-	background-color: #9c9c9b;	
-} 
-
-.tx-window .bd { 
-    overflow: auto; 
-    padding:  0; 
-	background-color: #fdfdfd;	
-} 
-
-.tx-window .ft { 
-	height: 1.3em; 
-	padding: 0; 
-	background-color: #ffffff;		
-} 
-
-#tx-dialog .ft { 
-	height: 4em; 
-	background-color: #ffffff;		
-} 
-
-#tx-dialog .ft .button-group { 
-	 padding: 0.8em; 
-	 display: block;
-	 float: right;
-	 text-align: center;
-} 
-
-#tx-dialog .ft .button-group button { 
-	color: #ffffff;
-	float: left;
-	margin-left: 0.4em; 
-	padding: 0 0.8em;
-	text-align: center;
-	min-width: 5em;
-	display: block;
-	line-height: 1.2em;
-	-moz-border-radius: 3px; 
-	-webkit-border-radius: 3px;
-	border-width: 1px;
-	border-style: solid;
-	background: url(./images/icons/fade-generic.png) center repeat-x;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-}
- 
-#tx-dialog .ft .button-group button.default { 
-	color: #999999;
-	background: url(./images/icons/fade-generic2.png) center repeat-x;
-	border-color: #afafaf #afafaf #a2a2a2 #afafaf;
-} 
-
-
-#tx-dialog .bd {
-    padding:  0.8em 0.8em; 
-}
-
-
-.yui-overlay,
-.yui-panel-container, .tx-window {
-    visibility: hidden;
-    position: relative;
-    z-index: -5;
-}
-
-.mask {
-    z-index: 1; 
-    display:none;
-    position:absolute;
-    top: 0;
-    left: 0;
-	filter: alpha(opacity=50);
-	opacity: 0.5;
-    background-color:#cccccc;
-}
-
-.yui-panel-container .underlay {
-    position: absolute;
-    top: 0;
-    right: 0;
-    bottom: 0;
-    left: 0;
-
-}
-.yui-panel-container.shadow .underlay {
-    top: -5px;
-    bottom: -5px;
-    right: -5px;
-    left: -5px;
-    background-color: #000000;
-    opacity: 0.1;
-}
-
-.yui-panel .container-close {
-    position:absolute;
-    top: 0.8em;
-    right: 0.8em;
-    z-index: 6;
-    margin: 0;	
-	height: 20px;
-	width: 21px;
-	display: block;
-	float: left;
-	border: none;
-	-moz-border-radius: 3px; 
-	-webkit-border-radius: 3px;	
-	background: url(./images/icons/btn-close.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;		
-}
-
-.tx-window .yui-resize-handle-br { 
-	right:0; 
-	bottom:0; 
-	height: 16px; 
-	width: 16px; 
-	position:absolute;  
-	background-color: red;
-	background:url(./images/icons/btn-resize.png) no-repeat;
-} 
-
-
-/* list  */
-.yui-dt-coltarget {
-    width: 5px;
-    background-color: red;
-}
-
-
-thead .yui-dt-sortable {
-    cursor: pointer;
-}
-
-/* draggable columns */
-thead .yui-dt-draggable {
-    cursor: move;
-}
-
-#tx-list table th.on, #tx-list table th.yui-dt-asc, #tx-list table th.yui-dt-desc  {
-	background: url(./images/bg/fade-th-on.png) top  repeat-x;
-	color: #555555;
-}
-
-.yui-dt-resizer {
-	width: 6px;
+/* buttons */
+#tx-list table th.yui-dt-asc .yui-dt-liner {
+	background: url(./images/icons/arr-down.png) center no-repeat;
+}
+
+#tx-list table th.yui-dt-desc .yui-dt-liner  {
+	background: url(./images/icons/arr-up.png) center no-repeat;
+}
+
+#tx-list table th.yui-dt-desc .yui-dt-liner, #tx-list table th.yui-dt-asc .yui-dt-liner {
+	background-position: right center;
+}
+
+
+/* pager  */
+.yui-pg-page {
+	padding: 0.3em;
+}
+
+/*  window  */
+.tx-window .hd { 
+    overflow: none; 
+    padding:  0.4em 0.8em; 
+	color: #ffffff;
+	font-size: 1.8em;
+	background-image: url(./images/bg/fade-header2.png);
+	background-repeat: repeat-x;
+	border-top: solid 1px #6c6c6c;
+	border-bottom: solid 1px #616161;
+	clear: both;
+	background-color: #9c9c9b;	
+} 
+
+.tx-window .bd { 
+    overflow: auto; 
+    padding:  0; 
+	background-color: #fdfdfd;	
+} 
+
+.tx-window .ft { 
+	height: 1.3em; 
+	padding: 0; 
+	background-color: #ffffff;		
+} 
+
+#tx-dialog .ft { 
+	height: 4em; 
+	background-color: #ffffff;		
+} 
+
+#tx-dialog .ft .button-group { 
+	 padding: 0.8em; 
+	 display: block;
+	 float: right;
+	 text-align: center;
+} 
+
+#tx-dialog .ft .button-group button { 
+	color: #ffffff;
+	float: left;
+	margin-left: 0.4em; 
+	padding: 0 0.8em;
+	text-align: center;
+	min-width: 5em;
+	display: block;
+	line-height: 1.2em;
+	-moz-border-radius: 3px; 
+	-webkit-border-radius: 3px;
+	border-width: 1px;
+	border-style: solid;
+	background: url(./images/icons/fade-generic.png) center repeat-x;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+}
+ 
+#tx-dialog .ft .button-group button.default { 
+	color: #999999;
+	background: url(./images/icons/fade-generic2.png) center repeat-x;
+	border-color: #afafaf #afafaf #a2a2a2 #afafaf;
+} 
+
+
+#tx-dialog .bd {
+    padding:  0.8em 0.8em; 
+}
+
+
+.yui-overlay,
+.yui-panel-container, .tx-window {
+    visibility: hidden;
+    position: relative;
+    z-index: -5;
+}
+
+.mask {
+    z-index: 1; 
+    display:none;
+    position:absolute;
+    top: 0;
+    left: 0;
+	filter: alpha(opacity=50);
+	opacity: 0.5;
+    background-color:#cccccc;
+}
+
+.yui-panel-container .underlay {
+    position: absolute;
+    top: 0;
+    right: 0;
+    bottom: 0;
+    left: 0;
+
+}
+.yui-panel-container.shadow .underlay {
+    top: -5px;
+    bottom: -5px;
+    right: -5px;
+    left: -5px;
+    background-color: #000000;
+    opacity: 0.1;
+}
+
+.yui-panel .container-close {
+    position:absolute;
+    top: 0.8em;
+    right: 0.8em;
+    z-index: 6;
+    margin: 0;	
+	height: 20px;
+	width: 21px;
+	display: block;
+	float: left;
+	border: none;
+	-moz-border-radius: 3px; 
+	-webkit-border-radius: 3px;	
+	background: url(./images/icons/btn-close.png) center no-repeat;
+	border: solid 1px;
+	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
+	height: 18px;
+	width: 19px;		
+}
+
+.tx-window .yui-resize-handle-br { 
+	right:0; 
+	bottom:0; 
+	height: 16px; 
+	width: 16px; 
+	position:absolute;  
+	background-color: red;
+	background:url(./images/icons/btn-resize.png) no-repeat;
+} 
+
+
+/* list  */
+.yui-dt-coltarget {
+    width: 5px;
+    background-color: red;
+}
+
+
+thead .yui-dt-sortable {
+    cursor: pointer;
+}
+
+/* draggable columns */
+thead .yui-dt-draggable {
+    cursor: move;
+}
+
+#tx-list table th.on, #tx-list table th.yui-dt-asc, #tx-list table th.yui-dt-desc  {
+	background: url(./images/bg/fade-th-on.png) top  repeat-x;
+	color: #555555;
+}
+
+.yui-dt-resizer {
+	width: 6px;
 }
\ No newline at end of file