You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by no...@apache.org on 2009/06/26 22:43:14 UTC

svn commit: r788864 [3/3] - in /labs/hupa: ./ .settings/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/hupa/ src/main/java/org/apache/hupa/client/ src/main/java/org/apache/hupa/client/bundles/ src/m...

Added: labs/hupa/war/hupa/gwt/standard/standard_rtl.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/gwt/standard/standard_rtl.css?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/gwt/standard/standard_rtl.css (added)
+++ labs/hupa/war/hupa/gwt/standard/standard_rtl.css Fri Jun 26 20:43:11 2009
@@ -0,0 +1,1077 @@
+/**
+ * The file contains styles for GWT widgets in the standard theme, in RTL mode.
+ *
+ * In order to maintain cross-browser compatibility, the following syntax is
+ * used to create IE6 specific style rules:
+ *    .gwt-Widget {
+ *      property: rule applies to all browsers
+ *      -property: rule applies only to IE6 (overrides previous rule)
+ *    }
+ *    * html .gwt-Widget {
+ *      property: rule applies to all versions of IE
+ *    }
+ */
+
+body, table td, select {
+  font-family: Arial Unicode MS, Arial, sans-serif;
+  font-size: small;
+}
+pre {
+  font-family: "courier new", courier;
+  font-size: small;
+}
+body {
+  color: black;
+  margin: 0px;
+  border: 0px;
+  padding: 0px;
+  background: #fff;
+  direction: rtl;
+}
+a, a:visited, a:hover {
+  color: #0000AA;
+}
+
+/**
+ * The reference theme can be used to determine when this style sheet has
+ * loaded.  Create a hidden div element with absolute position, assign the style
+ * name below, and attach it to the DOM.  Use a timer to detect when the
+ * element's height and width are set to 5px.
+ */
+.gwt-Reference-standard-rtl {
+  height: 5px;
+  width: 5px;
+  zoom: 1;
+}
+
+.gwt-Button {
+  margin: 0;
+  padding: 3px 5px;
+  text-decoration: none;
+  font-size: small;
+  cursor: pointer;
+  cursor: hand;
+  background: url("images/hborder.png") repeat-x 0px -27px;
+  border: 1px outset #ccc;
+}
+.gwt-Button:active {
+  border: 1px inset #ccc;
+}
+.gwt-Button:hover {
+  border-color: #9cf #69e #69e #7af;
+}
+.gwt-Button[disabled] {
+  cursor: default;
+  color: #888;
+}
+.gwt-Button[disabled]:hover {
+  border: 1px outset #ccc;
+}
+
+.gwt-CheckBox {
+}
+.gwt-CheckBox-disabled {
+  color: #888;
+}
+
+.gwt-DecoratorPanel {
+}
+.gwt-DecoratorPanel .topCenter,
+.gwt-DecoratorPanel .bottomCenter {
+  background: url(images/hborder.png) repeat-x;
+}
+.gwt-DecoratorPanel .middleLeft,
+.gwt-DecoratorPanel .middleRight {
+  background: url(images/vborder.png) repeat-y;
+}
+.gwt-DecoratorPanel .topLeftInner,
+.gwt-DecoratorPanel .topRightInner,
+.gwt-DecoratorPanel .bottomLeftInner,
+.gwt-DecoratorPanel .bottomRightInner {
+  width: 5px;
+  height: 5px;
+  zoom: 1;
+}
+.gwt-DecoratorPanel .topLeft {
+  background: url(images/corner.png) no-repeat 0px 0px;
+  -background: url(images/corner_ie6.png) no-repeat 0px 0px;
+}
+.gwt-DecoratorPanel .topRight {
+  background: url(images/corner.png) no-repeat -5px 0px;
+  -background: url(images/corner_ie6.png) no-repeat -5px 0px;
+}
+.gwt-DecoratorPanel .bottomLeft {
+  background: url(images/corner.png) no-repeat 0px -5px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -5px;
+}
+.gwt-DecoratorPanel .bottomRight {
+  background: url(images/corner.png) no-repeat -5px -5px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -5px;
+}
+* html .gwt-DecoratorPanel .topLeftInner,
+* html .gwt-DecoratorPanel .topRightInner,
+* html .gwt-DecoratorPanel .bottomLeftInner,
+* html .gwt-DecoratorPanel .bottomRightInner {
+  width: 5px;
+  height: 5px;
+  overflow: hidden;
+}
+
+.gwt-DialogBox .Caption {
+  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
+  padding: 4px 8px 4px 4px;
+  cursor: default;
+  border-bottom: 1px solid #bbbbbb;
+  border-top: 5px solid #d0e4f6;
+}
+.gwt-DialogBox .dialogContent {
+}
+.gwt-DialogBox .dialogMiddleCenter {
+  padding: 3px;
+  background: white;
+}
+.gwt-DialogBox .dialogBottomCenter {
+  background: url(images/hborder.png) repeat-x 0px -4px;
+  -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
+}
+.gwt-DialogBox .dialogMiddleLeft {
+  background: url(images/vborder.png) repeat-y;
+}
+.gwt-DialogBox .dialogMiddleRight {
+  background: url(images/vborder.png) repeat-y -4px 0px;
+  -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
+}
+.gwt-DialogBox .dialogTopLeftInner {
+  width: 5px;
+  zoom: 1;
+}
+.gwt-DialogBox .dialogTopRightInner {
+  width: 8px;
+  zoom: 1;
+}
+.gwt-DialogBox .dialogBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-DialogBox .dialogBottomRightInner {
+  width: 5px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-DialogBox .dialogTopLeft {
+  background: url(images/corner.png) no-repeat -13px 0px;
+  -background: url(images/corner_ie6.png) no-repeat -13px 0px;
+}
+.gwt-DialogBox .dialogTopRight {
+  background: url(images/corner.png) no-repeat -18px 0px;
+  -background: url(images/corner_ie6.png) no-repeat -18px 0px;
+}
+.gwt-DialogBox .dialogBottomLeft {
+  background: url(images/corner.png) no-repeat 0px -15px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -15px;
+}
+.gwt-DialogBox .dialogBottomRight {
+  background: url(images/corner.png) no-repeat -5px -15px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -15px;
+}
+* html .gwt-DialogBox .dialogTopLeftInner {
+  width: 5px;
+  overflow: hidden;
+}
+* html .gwt-DialogBox .dialogTopRightInner {
+  width: 8px;
+  overflow: hidden;
+}
+* html .gwt-DialogBox .dialogBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  overflow: hidden;
+}
+* html .gwt-DialogBox .dialogBottomRightInner {
+  width: 8px;
+  height: 8px;
+  overflow: hidden;
+}
+
+.gwt-DisclosurePanel {
+}
+.gwt-DisclosurePanel-open {
+}
+.gwt-DisclosurePanel-closed {
+}
+.gwt-DisclosurePanel .header,
+.gwt-DisclosurePanel .header a,
+.gwt-DisclosurePanel .header td {
+  text-decoration: none;  /* Remove underline from header */
+  color: black; 
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-DisclosurePanel .content {
+  border-right: 3px solid #e8eef7;
+  padding: 4px 8px 4px 0px;
+  margin-right: 6px;
+}
+
+.gwt-FileUpload {
+}
+
+.gwt-Frame {
+  border-top: 2px solid #666;
+  border-left: 2px solid #666;
+  border-right: 2px solid #bbb;
+  border-bottom: 2px solid #bbb;
+}
+
+.gwt-HorizontalSplitPanel {
+}
+.gwt-HorizontalSplitPanel .hsplitter {
+  cursor: move;
+  border: 0px; 
+  background: #91c0ef url(images/vborder.png) repeat-y;
+}
+.gwt-VerticalSplitPanel {
+}
+.gwt-VerticalSplitPanel .vsplitter {
+  cursor: move;
+  border: 0px; 
+  background: #91c0ef url(images/hborder.png) repeat-x;
+}
+
+.gwt-HTML {
+}
+
+.gwt-Hyperlink {
+}
+
+.gwt-Image {
+}
+
+.gwt-Label {
+}
+
+.gwt-ListBox {
+}
+
+.gwt-MenuBar {
+  cursor: default;
+}
+.gwt-MenuBar .gwt-MenuItem {
+  cursor: default;
+}
+.gwt-MenuBar .gwt-MenuItem-selected {
+  background: #E0EDFE;
+}
+.gwt-MenuBar-horizontal {
+  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
+  border: 1px solid #BBBBBB;
+}
+.gwt-MenuBar-horizontal .gwt-MenuItem {
+  padding: 0px 10px;
+  vertical-align: bottom;
+  color: #666666;
+  font-weight: bold;
+}
+.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
+  width: 1px;
+  padding: 0px;
+  margin: 0px;
+  border: 0px;
+  border-right: 1px solid #888888;
+  background: white;
+}
+.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
+  width: 1px;
+  height: 1px;
+  background: white; 
+}
+.gwt-MenuBar-vertical {
+  margin-top: 0px;
+  margin-right: 0px;
+  background: white;
+}
+.gwt-MenuBar-vertical table {
+  border-collapse: collapse;
+}
+.gwt-MenuBar-vertical .gwt-MenuItem {
+  padding: 4px 1px 4px 14px;
+}
+.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
+  padding: 2px 0px;
+}
+.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
+  height: 1px;
+  padding: 0px;
+  border: 0px;
+  border-top: 1px solid #777777;
+  background: #ddddee;
+  overflow: hidden;
+}
+.gwt-MenuBar-vertical .subMenuIcon {
+  padding-left: 4px;
+}
+.gwt-MenuBar-vertical .subMenuIcon-selected {
+  background: #E0EDFE;
+}
+.gwt-MenuBarPopup {
+  margin: 0px 3px 0px 0px;
+}
+.gwt-MenuBarPopup .menuPopupTopCenter {
+  background: url(images/hborder.png) 0px -12px repeat-x;
+}
+.gwt-MenuBarPopup .menuPopupBottomCenter {
+  background: url(images/hborder.png) 0px -13px repeat-x;
+  -background: url(images/hborder_ie6.png) 0px -13px repeat-x;
+}
+.gwt-MenuBarPopup .menuPopupMiddleLeft {
+  background: url(images/vborder.png) -12px 0px repeat-y;
+  -background: url(images/vborder_ie6.png) -12px 0px repeat-y;
+}
+.gwt-MenuBarPopup .menuPopupMiddleRight {
+  background: url(images/vborder.png) -13px 0px repeat-y;
+  -background: url(images/vborder_ie6.png) -13px 0px repeat-y;
+}
+.gwt-MenuBarPopup .menuPopupTopLeftInner {
+  width: 5px;
+  height: 5px;
+  zoom: 1;
+}
+.gwt-MenuBarPopup .menuPopupTopRightInner {
+  width: 8px;
+  height: 5px;
+  zoom: 1;
+}
+.gwt-MenuBarPopup .menuPopupBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-MenuBarPopup .menuPopupBottomRightInner {
+  width: 8px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-MenuBarPopup .menuPopupTopLeft {
+  background: url(images/corner.png) no-repeat 0px -36px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -36px;
+}
+.gwt-MenuBarPopup .menuPopupTopRight {
+  background: url(images/corner.png) no-repeat -5px -36px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -36px;
+}
+.gwt-MenuBarPopup .menuPopupBottomLeft {
+  background: url(images/corner.png) no-repeat 0px -41px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -41px;
+}
+.gwt-MenuBarPopup .menuPopupBottomRight {
+  background: url(images/corner.png) no-repeat -5px -41px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -41px;
+}
+* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
+  width: 5px;
+  height: 5px;
+  overflow: hidden;
+}
+* html .gwt-MenuBarPopup .menuPopupTopRightInner {
+  width: 8px;
+  height: 5px;
+  overflow: hidden;
+}
+* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  overflow: hidden;
+}
+* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
+  width: 8px;
+  height: 8px;
+  overflow: hidden;
+}
+
+.gwt-PasswordTextBox {
+  padding: 2px;
+}
+.gwt-PasswordTextBox-readonly {
+  color: #888;
+}
+
+.gwt-PopupPanel {
+  border: 3px solid #C3D9FF;
+  padding: 3px;
+  background: white;
+}
+
+.gwt-DecoratedPopupPanel .popupContent {
+}
+.gwt-DecoratedPopupPanel .popupMiddleCenter {
+  padding: 3px;
+  background: #d0e4f6;
+}
+.gwt-DecoratedPopupPanel .popupTopCenter {
+  background: url(images/hborder.png) repeat-x;
+}
+.gwt-DecoratedPopupPanel .popupBottomCenter {
+  background: url(images/hborder.png) repeat-x 0px -4px;
+  -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
+}
+.gwt-DecoratedPopupPanel .popupMiddleLeft {
+  background: url(images/vborder.png) repeat-y;
+}
+.gwt-DecoratedPopupPanel .popupMiddleRight {
+  background: url(images/vborder.png) repeat-y -4px 0px;
+  -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
+}
+.gwt-DecoratedPopupPanel .popupTopLeftInner {
+  width: 5px;
+  height: 5px;
+  zoom: 1;
+}
+.gwt-DecoratedPopupPanel .popupTopRightInner {
+  width: 8px;
+  height: 5px;
+  zoom: 1;
+}
+.gwt-DecoratedPopupPanel .popupBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-DecoratedPopupPanel .popupBottomRightInner {
+  width: 8px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-DecoratedPopupPanel .popupTopLeft {
+  background: url(images/corner.png) no-repeat 0px -10px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -10px;
+}
+.gwt-DecoratedPopupPanel .popupTopRight {
+  background: url(images/corner.png) no-repeat -5px -10px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -10px;
+}
+.gwt-DecoratedPopupPanel .popupBottomLeft {
+  background: url(images/corner.png) no-repeat 0px -15px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -15px;
+}
+.gwt-DecoratedPopupPanel .popupBottomRight {
+  background: url(images/corner.png) no-repeat -5px -15px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -15px;
+}
+* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
+  width: 5px;
+  height: 5px;
+  overflow: hidden;
+}
+* html .gwt-DecoratedPopupPanel .popupTopRightInner {
+  width: 8px;
+  height: 5px;
+  overflow: hidden;
+}
+* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  overflow: hidden;
+}
+* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
+  width: 8px;
+  height: 8px;
+  overflow: hidden;
+}
+
+.gwt-PushButton-up,
+.gwt-PushButton-up-hovering,
+.gwt-PushButton-up-disabled,
+.gwt-PushButton-down,
+.gwt-PushButton-down-hovering,
+.gwt-PushButton-down-disabled {
+  margin: 0;
+  text-decoration: none;
+  background: url("images/hborder.png") repeat-x 0px -27px;
+}
+.gwt-PushButton-up,
+.gwt-PushButton-up-hovering,
+.gwt-PushButton-up-disabled {
+  padding: 3px 5px 3px 5px;
+}
+.gwt-PushButton-up {
+  border: 1px outset #ccc;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-PushButton-up-hovering {
+  border: 1px outset;
+  border-color: #9cf #69e #69e #7af;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-PushButton-up-disabled {
+  border: 1px outset #ccc;
+  cursor: default;
+  opacity: .5;
+  filter: alpha(opacity=40);
+  zoom: 1;
+}
+.gwt-PushButton-down,
+.gwt-PushButton-down-hovering,
+.gwt-PushButton-down-disabled {
+  padding: 4px 4px 2px 6px;
+}
+.gwt-PushButton-down {
+  border: 1px inset #666;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-PushButton-down-hovering {
+  border: 1px inset;
+  border-color: #9cf #69e #69e #7af;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-PushButton-down-disabled {
+  border: 1px outset #ccc;
+  cursor: default;
+  opacity: 0.5;
+  filter: alpha(opacity=40);
+  zoom: 1;
+}
+
+.gwt-RadioButton {
+}
+.gwt-RadioButton-disabled {
+  color: #888;
+}
+
+.gwt-RichTextArea {
+}
+.hasRichTextToolbar {
+  border: 0px;
+}
+.gwt-RichTextToolbar {
+  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
+  border-bottom: 1px solid #BBBBBB;
+  padding: 3px;
+  margin: 0px;
+}
+.gwt-RichTextToolbar .gwt-PushButton-up {
+  padding: 0px 0px 0px 1px;
+  margin-left: 4px;
+  margin-bottom: 4px;
+  border-width: 1px; 
+}
+.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
+  margin-left: 4px;
+  margin-bottom: 4px;
+  padding: 0px 0px 0px 1px;
+  border-width: 1px; 
+}
+.gwt-RichTextToolbar .gwt-PushButton-down {
+  margin-left: 4px;
+  margin-bottom: 4px;
+  padding: 0px 1px 0px 0px;
+  border-width: 1px; 
+}
+.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
+  margin-left: 4px;
+  margin-bottom: 4px;
+  padding: 0px 1px 0px 0px;
+  border-width: 1px; 
+}
+.gwt-RichTextToolbar .gwt-ToggleButton-up {
+  margin-left: 4px;
+  margin-bottom: 4px;
+  padding: 0px 0px 0px 1px;
+  border-width: 1px;
+}
+.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
+  margin-left: 4px;
+  margin-bottom: 4px;
+  padding: 0px 0px 0px 1px;
+  border-width: 1px;
+}
+.gwt-RichTextToolbar .gwt-ToggleButton-down {
+  margin-left: 4px;
+  margin-bottom: 4px;
+  padding: 0px 1px 0px 0px;
+  border-width: 1px;
+}
+.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
+  margin-left: 4px;
+  margin-bottom: 4px;
+  padding: 0px 1px 0px 0px;
+  border-width: 1px;
+}
+
+.gwt-StackPanel {
+  border-bottom: 1px solid #bbbbbb;
+}
+.gwt-StackPanel .gwt-StackPanelItem {
+  cursor: pointer;
+  cursor: hand;
+  font-weight: bold;
+  font-size: 1.3em;
+  padding: 3px;
+  border: 1px solid #bbbbbb;
+  border-bottom: 0px;
+  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
+}
+.gwt-StackPanel .gwt-StackPanelContent {
+  border: 1px solid #bbbbbb;
+  border-bottom: 0px;
+  background: white;
+  padding: 2px 2px 10px 5px;
+}
+
+.gwt-DecoratedStackPanel {
+  border-bottom: 1px solid #bbbbbb;
+}
+.gwt-DecoratedStackPanel .gwt-StackPanelContent {
+  border: 1px solid #bbbbbb;
+  border-bottom: 0px;
+  background: white;
+  padding: 2px 5px 10px 2px;
+}
+.gwt-DecoratedStackPanel .gwt-StackPanelItem {
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-DecoratedStackPanel .stackItemTopLeft,
+.gwt-DecoratedStackPanel .stackItemTopRight {
+  height: 6px;
+  width: 6px;
+  zoom: 1;
+}
+.gwt-DecoratedStackPanel .stackItemTopLeft {
+  border-left: 1px solid #bbbbbb;
+  background: #d3def6 url(images/corner.png) no-repeat 0px -49px;
+  -background: #d3def6 url(images/corner_ie6.png) no-repeat 0px -49px;
+}
+.gwt-DecoratedStackPanel .stackItemTopRight {
+  border-right: 1px solid #bbbbbb;
+  background: #d3def6 url(images/corner.png) no-repeat -6px -49px;
+  -background: #d3def6 url(images/corner_ie6.png) no-repeat -6px -49px;
+}
+.gwt-DecoratedStackPanel .stackItemTopLeftInner,
+.gwt-DecoratedStackPanel .stackItemTopRightInner {
+  width: 1px;
+  height: 1px;
+}
+* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
+* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
+  width: 6px;
+  height: 6px;
+  overflow: hidden;
+}
+.gwt-DecoratedStackPanel .stackItemTopCenter {
+  background: url(images/hborder.png) 0px -21px repeat-x;
+}
+.gwt-DecoratedStackPanel .stackItemMiddleLeft {
+  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
+  border-left: 1px solid #bbbbbb;
+}
+.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
+.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
+  width: 1px;
+  height: 1px;
+}
+.gwt-DecoratedStackPanel .stackItemMiddleRight {
+  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
+  border-right: 1px solid #bbbbbb;
+}
+.gwt-DecoratedStackPanel .stackItemMiddleCenter {
+  font-weight: bold;
+  font-size: 1.3em;
+  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
+}
+.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
+.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
+  border: 0px;
+  background-color: white;
+}
+.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
+.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
+  background-color: white;
+}
+
+.gwt-SuggestBox {
+  padding: 2px;
+}
+.gwt-SuggestBoxPopup {
+  margin-right: 3px;
+}
+.gwt-SuggestBoxPopup .item {
+  padding: 2px 6px;
+  color: #424242;
+  cursor: default;
+}
+.gwt-SuggestBoxPopup .item-selected {
+  background: #b7d6f6;
+}
+.gwt-SuggestBoxPopup .suggestPopupContent {
+  background: white;
+}
+.gwt-SuggestBoxPopup .suggestPopupTopCenter {
+  background: url(images/hborder.png) repeat-x;
+}
+.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
+  background: url(images/hborder.png) repeat-x 0px -4px;
+  -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
+}
+.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
+  background: url(images/vborder.png) repeat-y;
+}
+.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
+  background: url(images/vborder.png) repeat-y -4px 0px;
+  -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
+}
+.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
+  width: 5px;
+  height: 5px;
+  zoom: 1;  
+}
+.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
+  width: 8px;
+  height: 5px;
+  zoom: 1;
+}
+.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
+  width: 8px;
+  height: 8px;
+  zoom: 1;
+}
+.gwt-SuggestBoxPopup .suggestPopupTopLeft {
+  background: url(images/corner.png) no-repeat 0px -23px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -23px;
+}
+.gwt-SuggestBoxPopup .suggestPopupTopRight {
+  background: url(images/corner.png) no-repeat -5px -23px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -23px;
+}
+.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
+  background: url(images/corner.png) no-repeat 0px -28px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -28px;
+}
+.gwt-SuggestBoxPopup .suggestPopupBottomRight {
+  background: url(images/corner.png) no-repeat -5px -28px;
+  -background: url(images/corner_ie6.png) no-repeat -5px -28px;
+}
+* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
+  width: 5px;
+  height: 5px;
+  overflow: hidden;
+}
+* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
+  width: 8px;
+  height: 5px;
+  overflow: hidden;
+}
+* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
+  width: 5px;
+  height: 8px;
+  overflow: hidden;
+}
+* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
+  width: 8px;
+  height: 8px;
+  overflow: hidden;
+}
+
+.gwt-TabBar {
+}
+.gwt-TabBar .gwt-TabBarFirst {
+  width: 5px;  /* first tab distance from the left */
+}
+.gwt-TabBar .gwt-TabBarRest {
+}
+.gwt-TabBar .gwt-TabBarItem {
+  margin-left: 6px;
+  padding: 3px 6px 3px 6px;
+  cursor: pointer;
+  cursor: hand;
+  color: black;
+  font-weight: bold;
+  text-align: center;
+  background: #d0e4f6;
+}
+.gwt-TabBar .gwt-TabBarItem-selected {
+  cursor: default;
+  background: #92c1f0;
+} 
+.gwt-TabBar .gwt-TabBarItem-disabled {
+  cursor: default;
+  color: #999999;
+}
+.gwt-TabPanel {
+}
+.gwt-TabPanelBottom {
+  border-color: #92c1f0;
+  border-style: solid;
+  border-width: 3px 2px 2px;
+  overflow: hidden;
+  padding: 6px;
+}
+
+.gwt-DecoratedTabBar {
+}
+.gwt-DecoratedTabBar .gwt-TabBarFirst {
+  width: 5px;  /* first tab distance from the left */
+}
+.gwt-DecoratedTabBar .gwt-TabBarRest {
+}
+.gwt-DecoratedTabBar .gwt-TabBarItem {
+  border-collapse: collapse;
+  margin-right: 6px;
+}
+.gwt-DecoratedTabBar .tabTopCenter {
+  padding: 0px;
+  background: #d0e4f6;
+}
+.gwt-DecoratedTabBar .tabTopLeft,
+.gwt-DecoratedTabBar .tabTopRight {
+  padding: 0px;
+  zoom: 1;
+}
+.gwt-DecoratedTabBar .tabTopLeftInner,
+.gwt-DecoratedTabBar .tabTopRightInner {
+  width: 6px;
+  height: 6px;
+}
+.gwt-DecoratedTabBar .tabTopLeft {
+  background: url(images/corner.png) no-repeat 0px -55px;
+  -background: url(images/corner_ie6.png) no-repeat 0px -55px;
+}
+.gwt-DecoratedTabBar .tabTopRight {
+  background: url(images/corner.png) no-repeat -6px -55px;
+  -background: url(images/corner_ie6.png) no-repeat -6px -55px;
+}
+* html .gwt-DecoratedTabBar .tabTopLeftInner,
+* html .gwt-DecoratedTabBar .tabTopRightInner {
+  width: 6px;
+  height: 6px;
+  overflow: hidden;
+}
+.gwt-DecoratedTabBar .tabMiddleLeft,
+.gwt-DecoratedTabBar .tabMiddleRight {
+  width: 6px;
+  padding: 0px;
+  background: #d0e4f6;
+}
+.gwt-DecoratedTabBar .tabMiddleLeftInner,
+.gwt-DecoratedTabBar .tabMiddleRightInner {
+  width: 1px;
+  height: 1px;
+}
+.gwt-DecoratedTabBar .tabMiddleCenter {
+  padding: 0px 4px 2px 4px;
+  cursor: pointer;
+  cursor: hand;
+  color: black;
+  font-weight: bold;
+  text-align: center;
+  background: #d0e4f6;
+}
+.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
+  background: #92c1f0;
+}
+.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
+  background-position: 0px -61px;
+}
+.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
+  background-position: -6px -61px;
+}
+.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
+.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
+  background: #92c1f0;
+}
+.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
+  cursor: default;
+  background: #92c1f0;
+}
+.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
+  cursor: default;
+  color: #999999;
+}
+
+.gwt-TextArea {
+  padding: 2px;
+}
+.gwt-TextArea-readonly {
+  color: #888;
+}
+
+.gwt-TextBox {
+  padding: 2px;
+}
+.gwt-TextBox-readonly {
+  color: #888;
+}
+
+.gwt-ToggleButton-up,
+.gwt-ToggleButton-up-hovering,
+.gwt-ToggleButton-up-disabled,
+.gwt-ToggleButton-down,
+.gwt-ToggleButton-down-hovering,
+.gwt-ToggleButton-down-disabled {
+  margin: 0;
+  text-decoration: none;
+  background: url("images/hborder.png") repeat-x 0px -27px;
+}
+.gwt-ToggleButton-up,
+.gwt-ToggleButton-up-hovering,
+.gwt-ToggleButton-up-disabled {
+  padding: 3px 5px 3px 5px;
+}
+.gwt-ToggleButton-up {
+  border: 1px outset #ccc;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-ToggleButton-up-hovering {
+  border: 1px outset;
+  border-color: #9cf #69e #69e #7af;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-ToggleButton-up-disabled {
+  border: 1px outset #ccc;
+  cursor: default;
+  opacity: .5;
+  zoom: 1;
+  filter: alpha(opacity=40);
+}
+.gwt-ToggleButton-down,
+.gwt-ToggleButton-down-hovering,
+.gwt-ToggleButton-down-disabled {
+  padding: 4px 4px 2px 6px;
+}
+.gwt-ToggleButton-down {
+  background-position: 0 -513px;
+  border: 1px inset #ccc;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-ToggleButton-down-hovering {
+  background-position: 0 -513px;
+  border: 1px inset;
+  border-color: #9cf #69e #69e #7af;
+  cursor: pointer;
+  cursor: hand;
+}
+.gwt-ToggleButton-down-disabled {
+  background-position: 0 -513px;
+  border: 1px inset #ccc;
+  cursor: default;
+  opacity: .5;
+  zoom: 1;
+  filter: alpha(opacity=40);
+}
+
+.gwt-Tree .gwt-TreeItem {
+  padding: 1px 0px;
+  margin: 0px;
+  white-space: nowrap;
+  cursor: hand;
+  cursor: pointer;
+  zoom: 1;
+}
+.gwt-Tree .gwt-TreeItem-selected {
+  background: #93c2f1 url(images/hborder.png) repeat-x 0px -1463px;
+}
+.gwt-TreeItem .gwt-RadioButton input,
+.gwt-TreeItem .gwt-CheckBox input {
+  margin-right: 0px;
+}
+* html .gwt-TreeItem .gwt-RadioButton input,
+* html .gwt-TreeItem .gwt-CheckBox input {
+  margin-right: -4px;
+}
+
+.gwt-DateBox input {
+  width: 8em;
+}
+.dateBoxFormatError {
+  background: #ffcccc;
+}
+.dateBoxPopup {
+}
+
+.gwt-DatePicker {
+  border: 1px solid #A2BBDD;
+  cursor: default;
+}
+.gwt-DatePicker td,
+.datePickerMonthSelector td:focus {
+  outline: none
+}
+.datePickerDays {
+  width: 100%;
+  background: white;
+}
+.datePickerDay,
+.datePickerWeekdayLabel,
+.datePickerWeekendLabel {
+  font-size: 75%;
+  text-align: center;
+  padding: 4px;
+  outline: none;
+}
+.datePickerWeekdayLabel,
+.datePickerWeekendLabel {
+  background: #C3D9FF;
+  padding: 0px 4px 2px;
+  cursor: default;
+}
+.datePickerDay {
+  padding: 4px;
+  cursor: hand;
+  cursor: pointer;
+}
+.datePickerDayIsToday {
+  border: 1px solid black;
+  padding: 3px;
+}
+.datePickerDayIsWeekend {
+  background: #EEEEEE;
+}
+.datePickerDayIsFiller {
+  color: #888888;
+}
+.datePickerDayIsValue {
+  background: #aaccee;
+}
+.datePickerDayIsDisabled {
+  color: #AAAAAA;
+  font-style: italic;
+}
+.datePickerDayIsHighlighted {
+  background: #F0E68C;
+}
+.datePickerDayIsValueAndHighlighted {
+  background: #bbddd9;
+}
+.datePickerMonthSelector {
+  background: #C3D9FF;
+  width: 100%;
+}
+td.datePickerMonth {
+  text-align: center;
+  vertical-align: center;
+  white-space: nowrap;
+  font-size: 70%;
+  font-weight: bold;
+  color: blue;
+}
+.datePickerPreviousButton,
+.datePickerNextButton {
+  font-size: 120%;
+  line-height: 1em;
+  color: blue;
+  cursor: hand;
+  cursor: pointer;
+  padding: 0px 4px;
+}

Added: labs/hupa/war/hupa/hosted.html
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/hosted.html?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/hosted.html (added)
+++ labs/hupa/war/hupa/hosted.html Fri Jun 26 20:43:11 2009
@@ -0,0 +1,40 @@
+<html>
+<head><script>
+var $wnd = parent;
+var $doc = $wnd.document;
+var $moduleName, $moduleBase
+,$stats = $wnd.__gwtStatsEvent ? function(a) {return $wnd.__gwtStatsEvent(a);} : null;
+if ($stats) {
+  var moduleFuncName = location.search.substr(1);
+  var moduleFunc = $wnd[moduleFuncName];
+  var moduleName = moduleFunc ? moduleFunc.moduleName : "unknown";
+  $stats({moduleName:moduleName,subSystem:'startup',evtGroup:'moduleStartup',millis:(new Date()).getTime(),type:'moduleEvalStart'});
+}
+</script></head>
+<body>
+<font face='arial' size='-1'>This html file is for hosted mode support.</font>
+<script><!--
+function gwtOnLoad(errFn, modName, modBase){
+  $moduleName = modName;
+  $moduleBase = modBase;
+  if (!external.gwtOnLoad(window, modName, "1.6")) {
+    if (errFn) {
+      errFn(modName);
+    }
+  }
+}
+
+window.fireOnModuleLoadStart = function(className) {
+  $stats && $stats({moduleName:$moduleName, subSystem:'startup', evtGroup:'moduleStartup', millis:(new Date()).getTime(), type:'onModuleLoadStart', className:className});
+};
+
+window.onunload = function() {
+  external.gwtOnLoad(window, null, "1.6");
+};
+
+window.__gwt_module_id = 0;
+
+var query = window.location.search.substr(1);
+$stats && $stats({moduleName:$moduleName,subSystem:'startup',evtGroup:'moduleStartup',millis:(new Date()).getTime(),type:'moduleEvalEnd'});
+if (query && $wnd[query]) $wnd[query].onScriptLoad();
+--></script></body></html>

Added: labs/hupa/war/hupa/hupa.nocache.js
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/hupa.nocache.js?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/hupa.nocache.js (added)
+++ labs/hupa/war/hupa/hupa.nocache.js Fri Jun 26 20:43:11 2009
@@ -0,0 +1,10 @@
+function hupa(){var l='',F='" for "gwt:onLoadErrorFn"',D='" for "gwt:onPropertyErrorFn"',n='"><\/script>',p='#',r='/',Cb='<script defer="defer">hupa.onInjectionDone(\'hupa\')<\/script>',ac='<script id="',A='=',q='?',C='Bad handler "',Bb='DOMContentLoaded',sb="GWT module 'hupa' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted mode",o='SCRIPT',Fb='__gwt_marker_hupa',s='base',nb='begin',cb='bootstrap',Ab='cbg_button.css',u='clear.cache.gif',z='content',Eb='end',lb='gecko',mb='gecko1_8',yb='gwt.hybrid',tb='gwt/standard/standard.css',E='gwt:onLoadErrorFn',B='gwt:onPropertyErrorFn',y='gwt:property',zb='head',qb='hosted.html?hupa',xb='href',m='hupa',kb='ie6',ab='iframe',t='img',bb="javascript:''",ub='link',pb='loadExternalRefs',v='meta',eb='moduleRequested',Db='moduleStartup',jb='msie',w='name',gb='opera',db='position:absolute;width:0;height:0;border:none',vb='rel',ib='safari',rb='selectingPermutation',x='startup',wb='stylesheet',ob='unknown
 ',fb='user.agent',hb='webkit';var cc=window,k=document,bc=cc.__gwtStatsEvent?function(a){return cc.__gwtStatsEvent(a)}:null,wc,mc,hc,gc=l,pc={},zc=[],vc=[],fc=[],sc,uc;bc&&bc({moduleName:m,subSystem:x,evtGroup:cb,millis:(new Date()).getTime(),type:nb});if(!cc.__gwt_stylesLoaded){cc.__gwt_stylesLoaded={}}if(!cc.__gwt_scriptsLoaded){cc.__gwt_scriptsLoaded={}}function lc(){var b=false;try{b=cc.external&&(cc.external.gwtOnLoad&&cc.location.search.indexOf(yb)==-1)}catch(a){}lc=function(){return b};return b}
+function oc(){if(wc&&mc){var c=k.getElementById(m);var b=c.contentWindow;if(lc()){b.__gwt_getProperty=function(a){return ic(a)}}hupa=null;b.gwtOnLoad(sc,m,gc);bc&&bc({moduleName:m,subSystem:x,evtGroup:Db,millis:(new Date()).getTime(),type:Eb})}}
+function jc(){var j,h=Fb,i;k.write(ac+h+n);i=k.getElementById(h);j=i&&i.previousSibling;while(j&&j.tagName!=o){j=j.previousSibling}function f(b){var a=b.lastIndexOf(p);if(a==-1){a=b.length}var c=b.indexOf(q);if(c==-1){c=b.length}var d=b.lastIndexOf(r,Math.min(c,a));return d>=0?b.substring(0,d+1):l}
+;if(j&&j.src){gc=f(j.src)}if(gc==l){var e=k.getElementsByTagName(s);if(e.length>0){gc=e[e.length-1].href}else{gc=f(k.location.href)}}else if(gc.match(/^\w+:\/\//)){}else{var g=k.createElement(t);g.src=gc+u;gc=f(g.src)}if(i){i.parentNode.removeChild(i)}}
+function tc(){var f=document.getElementsByTagName(v);for(var d=0,g=f.length;d<g;++d){var e=f[d],h=e.getAttribute(w),b;if(h){if(h==y){b=e.getAttribute(z);if(b){var i,c=b.indexOf(A);if(c>=0){h=b.substring(0,c);i=b.substring(c+1)}else{h=b;i=l}pc[h]=i}}else if(h==B){b=e.getAttribute(z);if(b){try{uc=eval(b)}catch(a){alert(C+b+D)}}}else if(h==E){b=e.getAttribute(z);if(b){try{sc=eval(b)}catch(a){alert(C+b+F)}}}}}}
+function ic(d){var e=vc[d](),b=zc[d];if(e in b){return e}var a=[];for(var c in b){a[b[c]]=c}if(uc){uc(d,a,e)}throw null}
+var kc;function nc(){if(!kc){kc=true;var a=k.createElement(ab);a.src=bb;a.id=m;a.style.cssText=db;a.tabIndex=-1;k.body.appendChild(a);bc&&bc({moduleName:m,subSystem:x,evtGroup:Db,millis:(new Date()).getTime(),type:eb});a.contentWindow.location.replace(gc+xc)}}
+vc[fb]=function(){var d=navigator.userAgent.toLowerCase();var b=function(a){return parseInt(a[1])*1000+parseInt(a[2])};if(d.indexOf(gb)!=-1){return gb}else if(d.indexOf(hb)!=-1){return ib}else if(d.indexOf(jb)!=-1){var c=/msie ([0-9]+)\.([0-9]+)/.exec(d);if(c&&c.length==3){if(b(c)>=6000){return kb}}}else if(d.indexOf(lb)!=-1){var c=/rv:([0-9]+)\.([0-9]+)/.exec(d);if(c&&c.length==3){if(b(c)>=1008)return mb}return lb}return ob};zc[fb]={gecko:0,gecko1_8:1,ie6:2,opera:3,safari:4};hupa.onScriptLoad=function(){if(kc){mc=true;oc()}};hupa.onInjectionDone=function(){wc=true;bc&&bc({moduleName:m,subSystem:x,evtGroup:pb,millis:(new Date()).getTime(),type:Eb});oc()};jc();var xc;if(lc()){if(cc.external.initModule&&cc.external.initModule(m)){cc.location.reload();return}xc=qb}tc();bc&&bc({moduleName:m,subSystem:x,evtGroup:cb,millis:(new Date()).getTime(),type:rb});if(!xc){try{alert(sb);return}catch(a){return}}var rc;function qc(){if(!hc){hc=true;if(!__gwt_stylesLoaded[tb]){var a=k.createEl
 ement(ub);__gwt_stylesLoaded[tb]=a;a.setAttribute(vb,wb);a.setAttribute(xb,gc+tb);k.getElementsByTagName(zb)[0].appendChild(a)}if(!__gwt_stylesLoaded[Ab]){var a=k.createElement(ub);__gwt_stylesLoaded[Ab]=a;a.setAttribute(vb,wb);a.setAttribute(xb,gc+Ab);k.getElementsByTagName(zb)[0].appendChild(a)}oc();if(k.removeEventListener){k.removeEventListener(Bb,qc,false)}if(rc){clearInterval(rc)}}}
+if(k.addEventListener){k.addEventListener(Bb,function(){nc();qc()},false)}var rc=setInterval(function(){if(/loaded|complete/.test(k.readyState)){nc();qc()}},50);bc&&bc({moduleName:m,subSystem:x,evtGroup:cb,millis:(new Date()).getTime(),type:Eb});bc&&bc({moduleName:m,subSystem:x,evtGroup:pb,millis:(new Date()).getTime(),type:nb});k.write(Cb)}
+hupa();
\ No newline at end of file

Added: labs/hupa/war/hupa/images/asc.gif
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/images/asc.gif?rev=788864&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/hupa/war/hupa/images/asc.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/hupa/war/hupa/images/desc.gif
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/images/desc.gif?rev=788864&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/hupa/war/hupa/images/desc.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/hupa/war/hupa/images/lightbox.png
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/images/lightbox.png?rev=788864&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/hupa/war/hupa/images/lightbox.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/hupa/war/hupa/style/gwl-calcPanel.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/style/gwl-calcPanel.css?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/style/gwl-calcPanel.css (added)
+++ labs/hupa/war/hupa/style/gwl-calcPanel.css Fri Jun 26 20:43:11 2009
@@ -0,0 +1,123 @@
+.popupCalc-panel {
+	background: #ddd;
+	border: 1px solid #666;
+	padding: 3px;
+}
+
+.popupCalc-actionButtons {
+	
+}
+
+.popupCalc-doneButton {
+	width: 52px;
+	height: 20px;
+	font-family: arial;
+	font-size: 8px;
+	background: #0c0;
+	color: #fff;
+}
+
+.popupCalc-cancelButton {
+	width: 52px;
+	height: 20px;
+	font-family: arial;
+	font-size: 8px;
+	background: #c00;
+	color: #fff;
+}
+
+.simpleCalcPanel {
+	width: 105px;
+}
+
+.simpleCalcDisplay {
+	width: 105px;
+	text-align: right;
+}
+
+.calcButton {
+	width: 20px;
+	height: 20px;
+	font-family: arial;
+	font-size: 10px;
+}
+
+.calcButton-equals {
+	height: 40px;
+}
+
+.calcButton-negate {
+	
+}
+
+.calcButton-decimal {
+	
+}
+
+.calcButton-plus {
+	
+}
+
+.calcButton-minus {
+	
+}
+
+.calcButton-multiply {
+	
+}
+
+.calcButton-divide {
+	
+}
+
+.calcButton-clear {
+	
+}
+
+.calcButton-erase {
+	font-size: 8px;
+}
+
+.calcButton-equals {
+	
+}
+
+.calcButton-0 {
+	
+}
+
+.calcButton-1 {
+	
+}
+
+.calcButton-2 {
+	
+}
+
+.calcButton-3 {
+	
+}
+
+.calcButton-4 {
+	
+}
+
+.calcButton-5 {
+	
+}
+
+.calcButton-6 {
+	
+}
+
+.calcButton-7 {
+	
+}
+
+.calcButton-8 {
+	
+}
+
+.calcButton-9 {
+	
+}
\ No newline at end of file

Added: labs/hupa/war/hupa/style/gwl-editableLabel.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/style/gwl-editableLabel.css?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/style/gwl-editableLabel.css (added)
+++ labs/hupa/war/hupa/style/gwl-editableLabel.css Fri Jun 26 20:43:11 2009
@@ -0,0 +1,47 @@
+.editableLabel-textBox {
+	width: 200px;
+	height: 25px;
+	font-family: arial;
+	border: 2px solid #333;
+
+	/* Remove to display buttons to the right of the textbox */
+	display: block;
+}
+
+.editableLabel-textArea {
+	width: 200px;
+	height: 100px;
+	font-family: arial;
+	border: 2px solid #333;
+
+	/* Remove to display buttons to the right of the textbox */
+	display: block;
+}
+
+.editableLabel-buttonPanel {
+	width: 100px;
+}
+
+/* Style applies to both the "OK" and "Cancel" buttons */
+.editableLabel-buttons {
+	width: 50px;
+	height: 20px;
+	font-family: arial;
+	font-size: 10px;
+	color: #fff;
+	text-transform: uppercase;
+}
+
+.editableLabel-confirm {
+	background: #0c0;
+}
+
+.editableLabel-cancel {
+	background: #c00;
+}
+
+.editableLabel-label {
+	font-family: arial;
+	font-size: 14px;
+	font-weight: bold;
+}
\ No newline at end of file

Added: labs/hupa/war/hupa/style/gwl-progressBar.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/style/gwl-progressBar.css?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/style/gwl-progressBar.css (added)
+++ labs/hupa/war/hupa/style/gwl-progressBar.css Fri Jun 26 20:43:11 2009
@@ -0,0 +1,53 @@
+
+/* basic progress bar */
+
+.progressbar-text {
+	font-weight: bold;
+}
+
+.progressbar-remaining {
+	font-size: 12px;
+	font-style: italic;
+}
+
+.progressbar-outer {
+	border: 1px solid black;
+}
+
+.progressbar-inner {
+	border: 1px solid black;
+	margin: 1px;
+}
+
+.progressbar-bar {
+	width: 5px;
+	height: 15px;
+	margin: 1px;
+}
+
+.progressbar-fullbar {
+	background: blue;
+}
+
+.progressbar-blankbar {
+	background: #eee;
+}
+
+
+
+/* example solid bar */
+
+.progressbar-solid .progressbar-bar {
+	margin: 0px;
+}
+
+
+/* example of no border */
+
+.progressbar-noborder .progressbar-outer {
+	border: none;
+}
+
+.progressbar-noborder .progressbar-inner {
+	border: none;
+}

Added: labs/hupa/war/hupa/style/gwl-simplecalendar-blue.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/style/gwl-simplecalendar-blue.css?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/style/gwl-simplecalendar-blue.css (added)
+++ labs/hupa/war/hupa/style/gwl-simplecalendar-blue.css Fri Jun 26 20:43:11 2009
@@ -0,0 +1,71 @@
+.gwl-simpleCalendar {
+	width: 197px;
+	text-align: center;
+	border: 1px solid #000;
+	background: #3380CC;
+	padding: 2px;
+}
+
+.gwl-simpleCalendar .calendar-panel {
+	width: 175px;
+	padding-right: 1px;
+	padding-bottom: 1px;
+	background: #FFF;
+}
+* html .gwl-simpleCalendar .calendar-panel { padding-right: 0; padding-bottom: 0; }
+
+.gwl-simpleCalendar .calendar-cell {
+	background: #AAA;
+	width: 25px;
+	height: 16px;
+	text-align: center;
+	padding: 3px 1px 2px 1px;
+	margin: 1px 0 0 1px;
+
+}
+* html .gwl-simpleCalendar .calendar-cell { margin: 1px; padding: 2px 0 0 0; height: 20px; width: 26px; }
+
+.gwl-simpleCalendar .calendar-dateCell {
+	background: #EEE;
+	border: 1px #999 solid;
+	cursor: pointer;
+	padding: 2px 0 0 0;
+}
+.gwl-simpleCalendar * { 
+	font-family: Arial; 
+	font-size: 12px; 
+}
+.gwl-simpleCalendar .calendar-today { 
+	border-color: #F00;
+}
+.gwl-simpleCalendar .calendar-eventCell {
+	background: #9595E4; 
+}
+.gwl-simpleCalendar .calendar-headingCell {
+	background: #E4E495
+	color: #000; 
+	font-weight: bold; 
+}
+
+.gwl-simpleCalendar .gwl-calControls { 
+	width: 180px;
+	margin: 0 auto;
+	padding-bottom: 2px;
+}
+
+.gwl-simpleCalendar .gwl-calNavControl { 
+	font-family: monospace;
+	font-weight: bold;
+	width: 15px;
+	text-align: center;
+	cursor: pointer;
+}
+
+.gwl-simpleCalendar .gwl-calDateDisplay { 
+	width: 120px;
+	text-align: center;
+	font-weight: bold;
+	font-size: 13px;
+	cursor: pointer;
+	color: #FFF;
+}

Added: labs/hupa/war/hupa/style/gwl-simplecalendar-green.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/style/gwl-simplecalendar-green.css?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/style/gwl-simplecalendar-green.css (added)
+++ labs/hupa/war/hupa/style/gwl-simplecalendar-green.css Fri Jun 26 20:43:11 2009
@@ -0,0 +1,71 @@
+.gwl-simpleCalendar {
+	width: 197px;
+	text-align: center;
+	border: 1px solid #000;
+	background: #339933;
+	padding: 2px;
+}
+
+.gwl-simpleCalendar .calendar-panel {
+	width: 175px;
+	padding-right: 1px;
+	padding-bottom: 1px;
+	background: #FFF;
+}
+* html .gwl-simpleCalendar .calendar-panel { padding-right: 0; padding-bottom: 0; }
+
+.gwl-simpleCalendar .calendar-cell {
+	background: #AAA;
+	width: 25px;
+	height: 16px;
+	text-align: center;
+	padding: 3px 1px 2px 1px;
+	margin: 1px 0 0 1px;
+
+}
+* html .gwl-simpleCalendar .calendar-cell { margin: 1px; padding: 2px 0 0 0; height: 20px; width: 26px; }
+
+.gwl-simpleCalendar .calendar-dateCell {
+	background: #EEE;
+	border: 1px #999 solid;
+	cursor: pointer;
+	padding: 2px 0 0 0;
+}
+.gwl-simpleCalendar * { 
+	font-family: Arial; 
+	font-size: 12px; 
+}
+.gwl-simpleCalendar .calendar-today { 
+	border-color: #F00;
+}
+.gwl-simpleCalendar .calendar-eventCell {
+	background: #75D175; 
+}
+.gwl-simpleCalendar .calendar-headingCell {
+	background: #669933;
+	color: #FFF; 
+	font-weight: bold; 
+}
+
+.gwl-simpleCalendar .gwl-calControls { 
+	width: 180px;
+	margin: 0 auto;
+	padding-bottom: 2px;
+}
+
+.gwl-simpleCalendar .gwl-calNavControl { 
+	font-family: monospace;
+	font-weight: bold;
+	width: 15px;
+	text-align: center;
+	cursor: pointer;
+}
+
+.gwl-simpleCalendar .gwl-calDateDisplay { 
+	width: 120px;
+	text-align: center;
+	font-weight: bold;
+	font-size: 13px;
+	cursor: pointer;
+	color: #FFF;
+}

Added: labs/hupa/war/hupa/style/gwl-simplecalendar-orange.css
URL: http://svn.apache.org/viewvc/labs/hupa/war/hupa/style/gwl-simplecalendar-orange.css?rev=788864&view=auto
==============================================================================
--- labs/hupa/war/hupa/style/gwl-simplecalendar-orange.css (added)
+++ labs/hupa/war/hupa/style/gwl-simplecalendar-orange.css Fri Jun 26 20:43:11 2009
@@ -0,0 +1,71 @@
+.gwl-simpleCalendar {
+	width: 197px;
+	text-align: center;
+	border: 1px solid #000;
+	background: #CC3300;
+	padding: 2px;
+}
+
+.gwl-simpleCalendar .calendar-panel {
+	width: 175px;
+	padding-right: 1px;
+	padding-bottom: 1px;
+	background: #FFF;
+}
+* html .gwl-simpleCalendar .calendar-panel { padding-right: 0; padding-bottom: 0; }
+
+.gwl-simpleCalendar .calendar-cell {
+	background: #AAA;
+	width: 25px;
+	height: 16px;
+	text-align: center;
+	padding: 3px 1px 2px 1px;
+	margin: 1px 0 0 1px;
+
+}
+* html .gwl-simpleCalendar .calendar-cell { margin: 1px; padding: 2px 0 0 0; height: 20px; width: 26px; }
+
+.gwl-simpleCalendar .calendar-dateCell {
+	background: #EEE;
+	border: 1px #999 solid;
+	cursor: pointer;
+	padding: 2px 0 0 0;
+}
+.gwl-simpleCalendar * { 
+	font-family: Arial; 
+	font-size: 12px; 
+}
+.gwl-simpleCalendar .calendar-today { 
+	border-color: #F00;
+}
+.gwl-simpleCalendar .calendar-eventCell {
+	background: #99CC00; 
+}
+.gwl-simpleCalendar .calendar-headingCell {
+	background: #FFC20A;
+	color: #000; 
+	font-weight: bold; 
+}
+
+.gwl-simpleCalendar .gwl-calControls { 
+	width: 180px;
+	margin: 0 auto;
+	padding-bottom: 2px;
+}
+
+.gwl-simpleCalendar .gwl-calNavControl { 
+	font-family: monospace;
+	font-weight: bold;
+	width: 15px;
+	text-align: center;
+	cursor: pointer;
+}
+
+.gwl-simpleCalendar .gwl-calDateDisplay { 
+	width: 120px;
+	text-align: center;
+	font-weight: bold;
+	font-size: 13px;
+	cursor: pointer;
+	color: #FFF;
+}

Added: labs/hupa/war/images/ajax-loader.gif
URL: http://svn.apache.org/viewvc/labs/hupa/war/images/ajax-loader.gif?rev=788864&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/hupa/war/images/ajax-loader.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org