You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2010/11/04 22:28:50 UTC

svn commit: r1031262 [16/24] - in /incubator/ace/trunk/ace-webui-vaadin: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/ace/ src/main/java/org/apache/ace/webui/ src/main/java/org/apache/ace/webui/...

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/check.gif
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/check.gif?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/check.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/colsel.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/colsel.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/colsel.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/header-bg-over.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/header-bg-over.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/header-bg-over.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/header-bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/header-bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/header-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/resizer-bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/resizer-bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/resizer-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/scroll-position-bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/scroll-position-bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/scroll-position-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/sort-asc.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/sort-asc.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/sort-asc.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/sort-desc.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/sort-desc.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/img/sort-desc.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/table.css
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/table.css?rev=1031262&view=auto
==============================================================================
--- incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/table.css (added)
+++ incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/table/table.css Thu Nov  4 21:28:26 2010
@@ -0,0 +1,201 @@
+.v-table-header-wrap {
+	height: 36px;
+	border: 1px solid #b6bbbc;
+	border-bottom: none;
+	background: #e7e9ea url(img/header-bg.png) repeat-x;
+}
+.v-table-header {
+	height: 36px;
+}
+.v-table-footer-wrap {
+	border-color: #b6bbbc;
+	background: #e7e9ea url(img/header-bg.png) repeat-x;
+}
+.v-table-footer td {
+	border-right-color: #e8eaec;
+	padding-top: 3px;
+	padding-bottom: 3px;
+}
+.v-table-resizer {
+	height: 36px;
+	width: 4px;
+	background: transparent url(img/resizer-bg.png) repeat-y 100% 50%;
+}
+.v-table-caption-container {
+	color: #393a3c;
+	font-size: 15px;
+	padding: 9px 2px 9px 0;
+	text-shadow: #ffffff 0 1px 0;
+}
+.v-table-header-cell-asc .v-table-caption-container {
+	background: transparent url(img/sort-asc.png) no-repeat right 50%;
+}
+.v-table-header-cell-desc .v-table-caption-container {
+	background: transparent url(img/sort-desc.png) no-repeat right 50%;
+}
+.v-table-header-cell-asc .v-table-caption-container-align-right {
+    background: transparent url(img/sort-asc.png) no-repeat left 50%;
+}
+.v-table-header-cell-desc .v-table-caption-container-align-right {
+    background: transparent url(img/sort-desc.png) no-repeat left 50%;
+}
+.v-table-header-cell:hover,
+.v-table-header-cell-asc:hover,
+.v-table-header-cell-desc:hover {
+	background: transparent url(img/header-bg-over.png) repeat-x;
+}
+.v-table-body {
+	background: #fff;
+	border: 1px solid #b6bbbc;
+}
+tr.v-table-row:hover,
+tr.v-table-row-odd:hover {
+	background-color: #edeeee;
+}
+.v-table-row,
+.v-table-body-noselection .v-table-row:hover {
+	background-color: #fff;
+}
+.v-table-row-odd,
+.v-table-body-noselection .v-table-row-odd:hover {
+	background-color: #f6f7f7;
+}
+.v-table tr.v-selected {
+	background: #57a7ed;
+	color: #fff;
+}
+.v-table-cell-content {
+	padding: 0 6px 0 4px;
+	border-right: none;
+}
+.v-table-cell-wrapper {
+	white-space: nowrap;
+	overflow: hidden;
+	line-height: 23px;
+	/* Do not specify horizontal padding here */
+	padding: 3px 0 0 0;
+}
+.v-table-focus .v-table-cell-wrapper {
+	line-height: 21px;
+}
+/* Fix textfield size to correspond label size inside table */
+.v-table-cell-content .v-textfield,
+.v-table-cell-content .v-button {
+	margin: -3px 0 0 0;
+}
+.v-table-cell-content .v-textfield,
+.v-table-cell-content .v-datefield {
+	width: 97%; /* approximate */
+}
+/* ...but not for datefield textarea */
+.v-table-cell-content .v-datefield .v-textfield {
+	width: auto;
+	
+}
+/* datefield button is too high for table cell */
+.v-table-cell-content .v-datefield-button {
+	height: 25px;
+	margin: -3px 0 0 0;
+}
+.v-table-column-selector {
+	background: transparent url(img/colsel.png) no-repeat;
+	margin: -36px 0 0 0;
+	height: 36px;
+	width: 15px;
+}
+.v-table-focus-slot-left {
+	border-color: #b6bbbc;
+}
+.v-table-focus-slot-right {
+	border-color: #b6bbbc;
+}
+.v-table-header-drag {
+	background: #e7edf3 url(img/header-bg.png) repeat-x;
+	border: 1px solid #b6bbbc;
+	padding: 4px;
+	font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
+	color: #464f52;
+	font-size: 15px;
+	margin-top: 20px;
+}
+.v-table-scrollposition {
+	width: 160px;
+	height: 39px;
+	background: transparent url(img/scroll-position-bg.png);
+	border: none;
+}
+.v-table-scrollposition span {
+	display: block;
+	margin-top: 8px;
+	text-align: center;
+	font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
+	color: #464f52;
+	font-size: 15px;
+	text-shadow: #ffffff 2px 2px 0;
+}
+/* row in column selector */
+.v-on div {
+	background: transparent url(img/check.gif) no-repeat 2px 50%;
+	text-indent: 6px;
+}
+.v-off div {
+	text-indent: 6px;
+}
+.v-table .v-link {
+	display: inline;
+}
+/* IE6 hack */
+.v-ie6 .v-table-scrollposition {
+	background: transparent;
+	/* 
+	AlphaImageLoader uses src attribute relative to host page, not CSS
+	We need multiple different filters because we cannot be sure how host page is served compared to theme resources
+	TODO: This actually does not work as expected, since only the last filter is applied. Can we chain filters together (i.e. contain all versions on one line)?
+	 */
+	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../VAADIN/themes/default/table/img/scroll-position-bg.png", sizingMethod="scale");
+	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../VAADIN/themes/default/table/img/scroll-position-bg.png", sizingMethod="scale");
+	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="VAADIN/themes/default/table/img/scroll-position-bg.png", sizingMethod="scale");
+	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/VAADIN/themes/default/table/img/scroll-position-bg.png", sizingMethod="scale");
+}
+
+
+/* Borderless style */
+.v-table-borderless .v-table-header-wrap,
+.v-table-borderless .v-table-body {
+	border: none;
+}
+.v-table-borderless .v-table-header-wrap {
+	border-bottom: 1px solid #b6bbbc;
+}
+.v-table-borderless .v-table-body {
+	background: transparent;
+}
+.v-table-borderless .v-table-row,
+.v-table-borderless .v-table-row-odd,
+.v-table-borderless .v-table-body-noselection .v-table-row:hover,
+.v-table-borderless .v-table-body-noselection .v-table-row-odd:hover {
+	background-color: transparent;
+}
+
+
+/* Small style */
+.v-table-small .v-table-header-wrap,
+.v-table-small .v-table-header {
+	height: 22px;
+}
+.v-table-small .v-table-caption-container {
+	font-size: 13px;
+	padding-top: 3px;
+	padding-bottom: 3px;
+}
+.v-table-small .v-table-column-selector {
+	margin-top: -21px;
+	height: 21px;
+}
+.v-table-small .v-table-body {
+	font-size: 12px;
+}
+.v-table-small .v-table-cell-wrapper {
+	line-height: 18px;
+	padding: 2px 0;
+}

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-border.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-border.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-border.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-left.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-left.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-right.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-right.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/inline-tab-right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/next.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/next.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/next.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/prev.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/prev.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/prev.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/tab-bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/tab-bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/img/tab-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/tabsheet.css
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/tabsheet.css?rev=1031262&view=auto
==============================================================================
--- incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/tabsheet.css (added)
+++ incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tabsheet/tabsheet.css Thu Nov  4 21:28:26 2010
@@ -0,0 +1,294 @@
+.v-tabsheet-tabs {
+	height: 48px;
+}
+
+.v-tabsheet-spacertd div {
+	height: 37px;
+	border: 1px solid #b6bbbc;
+	background: transparent url(img/tab-bg.png);
+	padding: 0;
+}
+.v-tabsheet-scroller {
+	margin-top: -37px;
+	float: right;
+}
+.v-tabsheet-scrollerPrev,
+.v-tabsheet-scrollerNext,
+.v-tabsheet-scrollerPrev-disabled,
+.v-tabsheet-scrollerNext-disabled {
+	border: none;
+	width: 12px;
+	padding: 0;
+	height: 38px;
+	opacity: 0.9999;
+	margin-top: -1px;
+}
+.v-tabsheet-scrollerNext,
+.v-tabsheet-scrollerNext-disabled {
+	background: transparent url(img/next.png) no-repeat;
+}
+.v-tabsheet-scrollerPrev,
+.v-tabsheet-scrollerPrev-disabled {
+	background: transparent url(img/prev.png) no-repeat;
+}
+.v-tabsheet-scrollerPrev:hover,
+.v-tabsheet-scrollerNext:hover {
+	background-position: -24px 0px;
+}
+.v-tabsheet-scrollerPrev-disabled,
+.v-tabsheet-scrollerNext-disabled {
+	background-position: -12px 0px;
+}
+.v-tabsheet-scrollerPrev-disabled:hover,
+.v-tabsheet-scrollerNext-disabled:hover {
+	background-position: -12px 0px;
+}
+.v-tabsheet-tabitem {
+	border: 1px solid #b6bbbc;
+	border-right: none;
+	height: 37px;
+	padding: 0;
+	margin-top: 9px;
+	color: #777f85;
+	font-size: 15px;
+	line-height: 18px;
+	background: #f8f9f9 url(img/tab-bg.png);
+}
+.v-tabsheet-tabitem .v-caption {
+	height: 20px;
+	padding: 9px 15px 8px 15px;
+}
+.v-tabsheet-tabitem-selected {
+	border: none;
+	background: transparent url(../panel/img/top-left.png) no-repeat;
+	margin: 0;
+	padding: 0;
+	height: 48px;
+	color: #ee5311;
+}
+.v-tabsheet-tabitem:hover {
+	color: #4b5257;
+}
+.v-tabsheet-tabitem-selected:hover {
+	color: #ee5311;
+}
+.v-tabsheet-tabitem-selected .v-caption {
+	background: transparent url(../panel/img/top-right.png) repeat-x right top;
+	margin: 0 -1px 0 9px;
+	height: 18px;
+	padding: 16px 16px 14px 7px;
+	overflow: visible;
+}
+.v-tabsheet-caption-close {
+	margin-left: 3px;
+	margin-right: -3px;
+	margin-top: 2px;
+	font-size: 15px;
+	width: 15px;
+	height: 15px;
+	-webkit-border-radius: 7px;
+	-moz-border-radius: 7px;
+	color: #777f85;
+	line-height: 13px;
+}
+.v-tabsheet-caption-close:hover {
+	background: #dce0e0;
+}
+.v-tabsheet-caption-close:active {
+	background: #b6bbbc;
+	color: #fff;
+}
+.v-tabsheet-content {
+	border: 1px solid #babfc0;
+	background-color: #fff;
+	border-bottom: 1px solid #dee2e3;
+	border-top: none;
+}
+.v-tabsheet-hidetabs .v-tabsheet-content {
+	border-top: 1px solid #b5babb;
+}
+.v-tabsheet-deco {
+	height: 10px;
+	background: transparent url(../panel/img/bottom-right.png) repeat-x right top;
+	margin-left: 9px;
+	overflow: visible;
+}
+.v-tabsheet-deco:before {
+	display: block;
+	content: "";
+	width: 9px;
+	height: 9px;
+	margin-left: -9px;
+	background: transparent url(../panel/img/bottom-left.png) no-repeat;
+}
+/* Progress indication *
+.v-tabsheet-loading .v-tabsheet-tabitem-selected .v-captiontext {
+	background: transparent url(../../base/common/img/ajax-loader.gif) no-repeat top right;
+	margin-left: -10px;
+	padding-left: 10px;
+	margin-right: -10px;
+	padding-right: 10px;
+	margin-top: -12px;
+	padding-top: 12px;
+}*/
+/* IE specific styles */
+.v-ie6 .v-tabsheet-tabs {
+	height: 46px;
+}
+.v-ie6 .v-tabsheet-tabitem-selected {
+	border: 1px solid #babfc0;
+	border-bottom: none;
+	background: #fff;
+	margin-top: 0;
+	height: 23px;
+	padding: 18px 14px 6px 15px;
+	cursor: default;
+	color: #ee5311;
+}
+.v-ie6 .v-tabsheet-tabitem-selected .v-caption {
+	background: transparent;
+	padding: 0;
+	margin: 0;
+}
+.v-ie6 .v-tabsheet-content,
+.v-ie7 .v-tabsheet-content,
+.v-ie8 .v-tabsheet-content {
+	border-bottom: none;
+}
+.v-ie6 .v-tabsheet-deco,
+.v-ie7 .v-tabsheet-deco,
+.v-ie8 .v-tabsheet-deco {
+	height: 1px;
+	background: #babfc0;
+	overflow: hidden;
+	margin: 0;
+}
+.v-ie7 .v-tabsheet-deco,
+.v-ie8 .v-tabsheet-deco {
+	width: 100%;
+}
+/* Light-style */
+.v-tabsheet-tabcontainer-light {
+	height: 32px;
+}
+.v-tabsheet-tabs-light {
+	height: 32px;
+	width: 100%;
+	overflow:hidden;
+	background: transparent;
+}
+.v-tabsheet-tabs-light .v-tabsheet-spacertd div {
+	height: 31px;
+	border: none;
+	border-bottom: 1px solid #b6bbbc;
+	background: transparent url(img/inline-tab-bg.png) repeat-x;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitem {
+	border: none;
+	border-bottom: 1px solid #b6bbbc;
+	height: 30px;
+	padding: 0;
+	margin-top: 0;
+	color: #656d73;
+	font-size: 12px;
+	line-height: normal;
+	background: transparent url(img/inline-tab-bg.png) repeat-x;
+	cursor: pointer;
+	text-shadow: #fff 0 1px 0;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitem .v-caption {
+	height: 24px;
+	padding: 8px 10px 0 11px;
+	background: transparent url(img/inline-tab-border.png) no-repeat;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitemcell-first .v-caption {
+	margin-left: 5px;
+	background: transparent;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitemcell-selected + .v-tabsheet-tabitemcell .v-caption,
+.v-tabsheet-tabs-light .v-tabsheet-tabitemcell-selected-first + .v-tabsheet-tabitemcell .v-caption {
+	background: transparent;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitem-selected {
+	border: none;
+	background: transparent url(img/inline-tab-right.png) no-repeat right top;
+	margin: 0;
+	padding: 0;
+	height: 32px;
+	cursor: default;
+	color: #ee5311;
+	text-shadow: none;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitem:hover {
+	color: #4b5257;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitem-selected:hover {
+	color: #ee5311;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitem-selected .v-caption {
+	background: transparent url(img/inline-tab-left.png) no-repeat -7px 0;
+	margin: 0;
+	height: 23px;
+	padding: 9px 10px 0 11px;
+	overflow: visible;
+}
+.v-tabsheet-tabs-light .v-tabsheet-tabitemcell-first .v-tabsheet-tabitem-selected .v-caption {
+	background: transparent url(img/inline-tab-left.png) no-repeat -3px 0;
+	padding-left: 16px;
+}
+.v-tabsheet-tabs-light .v-tabsheet-caption-close {
+	margin-top: 0;
+	text-shadow: none;
+}
+.v-tabsheet-content-light {
+	border: none;
+	background: transparent;
+}
+.v-tabsheet-light .v-tabsheet-hidetabs .v-tabsheet-content {
+	border: none;
+}
+.v-tabsheet-deco-light {
+	height: 0;
+	overflow: hidden;
+}
+.v-tabsheet-deco-light:before {
+	display: none;
+}
+/* Scroller */
+.v-tabsheet-tabcontainer-light .v-tabsheet-scrollerPrev,
+.v-tabsheet-tabcontainer-light .v-tabsheet-scrollerNext {
+	margin-top: 2px;
+	height: 34px;
+}
+.v-tabsheet-tabcontainer-light .v-tabsheet-scrollerPrev-disabled,
+.v-tabsheet-tabcontainer-light .v-tabsheet-scrollerNext-disabled {
+	margin-top: 2px;
+	height: 34px;
+}
+/* Progress indication *
+.v-tabsheet-loading .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected .v-captiontext {
+	margin-left: -3px;
+	padding-left: 3px;
+}*/
+/* IE specific styles */
+.v-ie6 .v-tabsheet-tabs-light,
+.v-ie7 .v-tabsheet-tabs-light {
+	height: 32px;
+}
+.v-ie6 .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected,
+.v-ie7 .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected {
+	border: none;
+	background: #fff url(img/inline-tab-right.png) no-repeat right top;
+	padding: 0;
+	height: 32px;
+}
+.v-ie6 .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected .v-caption,
+.v-ie7 .v-tabsheet-tabs-light .v-tabsheet-tabitem-selected .v-caption {
+	background: transparent url(img/inline-tab-left.png) no-repeat -7px 0;
+	padding: 9px 11px 0 11px;
+}
+.v-ie6 .v-tabsheet-deco-light,
+.v-ie7 .v-tabsheet-deco-light,
+.v-ie8 .v-tabsheet-deco-light {
+	height: 0;
+}
\ No newline at end of file

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/textfield/img/bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/textfield/img/bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/textfield/img/bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/textfield/textfield.css
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/textfield/textfield.css?rev=1031262&view=auto
==============================================================================
--- incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/textfield/textfield.css (added)
+++ incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/textfield/textfield.css Thu Nov  4 21:28:26 2010
@@ -0,0 +1,46 @@
+.v-textfield,
+.v-textarea {
+	background: #fff url(img/bg.png) repeat-x;
+	border: 1px solid #b6b6b6;
+	border-top-color: #9d9d9d;
+	border-bottom-color: #d6d6d6;
+	border-right-color: #d6d6d6;
+	margin: 0;
+	line-height: 14px;
+}
+input.v-textfield,
+input[type=text].v-textfield,
+textarea.v-textarea {
+	font-size: 12px;
+	height: 16px;
+	padding: 4px 2px 0;
+}
+textarea.v-textarea {
+	height: auto;
+	padding-bottom: 2px;
+}
+.v-textfield-focus,
+.v-textarea-focus {
+	border-color: #5daee8;
+}
+input.v-textfield-prompt,
+textarea.v-textarea-prompt {
+	color: #999;
+	font-style: normal;
+}
+.v-richtextarea {
+	border: 1px solid #b6b6b6;
+}
+.v-richtextarea .gwt-RichTextArea {
+	background: #fff url(img/bg.png) repeat-x;
+}
+
+/* Small style */
+input.v-textfield-small,
+input[type=text].v-textfield-small,
+textarea.v-textarea-small {
+	font-size: 11px;
+	height: 14px;
+	line-height: 12px;
+	padding: 1px 2px;
+}
\ No newline at end of file

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/img/collapsed.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/img/collapsed.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/img/collapsed.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/img/expanded.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/img/expanded.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/img/expanded.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/tree.css
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/tree.css?rev=1031262&view=auto
==============================================================================
--- incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/tree.css (added)
+++ incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/tree/tree.css Thu Nov  4 21:28:26 2010
@@ -0,0 +1,56 @@
+.v-tree-node {
+	background: transparent url(img/collapsed.png) no-repeat 2px 1px;
+}
+.v-tree-node-expanded {
+	background: transparent url(img/expanded.png) no-repeat 2px 1px;
+}
+.v-tree-node-caption {
+	margin-left: 18px;
+}
+.v-tree-node-caption .v-icon {
+	margin: 0 2px 0 -2px;
+}
+.v-tree-node-caption span {
+	padding: 0 1px;
+}
+.v-tree-node-selected span {
+	background: #57a7ed;
+	color: #fff;
+	padding: 1px 2px 0;
+	display: inline-block;
+	zoom: 1;
+	margin: -1px -1px 0;
+	-webkit-border-radius: 2px;
+	-moz-border-radius: 2px;
+	border-radius: 2px;	
+}
+.v-tree-node-children {
+	padding-left: 16px;
+}
+/* IMPORTANT keep the offsetWidth (width + padding) of this element the same as the margin-left of v-tree-node-caption */
+.v-ie6 .v-tree-node-ie6compatnode {
+	width: 14px;
+	height: 10px;
+	padding: 1px;
+}
+.v-tree{
+	outline:none;	
+}
+.v-tree-node-caption.v-tree-node-focused span{
+	padding-left: 1px;
+	padding-top: 0px;
+	padding-bottom: 0px;
+}
+.v-tree-node-focused span{
+	border: 1px dotted black;	
+}
+.v-ie6 .v-tree-node-ie6compatnode.v-tree-node-focused{
+	padding-left: 0px;
+}
+/***************************************
+ * Drag'n'drop styles
+ ***************************************/
+.v-tree .v-tree-node-drag-top,
+.v-tree .v-tree-node-drag-top.v-tree-node-expanded {
+	background-position: 2px 0;
+}
\ No newline at end of file

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bg-color.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bg-color.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bg-color.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bottom-left.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bottom-left.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bottom-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bottom-right.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bottom-right.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/bottom-right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/close.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/close.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/close.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/bottom-left.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/bottom-left.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/bottom-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/bottom-right.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/bottom-right.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/bottom-right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/close.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/close.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/dialog/close.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/left-bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/left-bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/left-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/notification-error.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/notification-error.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/notification-error.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/resize.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/resize.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/resize.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/right-bg.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/right-bg.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/right-bg.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom-left.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom-left.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom-right.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom-right.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom-right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/bottom.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/center.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/center.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/center.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/left.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/left.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/right.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/right.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top-left.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top-left.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top-right.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top-right.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top-right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/shadow/top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/top-left.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/top-left.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/top-left.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/top-right.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/top-right.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/img/top-right.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/window.css
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/window.css?rev=1031262&view=auto
==============================================================================
--- incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/window.css (added)
+++ incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/themes/runo/window/window.css Thu Nov  4 21:28:26 2010
@@ -0,0 +1,144 @@
+.v-window {
+	color: #464f52;
+	font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
+	font-size: 13px;
+	line-height: 18px;
+	background: transparent url(img/bottom-left.png) no-repeat left bottom;
+}
+.v-window-wrap {
+	background: transparent url(img/top-left.png) no-repeat;
+}
+.v-window-outerheader {
+	height: 23px;
+	margin-left: 9px;
+	padding: 15px 40px 11px 12px;
+	background: transparent url(img/top-right.png) no-repeat right top;
+}
+.v-window-header {
+	font-size: 18px;
+	line-height: 1.2;
+	font-weight: normal;
+	letter-spacing: -0.03em;
+	color: #f14c1a;
+	text-shadow: 0 1px 0 #fff;
+	/* This element is 100% wide in IE6 */
+}
+.v-window-contents {
+	background: #fff;
+	border: 2px solid #babfc0;
+	border-top: none;
+	border-bottom: none;
+}
+.v-window div.v-window-footer {
+	height: 8px;
+	margin-left: 9px;
+	background: transparent url(img/bottom-right.png) no-repeat right bottom;
+	overflow: visible;
+}
+.v-ie7 .v-window-footer {
+	position: relative;
+	overflow: visible;
+}
+.v-window-resizebox,
+.v-ie7 .v-window-resizebox {
+	position: absolute; /* Needed to position the element over ScrollPanel, which is relatively positioned */
+	right: 5px;
+	width: 10px;
+	height: 10px;
+	margin-top: -7px;
+	background: transparent url(img/resize.png);
+}
+.v-window-resizebox-disabled {
+	background: transparent;
+	display: block;
+}
+.v-window-closebox {
+	position: absolute;
+	top: 21px;
+	right: 24px;
+	width: 12px;
+	height: 12px;
+	background: transparent url(img/close.png);
+}
+.v-window-closebox:hover {
+	background-position: 0 -12px;
+}
+.v-window-modalitycurtain {
+	background: #fff;
+}
+/* Dialog style */
+.v-window-dialog {
+	background-image: url(img/dialog/bottom-left.png);
+}
+.v-window-dialog .v-window-outerheader {
+	height: 14px;
+	padding: 13px 30px 5px 8px;
+	background: transparent url(img/top-right.png) no-repeat right top;
+}
+.v-window-dialog .v-window-header {
+	font-size: 12px;
+	line-height: normal;
+	font-weight: bold;
+	letter-spacing: 0;
+	text-shadow: 0 1px 0 #fff;
+}
+.v-window-dialog .v-window-contents {
+	background: #f1f3f3;
+}
+.v-window-dialog div.v-window-footer {
+	background-image: url(img/dialog/bottom-right.png);
+}
+.v-window-dialog .v-window-closebox {
+	top: 14px;
+	right: 16px;
+	background-image: url(img/dialog/close.png);
+}
+/* Shadow for window */
+.v-shadow-window .top-left {
+    top: -13px;             left: -20px;
+    width: 39px;         height: 39px;
+    background: transparent url(img/shadow/top-left.png);
+}
+.v-shadow-window .top {
+    top: -13px;             left: 19px;
+    height: 39px;
+    right: 19px;
+    background: transparent url(img/shadow/top.png);
+}
+.v-shadow-window .top-right {
+    top: -13px;             right: -20px;
+    width: 39px;         height: 39px;
+    background: transparent url(img/shadow/top-right.png);
+}
+.v-shadow-window .left {
+    top: 26px;           left: -20px;
+    width: 39px;
+    bottom: 12px;
+    background: transparent url(img/shadow/left.png);
+}
+.v-shadow-window .center {
+    top: 26px;           left: 19px;
+    bottom: 12px;        right: 19px;
+    background: transparent url(img/shadow/center.png);
+}
+.v-shadow-window .right {
+    top: 26px;           right: -20px;
+    width: 39px;
+    bottom: 12px;
+    background: transparent url(img/shadow/right.png);
+}
+.v-shadow-window .bottom-left {
+    bottom: -27px;           left: -20px;
+    width: 39px;          height: 39px;
+    background: transparent url(img/shadow/bottom-left.png);
+}
+.v-shadow-window .bottom {
+    bottom: -27px;           left: 19px;
+    right: 19px;          height: 39px;
+    background: transparent url(img/shadow/bottom.png);
+}
+.v-shadow-window .bottom-right {
+    bottom: -27px;           right: -20px;
+    width: 39px;          height: 39px;
+    background: transparent url(img/shadow/bottom-right.png);
+}
\ No newline at end of file

Added: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/0A9476898799A150D840F0B1C3672921.cache.png
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/0A9476898799A150D840F0B1C3672921.cache.png?rev=1031262&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ace/trunk/ace-webui-vaadin/src/main/resources/VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/0A9476898799A150D840F0B1C3672921.cache.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream