You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/04/07 15:52:35 UTC

svn commit: r931549 - in /myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough: opera/style/ opera/style/style.css standard/style/style.css

Author: lofwyr
Date: Wed Apr  7 13:52:34 2010
New Revision: 931549

URL: http://svn.apache.org/viewvc?rev=931549&view=rev
Log:
TOBAGO-828: Using col-resize cursor for column resizing (all but opera)

Added:
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/opera/style/
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/opera/style/style.css
      - copied, changed from r931054, myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css

Copied: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/opera/style/style.css (from r931054, myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css)
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/opera/style/style.css?p2=myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/opera/style/style.css&p1=myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css&r1=931054&r2=931549&rev=931549&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/opera/style/style.css Wed Apr  7 13:52:34 2010
@@ -17,1355 +17,12 @@
 
 /*
  * theme: scarborough
- * agent: standard
+ * agent: opera
  */
 
-/* Global settings ------------------------------------------------------------------ */
-
-form {
-  margin: 0;
-}
-
-/*
-  This is to make the menu bar to be always at the top of the page.
-  The "position: fixed;" doesn't work with ie6 and makes 
-  on other browsers problems, when clicking the menu (the scroll panel scrolls then).
-*/
-html, body {
-  height: 100%;
-  width: 100%;
-  padding: 0;
-  margin: 0;
-  overflow: hidden;
-}
-
-/* Tab ------------------------------------------------------------------ */
-
-.tobago-tab-link {
-  font-family: arial, helvetica, sans-serif; /*  font-size: 14px; */
-  color: #000000;
-  cursor: pointer;
-  white-space: nowrap;
-}
-
-div.tobago-tab-selected-outer {
-  border-color: #ddeeff #778899 #ddeeff #ddeeff;
-  border-width: 0.13ex 0.13ex 0 0.13ex;
-  border-style: solid;
-  padding: 0.2ex 0.2em;
-}
-
-div.tobago-tab-selected-inner {
-  margin: 0 0.7em;
-  white-space: nowrap;
-}
-
-div.tobago-tab-unselected-outer {
-  border-color: #ddeeff #778899 #ddeeff #ddeeff;
-  border-width: 1px;
-  border-style: solid;
-}
-
-div.tobago-tab-unselected-inner {
-  margin: 0 0.7em;
-  white-space: nowrap;
-}
-
-div.tobago-tab-fulfill {
-  border-color: #ddeeff;
-  border-width: 0 0 1px 0;
-  border-style: solid;
-}
-
-td.tobago-tab-content {
-  border-color: #ddeeff #778899 #778899 #ddeeff;
-  border-width: 0 1px 1px 1px;
-  border-style: solid;
-  padding: 11px 11px;
-}
-
-div.tobago-tabnavigationbar {
-  border-bottom-color: #DDEEFF;
-  border-bottom-style: solid;
-  border-bottom-width: 1px;
-  height: 25px;
-  top: 0;
-  margin-right: 0;
-  position: absolute;
-}
-
-a:link.tab, a:visited.tab, a:active.tab {
-  font-family: arial, helvetica, sans-serif;
-  color: #000000;
-  text-decoration: none;
-  white-space: nowrap;
-}
-
-img.tobago-progress-color1 {
-  background: #aabbcc;
-  border-width: 1px 0 1px 1px;
-  height: 1.4ex;
-}
-
-img.tobago-progress-color2 {
-  background: #ddeeff;
-  border-width: 1px 1px 1px 0;
-  height: 1.4ex;
-}
-
-span.tobago-progress {
-  white-space: nowrap;
-}
-
-/* Tree old -------------------------------------------------------------------- */
-
-.tree-folder-label, .tree-item-label, .tree-folder-label:active,
-  .tree-item-label:active, .tree-folder-label:hover, .tree-item-label:hover {
-  margin-left: 3px;
-  padding: 1px 2px 1px 2px;
-}
-
-.tree-folder-label, .tree-item-label {
-  color: black;
-  text-decoration: none;
-}
-
-.tree-folder-label:hover, .tree-item-label:hover {
-  color: blue;
-  text-decoration: underline;
-}
-
-/*.tree-folder-label:active, .tree-item-label:active {
-	background: highlight;
-	color: highlighttext;
-	text-decoration: none;
-}*/
-
-.tree-item-marker, .tree-item-marker:focus, a.tree-item-marker, a.tree-item-marker:focus {
-  background-color: #d8e9fb;
-}
-
-.tree-folder-label:focus, .tree-item-label:focus {
-  background: #445566;
-  color: highlighttext;
-  text-decoration: none;
-}
-
-.tree-item img {
-  vertical-align: middle;
-  border: 0;
-}
-
-.tree-icon {
-  width: 16px;
-  height: 16px;
-}
-
-.tree-junction {
-  width: 19px;
-  height: 16px;
-}
-
-/* Tree ------------------------------------------------------------------- */
-
-.tobago-tree-default {
-  overflow: auto;
-  padding: 0;
-  margin: 0;
-  font: icon;
-  color: black;
-  white-space: nowrap;
-}
-
-.tobago-treeNode-default img {
-  vertical-align: middle;
-  border: 0;
-}
-
-.tobago-treeNode-default a, .tobago-treeNode-default a:active, .tobago-treeNode-default a:hover {
-  margin-left: 3px;
-  padding: 1px 2px 1px 2px;
-}
-
-.tobago-treeNode-default a {
-  color: black;
-  text-decoration: none;
-}
-
-.tobago-treeNode-default a:hover {
-  color: blue;
-  text-decoration: underline;
-}
-
-.tobago-treeNode-default a:focus {
-  background: #445566;
-  color: highlighttext;
-  text-decoration: none;
-}
-
-.tobago-treeNode-disabled, .tobago-treeNode-disabled a:hover {
-  color: #888888;
-  text-decoration: none;
-  cursor: pointer;
-}
-
-.tobago-treeNode-marker, .tobago-treeNode-marker:focus, .tobago-treeNode-marker a, .tobago-treeNode-marker:focus a {
-  background-color: #d8e9fb;
-}
-
-.tobago-treeNode-markup-strong {
-  font-weight: bold;
-}
-
-/* TreeListbox ------------------------------------------------------------------- */
-
-.tobago-treeListbox-default {
-  overflow-x: auto;
-}
-
-.tobago-treeListbox-level {
-/* without ie6 support we can use: .tobago-treeListbox-default > div > div */
-  width: 160px;
-  height: 100%;
-  position: absolute;
-  top: 0;
-}
-
-.tobago-treeListbox-select {
-/* without ie6 support we can use: .tobago-treeListbox-default > div > div > select */
-  position: absolute;
-  width: 100%;
-  height: 100%;
-  left: 0;
-  top: 0;
-}
-
-/* Calendar ------------------------------------------------------------------- */
-
-table.tobago-calendar-default {
-  width: 100%;
-}
-
-table.tobago-calendar-header {
-  width: 100%;
-}
-
-th.tobago-calendar-header-center {
-  width: 100%;
-}
-
-th.tobago-calendar-inner-header {
-  width: 14%;
-}
-
-img.tobago-calendar-header {
-  cursor: pointer;
-}
-
-td.tobago-calendar-day, td.tobago-calendar-day-disabled, td.tobago-calendar-day-selected {
-  width: 14%;
-  text-align: center;
-  cursor: pointer;
-}
-
-td.tobago-calendar-day-disabled {
-  color: #999999;
-}
-
-td.tobago-calendar-day-selected {
-  background-color: #ffffff;
-}
-
-/* validation */
-.tobago-validation-message {
-  color: red;
-  white-space: nowrap;
-}
-
-.tobago-messages-markup-info {
-  color: black;
-}
-
-/* ----------------------------------------------------------------------------
- * New Tobago Style definitions:
- * Syntax: .tobago-<elementname>-<attribute>
- * Possible attributes: default, disabled, readonly, inline, error
- * default always is rendered as block.
----------------------------------------------------------------------------- */
-
-/* button ------------------------------------------------------------------ */
-
-.tobago-button-default {
-  border-left: 1px solid #ddeeff;
-  border-right: 1px solid #6688aa;
-  border-top: 1px solid #ddeeff;
-  border-bottom: 1px solid #6688aa;
-  padding-left: 0.2em;
-  padding-right: 0.2em;
-  background: #bbccdd;
-  font-weight: normal;
-  cursor: pointer;
-}
-
-.tobago-button-disabled {
-  cursor: default;
-}
-
-.tobago-button-default img {
-  margin-right: 5px;
-  vertical-align: middle;
-}
-
-/* file -------------------------------------------------------------------- */
-
-.tobago-file-default {
-  height: 25px;
-}
-
-.tobago-file-error {
-  border-color: #ff0000;
-}
-
-/* formatted --------------------------------------------------------------- */
-
-.tobago-formatted-default {
-  font-family: arial, helvetica, sans-serif;
-}
-
-/* gridLayout -------------------------------------------------------------- */
-
-.tobago-gridLayout-default {
-  border-spacing: 0;
-  padding: 0;
-  margin: 0;
-}
-
-.tobago-gridLayout-cell-td {
-  border-spacing: 0;
-  padding: 0;
-  margin: 0;
-}
-
-div.tobago-gridLayout-default {
-  padding: 0;
-  overflow: hidden;
-}
-
-div.tobago-gridLayout-first-row {
-  padding-top: 0;
-}
-
-div.tobago-gridLayout-first-column {
-  padding-left: 0;
-}
-
-/* box ---------------------------------------------------------------- */
-
-fieldset.tobago-box-default {
-  border: 2px groove #ddeeff;
-  margin: 0;
-  padding: 20px 10px 10px 10px;
-}
-
-legend.tobago-box-default {
-  color: black; /*  font-size: 14px;*/
-}
-
-.tobago-box-toolbar-div {
-  position: relative;
-  top: -36px;
-  right: -12px;
-
-}
-
-.tobago-box-toolbar-span {
-  position: absolute;
-  top: 0;
-  right: 0;
-  border: 2px groove #f6faff;
-  background: #bbccdd; /*  font-size: 22px; */
-  white-space: nowrap;
-  box-sizing: border-box;
-  -moz-box-sizing: border-box;
-}
-
-/* label ------------------------------------------------------------------- */
-
-div.tobago-label-markup-number {
-  text-align: right;
-}
-
-a.tobago-label-markup-number {
-  padding-left: 0;
-  padding-right: 8px;
-  
-}
-
-div.tobago-label-default {
-
-}
-
-a.tobago-label-default {
-  padding-top: 4px;
-  display: -moz-box;
-}
-
-label.tobago-label-default {
-  height: 23px;
-  padding: 0 0 0 2px;
-  margin: 0;
-  border: 0 solid transparent;
-  white-space: nowrap; /*  font-size: 14px;*/
-/*  border: 2px solid #ccddee; */
-/*  background: #ccddee; */
-}
-
-.tobago-label-disabled {
-  color: #778899;
-}
-
-.tobago-label-inline {
-  width: auto;
-}
-
-label.tobago-label-inline {
-  width: auto;
-  padding-left: 0;
-}
-
-/* selectBooleanCheckbox --------------------------------------------------- */
-
-.tobago-selectBooleanCheckbox-default {
-  background: transparent;
-  margin-top: 2px;
-  margin-bottom: 2px;
-}
-
-.tobago-selectBooleanCheckbox-disabled {
-  color: #778899;
-}
-
-.tobago-selectBooleanCheckbox-error {
-  border: 2px solid #ff0000;
-}
-
-/* selectManyCheckbox ----------------------------------------------------------- */
-
-.tobago-selectManyCheckbox-default {
-  background: transparent;
-  list-style: none;
-  padding: 0;
-  margin: 0;
-}
-
-.tobago-selectManyCheckbox-disabled  {
-  color: #778899;
-}
-
-.tobago-selectManyCheckbox-inline, .tobago-selectManyCheckbox-inline li  {
-  display: inline;
-}
-
-.tobago-selectManyCheckbox-error label {
-  border: 1px solid #FF0000;
-}
-
-/* selectManyListbox ------------------------------------------------------- */
-
-.tobago-selectManyListbox-default {
-  font-family: arial, helvetica, sans-serif;
-  background: #ffffff;
-  height: 25px;
-}
-
-.tobago-selectManyListbox-readonly {
-  background-color: #bbccdd;
-}
-
-.tobago-selectManyListbox-disabled {
-  color: #778899;
-  background: #bbccdd;
-}
-
-.tobago-selectManyListbox-error {
-  border-style: solid;
-  border-color: #ff0000;
-}
-
-/* selectOneChoice --------------------------------------------------------- */
-
-.tobago-selectOneChoice-default {
-  font-family: arial, helvetica, sans-serif;
-  background: #ffffff;
-}
-
-.tobago-selectOneChoice-disabled {
-  background: #c0c0c0;
-}
-
-.tobago-selectOneChoice-readonly {
- background-color: #bbccdd;
-}
-
-.tobago-selectOneChoice-error {
-  border-style: solid;
-  border-color: #ff0000;
-}
-
-/* selectOneListbox --------------------------------------------------- */
-
-.tobago-selectOneListbox-default {
-  font-family: arial, helvetica, sans-serif;
-  color: #000000;
-}
-
-.tobago-selectOneListbox-disabled {
-  color: #778899;
-  background: #bbccdd;
-}
-
-.tobago-selectOneListbox-readonly {
-  background-color: #bbccdd;
-}
-
-.tobago-selectOneListbox-error {
-  border-style: solid;
-  border-color: #ff0000;
-}
-
-/* selectOneRadio ---------------------------------------------------------- */
-
-.tobago-selectOneRadio-default {
-  background: transparent;
-  list-style: none;
-  padding: 0;
-  margin: 0;
-}
-
-.tobago-selectOneRadio-disabled  {
-  color: #778899;
-}
-
-.tobago-selectOneRadio-inline, .tobago-selectOneRadio-inline li  {
-  display: inline;
-}
-
-.tobago-selectOneRadio-error label {
-  border: 1px solid #FF0000;
-}
-
-/* page -------------------------------------------------------------------- */
-
-.tobago-page-default {
-  background: #bbccdd;
-  font-family: arial, helvetica, sans-serif; /*  font-size: 14px;*/
-  padding: 0;
-  margin: 0;
-  width: 100%;
-  top: 0;
-  left: 0;
-  overflow: auto;
-  position: absolute;
-  z-index: 0;
-}
-
-/* popup -------------------------------------------------------------- */
-
-.tobago-popup-shield {
-  cursor: wait;
-  width: 100%;
-  height: 100%;
-  position: fixed;
-  top: 0;
-  left: 0;
-  z-index: -1;
-  opacity: .40;
-  background: url( ../image/popupBg.png );
-  filter: alpha( opacity = 40 );
-}
-
-.tobago-popup-blink {
-  background: red;
-}
-
-.tobago-popup-iframe {
-  position: absolute;
-  width: 100%;
-  height: 100%;
-  top: 0;
-  left: 0;
-  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
-}
-
-/* richTextEditor ---------------------------------------------------------- */
-
-.tobago-richTextEditor-default {
-  box-sizing: border-box;
-  -moz-box-sizing: border-box;
-}
-
-.tobago-richTextEditor-container {
-}
-
-.tobago-richTextEditor-header-div {
-  height: 28px;
-  padding-top: 4px;
-  padding-bottom: 4px;
-  padding-left: 1px;
-  padding-right: 0; /*  font: 12px arial, helvetica, sans-serif;*/
-}
-
-.tobago-richTextEditor-toolbar-button-span-enabled, .tobago-richTextEditor-toolbar-button-span-disabled {
-  padding-top: 2px;
-  padding-left: 5px;
-  padding-bottom: 2px;
-  padding-right: 5px; /*  font: 12px arial, helvetica, sans-serif; */
-}
-
-.tobago-richTextEditor-toolbar-button-span-enabled {
-  cursor: pointer;
-}
-
-.tobago-richTextEditor-toolbar-button-span-disabled {
-  color: #778899;
-}
-
-.tobago-richTextEditor-toolbar-button-hover {
-  border: 1px solid black;
-  background: #c5c5c5;
-  margin: -1px;
-}
-
-.tobago-richTextEditor-toolbar-button-label {
-  padding-left: 5px;
-}
-
-.tobago-richTextEditor-body {
-  border-left: 2px solid #7b7d7b;
-  border-right: 2px solid #f6f2f6;
-  border-top: 2px solid #7b7d7b;
-  border-bottom: 2px solid #f6f2f6;
-  margin: 0;
-  background: #ffffff;
-  height: 75px;
-}
-
-textarea.tobago-richTextEditor-body {
-}
-
-div.tobago-richTextEditor-body {
-  overflow: auto;
-}
-
-/* text -------------------------------------------------------------------- */
-
-.tobago-out-default {
-  font-family: arial, helvetica, sans-serif;
-}
-
-.tobago-out-markup-strong {
-  font-weight: bold;
-}
-
-.tobago-out-markup-deleted {
-  text-decoration: line-through;
-}
-
-.tobago-out-markup-number {
-  display: block;
-  text-align: right;
-}
-
-/* textArea ---------------------------------------------------------------- */
-
-.tobago-textArea-default {
-  border-color: #bbccdd;
-  border-style: inset;
-  border-width: 2px;
-  font-family: arial, helvetica, sans-serif;
-  background: #ffffff;
-  color: #000000;
-  overflow: auto;
-  margin: 0;
-}
-
-.tobago-textArea-readonly {
-  background: #bbccdd;
-}
-
-.tobago-textArea-disabled {
-  color: #778899;
-  background: #bbccdd;
-}
-
-/*.tobago-textArea-required {
-   background-image: url( "../image/required.gif" );
-   background-position: 3px 3px;
-   background-repeat: no-repeat;
-} */
-
-.tobago-textArea-error {
-  border-style: solid;
-  border-color: #ff0000;
-}
-
-/* in ---------------------------------------------------------------------- */
-
-.tobago-in-default {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 16px;
-  background: #ffffff;
-  height: 25px;
-  color: #000000;
-  border: 2px inset #bbccdd;
-  margin: 0;
-  padding: 2px;
-}
-
-.tobago-in-markup-number {
-  display: block;
-  text-align: right;
-}
-
-.tobago-in-required {
-  background: url("../image/required.gif") no-repeat 3px 50%;
-}
-
-.tobago-in-readonly {
-  background: #bbccdd;
-}
-
-.tobago-in-disabled {
-  color: #778899;
-  background: #bbccdd;
-}
-
-.tobago-in-error {
-  border: 2px solid #ff0000;
-
-}
-
-.tobago-in-suggest-popup {
-  position: absolute;
-  overflow: hidden;
-  width: 250px;
-  background-color: white;
-  border: 1px solid #888;
-  margin: 0;
-  padding: 0;
-  z-index: 5;
-  box-sizing: border-box;
-  -moz-box-sizing: border-box;
-}
-
-.tobago-in-suggest-popup li {
-  white-space: nowrap;
-}
-
-.tobago-in-suggest-popup li.selected {
-  background-color: #ffb;
-}
-
-.tobago-in-suggest-popup ul {
-  list-style-type: none;
-  margin: 0;
-  padding: 0;
-}
-
-/* date ---------------------------------------------------------------------- */
-
-.tobago-date-default {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 16px;
-  background: #ffffff;
-  height: 25px;
-  color: #000000;
-  border-color: #bbccdd;
-  border-style: inset;
-  border-width: 2px;
-  margin: 0;
-}
-
-.tobago-date-required {
-  background-image: url( "../image/required.gif" );
-  background-position: 3px 50%;
-  background-repeat: no-repeat;
-}
-
-.tobago-date-readonly {
-  background: #bbccdd;
-}
-
-.tobago-date-disabled {
-  color: #778899;
-  background: #bbccdd;
-}
-
-.tobago-date-error {
-  border-style: solid;
-  border-color: #ff0000;
-}
-
-/* end --------------------------------------------------------------------- */
-
-.tobago-input-picker {
-  vertical-align: bottom;
-}
-
-/* object ------------------------------------------------------------------ */
-
-.tobago-object-default {
-  border: 0 solid black;
-}
-
-/* separator ------------------------------------------------------------------- */
-
-.tobago-separator-default {
-  position: absolute;
-}
-
-hr.tobago-separator-default {
-  border: 1px inset #000000;
-  margin: 0;
-}
-
-.tobago-separator-start-default {
-  width: 20px;
-  position: static;
-}
-
-.tobago-separator-label-default {
-  font: bold 12px arial, helvetica, sans-serif;
-  padding-left: 5px;
-  padding-right: 5px;
-  white-space: nowrap;
-}
-
-.tobago-separator-end-default {
-  width: 100%;
-  position: static;
-}
-
-
-/* time -------------------------------------------------------------------- */
-
-.tobago-time-borderDiv {
-  border: 2px inset #bbccdd;
-  background: white;
-  height: 21px;
-  width: 58px;
-  position: absolute;
-  top: 0;
-  left: 0;
-}
-
-.tobago-time-borderDiv-seconds {
-  width: 87px;
-}
-
-.tobago-time-input {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 16px;
-  height: 15px;
-  width: 22px;
-  border: 1px solid white;
-  background: white;
-  text-align: center;
-}
-
-.tobago-time-input-selected {
-  border: 1px solid yellow;
-}
-
-.tobago-time-sep {
-}
-
-.tobago-time-inc-image {
-  position: absolute;
-  top: 1px;
-  left: 63px;
-  cursor: pointer;
-}
-
-.tobago-time-dec-image {
-  position: absolute;
-  top: 11px;
-  left: 63px;
-  cursor: pointer;
-}
-
-.tobago-time-image-seconds {
-  left: 92px;
-}
-
-/* Toolbar ----------------------------------------------------------------- */
-
-.tobago-toolBar-default {
-  border: 2px groove #f6faff;
-  position: relative;
-  overflow: hidden;
-  box-sizing: border-box;
-  -moz-box-sizing: border-box;
-}
-
-.tobago-toolBar-div-inner {
-  padding: 4px;
-}
-
-.tobago-toolBar-orientation-right {
-  right: 0;
-  position: absolute;
-}
-
-.tobago-toolBar-button {
-  float: left;
-  font-weight: normal;
-  font-family: arial, helvetica, sans-serif;
-  padding-top: 2px;
-  padding-right: 5px;
-  padding-bottom: 2px;
-  padding-left: 5px;
-  margin: 1px;
-  border: 0 solid #bbccdd;
-  box-sizing: border-box;
-  -moz-box-sizing: border-box;
-}
-
-.tobago-toolBar-button-table {
-  font-weight: normal;
-  font-family: arial, helvetica, sans-serif;
-}
-
-.tobago-toolBar-button-box-facet {
-  float: left;
-}
-
-.tobago-toolBar-button-enabled {
-  cursor: pointer;
-}
-
-.tobago-toolBar-button-selected-enabled {
-  cursor: pointer;
-  margin: 0;
-  border-right: 1px solid #ddeeff;
-  border-left: 1px solid #6688aa;
-  border-bottom: 1px solid #ddeeff;
-  border-top: 1px solid #6688aa;
-  background: #c2d3e4;
-}
-
-.tobago-toolBar-button-box-facet-selected-enabled {
-  cursor: pointer;
-  margin: 0;
-  border-right: 1px solid #ddeeff;
-  border-left: 1px solid #6688aa;
-  border-bottom: 1px solid #ddeeff;
-  border-top: 1px solid #6688aa;
-  background: #c2d3e4;
-}
-
-.tobago-toolBar-button-disabled {
-  color: #778899;
-}
-
-.tobago-toolBar-button-table-disabled {
-  color: #778899;
-}
-
-.tobago-toolBar-button-table-box-facet-disabled {
-  color: #778899;
-}
-
-.tobago-toolBar-label-td {
-  height: 19px; /*  background: lime;*/
-  white-space: nowrap;
-}
-
-.tobago-toolBar-button-menu {
-  position: relative;
-  width: 20px;
-  height: 20px;
-  top: 0;
-  left: 0; /*  background: yellow;*/
-}
-
-/*
-  ! css classes tobago-toolBar-button-hover and tobago-toolBar-button-menu-focus
-    should have the same content, but needs different names !
-*/
-.tobago-toolBar-button-hover {
-  margin: 0;
-  border-left: 1px solid #ddeeff;
-  border-right: 1px solid #6688aa;
-  border-top: 1px solid #ddeeff;
-  border-bottom: 1px solid #6688aa;
-  background: #ccddee;
-}
-
-.tobago-toolBar-button-menu-focus {
-  margin: 0;
-  border-left: 1px solid #ddeeff;
-  border-right: 1px solid #6688aa;
-  border-top: 1px solid #ddeeff;
-  border-bottom: 1px solid #6688aa;
-  background: #ccddee;
-}
-
-.tobago-toolBar-button-image {
-/* vertical-align: bottom;*/
-/* margin-bottom: 2px;*/
-/* background: red;*/
-}
-
-.tobago-toolBar-button-image-small {
-  width: 16px;
-  height: 16px;
-}
-
-.tobago-toolBar-button-image-big {
-  width: 32px;
-  height: 32px;
-}
-
-a:link.tobago-toolBar-button-link, a:visited.tobago-toolBar-button-link, a:active.tobago-toolBar-button-link {
-  text-decoration: none;
-  font: inherit;
-  color: inherit;
-}
-
-/*
-.tobago-tab-link {
-  text-decoration: none;
-}
-*/
-
-.tobago-tab-disabled {
-   color: #778899;
-}
-
-.tobago-toolBar-button-label {
-  padding-left: 5px;
-}
-
-/* MenuBar, Menu, etc. ------------------------------------------------------------------ */
-
-.tobago-menuBar-default, .tobago-menuBar-default a:link, .tobago-menuBar-default a:visited, .tobago-menuBar-default a:active, 
-.tobago-page-menuStore, .tobago-page-menuStore a:link, .tobago-page-menuStore a:visited, .tobago-page-menuStore a:active {
-  color: black;
-  font-family: arial, helvetica, sans-serif;
-  font-size: 12px;
-  font-size-adjust: none;
-  font-style: normal;
-  font-variant: normal;
-  font-weight: normal;
-  line-height: normal;
-  text-decoration: none;
-}
-
-
-.tobago-menuBar-default li, 
-.tobago-page-menuStore li {
-  background-color: #aabbcc;
-  list-style: none outside none;
-}
-
-li.tobago-menu-selected {
-  background-color: #d8e9fb;
-}
-
-.tobago-menuBar-default {
-  padding: 0;
-  margin: 0;
-  border-bottom-width: 1px;
-  border-bottom-style: solid;
-  border-bottom-color: #6688aa;
-  height: 18px;
-  left: 0;
-  top: 0;
-  position: absolute;
-  width: 100%;
-  background-color: #aabbcc;
-}
-
-.tobago-page-menuStore {
-  padding: 0;
-  margin: 0;
-  width: 0;
-  height: 0;
-  position: absolute;
-  z-index: 1000;
-}
-
-.tobago-menuBar-default ol, 
-.tobago-page-menuStore ol {
-  padding: 0;
-  margin: 0;
-  border-width: 1px;
-  border-style: solid;
-  border-color: #888888;
-  visibility: hidden;
-  position: absolute;
-}
-
-.tobago-menu-top {
-  float: left;
-  white-space: nowrap;
-  padding: 2px 3px 2px 5px;
-  height: 14px;
-  /* TODO: overflow: hidden; is needed for IE6 */
-  overflow: hidden;
-}
-
-.tobago-menu-parent {
-  white-space: nowrap;
-  padding: 2px 3px 2px 25px; 
-  background-repeat: no-repeat; /* prepare for images via element style */
-  background-position: 5px center;
-}
-
-.tobago-menuSeparator-default {
-  padding: 2px 3px 2px 5px;
-  display: block;
-  position: static;
-}
-
-.tobago-menuSeparator-default hr {
-  margin: 3px 0;
-  border-width: 1px 0 0 0;
-  border-style: solid;
-}
-
-/* workaround for IE6 */
-iframe.tobago-menu-ie6bugfix {
-  position: absolute;
-  display: block;
-  z-index: -1;
-  width: 100%;
-  height: 100%;
-  top: 0;
-  left: 0;
-  filter: mask();
-}
-
 /* Sheet ------------------------------------------------------------------ */
 
-.tobago-sheet-outer-div {
-  overflow: hidden;
-  position: relative;
-}
-
-.tobago-sheet-header-div {
-  height: 20px;
-  width: 100%;
-  overflow: hidden;
-  padding: 0 0 0 0;
-  position: absolute;
-  left: 0;
-  top: 0;
-  white-space: nowrap;
-  z-index: 2;
-}
-
-.tobago-sheet-header-table {
-  padding: 0 0 0 0;
-  width: 100%;
-  border: 0 solid black;
-}
-
-.tobago-sheet-header-box{
-   border-color: #ddeeff #6688aa #6688aa #ddeeff;
-	border-style: solid;
-	border-width: 1px;
-  /* 20px - borderTop 1px - borderBottom 1px = 18px */
-  height: 18px;
-	vertical-align: top;
-  display: inline-block;
-  position: relative;
-	padding: 0;
-  overflow: hidden;
-	text-overflow: ellipsis;
-  z-index: 3;
-}
-
-.tobago-sheet-header {
-	background-color: #bbccdd;
-	height: 100%;
-	overflow: hidden;
-	padding: 0 5px;
-	text-overflow: ellipsis;
-	white-space: nowrap;
-	width: 100%;
-  text-align: center;
-  display: inline-block;
-}
-
-.tobago-sheet-header-sortable {
-   cursor: pointer;
-}
-
-.tobago-sheet-header-inner {
-  text-align: center;
-	height: 100%;
-	width: 100%;
-	text-overflow: ellipsis;
-	white-space: nowrap;
-}
-
-.tobago-sheet-header-resize{
-  display: inline-block;
-  z-index: 4;
-  position: absolute;
-  top: 0;
-  right: -5px;
-  height: 100%;
-	overflow: hidden;
-	right: -5px;
-	top: 0;
-	width: 10px;
-}
-
-.tobago-sheet-header-resize-cursor{
+.tobago-sheet-header-resize-cursor {
+  /* Opera 10.10 doesn't know col-resize */
 	cursor: e-resize;
 }
-
-.tobago-sheet-header-sort-div {
-  display: inline-block;
-  cursor: pointer;
-	height: 100%;
-	overflow: hidden;
-	right: 5px;
-	top: 0;
-	width: 8px;
-}
-
-.tobago-sheet-body-div {
-  overflow: auto;
-  padding-top: 20px;
-  position: absolute;
-  left: 0;
-  top: 0;
-  background: #ebf4fd;
-}
-
-.tobago-sheet-cell-td {
-  padding-left: 0;
-  padding-right: 0;
-  vertical-align: top;
-}
-
-.tobago-sheet-cell-clickable {
-   cursor: pointer;
-}
-
-.tobago-sheet-cell-outer {
-  overflow: hidden;
-}
-
-.tobago-sheet-cell-inner {
-  padding-left: 5px;
-  padding-right: 5px;
-  vertical-align: top;
-}
-
-div.tobago-sheet-cell-inner img {
-  vertical-align: top;
-}
-
-div.tobago-sheet-cell-inner span {
-  text-align: top;
-}
-
-.tobago-sheet-content-odd {
-  background: #ffffff;
-}
-
-.tobago-sheet-content-even {
-  background: #d8e9fb;
-}
-
-.tobago-sheet-row-selected {
-	background: highlight;
-	color: highlighttext;
-}
-
-.tobago-sheet-footer {
-  position: relative;
-  left: 0;
-  top: 0;
-  text-align: center;
-  overflow: hidden;
-}
-
-.tobago-sheet-paging-span-left {
-  position : absolute;
-  top: 0;
-  left: 0;
-}
-.tobago-sheet-paging-span-center {
-
-}
-
-.tobago-sheet-paging-span-right {
-  position : absolute;
-  top: 0;
-  right: 0;
-}
-
-.tobago-sheet-paging-input {
-  position: relative;
-  width: 30px;
-  height: 16px;
-  padding-top: 0;
-  padding-bottom: 0;
-  margin-top: 0;
-  margin-bottom: 0;
-  text-align: center;
-}
-
-.tobago-sheet-paging-pages-span {
-  vertical-align: top;
-}
-
-.tobago-sheet-paging-pages-text {
-  cursor: pointer;
-  padding-right: 5px;
-  vertical-align: top;
-}
-
-.tobago-sheet-footer-pager-button {
-  cursor: pointer;
-  vertical-align: top;
-}
-
-.tobago-sheet-footer-pager-button-disabled {
-  cursor: auto;
-}
-
-.tobago-sheet-paging-rows-span {
-  cursor: pointer;
-  vertical-align: top;
-}
-
-.tobago-sheet-paging-links-span {
-  vertical-align: top;
-}
-
-.tobago-sheet-paging-links-link {
-  padding-left: 2px;
-  padding-right: 2px;
-  vertical-align: top;
-}
-
-a:link.tobago-sheet-paging-links-link, a:visited.tobago-sheet-paging-links-link,
-a:active.tobago-sheet-paging-links-link {
-  color: #000000;
-}
-
-.tobago-sheet-selector-menu {
-  width: 15px;
-  height:15px;
-  position: relative;
-  margin-top: 2px;
-  margin-left: -4px;
-}
-

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=931549&r1=931548&r2=931549&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Wed Apr  7 13:52:34 2010
@@ -1224,8 +1224,9 @@ iframe.tobago-menu-ie6bugfix {
 	width: 10px;
 }
 
-.tobago-sheet-header-resize-cursor{
-	cursor: e-resize;
+.tobago-sheet-header-resize-cursor {
+	cursor: e-resize; /* todo: CSS3+IE6 */
+	cursor: col-resize;
 }
 
 .tobago-sheet-header-sort-div {