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 2014/09/04 11:56:33 UTC

svn commit: r1622440 - in /myfaces/tobago/branches/tobago-3.0.x: tobago-example/tobago-example-test/src/main/webapp/test/date/ tobago-example/tobago-example-test/src/main/webapp/test/in/ tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/...

Author: lofwyr
Date: Thu Sep  4 09:56:32 2014
New Revision: 1622440

URL: http://svn.apache.org/r1622440
Log:
TOBAGO-1420: tc:time will be replaced with tc:date
 - cleanup JS/CSS

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/date/datetime.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/in/id-and-fieldId.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago.css
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-calendar.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-in.js
    myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/date/datetime.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/date/datetime.js?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/date/datetime.js (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/date/datetime.js Thu Sep  4 09:56:32 2014
@@ -20,7 +20,7 @@ TestDateTime = {};
 TestDateTime.init = function () {
 
   var panel = jQuery("#page\\:jquery_date_time_pattern");
-  var inputs = panel.children(".tobago-in, .tobago-date, .tobago-time");
+  var inputs = panel.children(".tobago-in, .tobago-date");
 
   for (var i = 0; i < inputs.length; i += 5) {
     var javaPattern = inputs.eq(i);

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/in/id-and-fieldId.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/in/id-and-fieldId.js?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/in/id-and-fieldId.js (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/main/webapp/test/in/id-and-fieldId.js Thu Sep  4 09:56:32 2014
@@ -23,7 +23,7 @@ jQuery(document).ready(function() {
   fillIdDisplay("3", ".tobago-in");
   fillIdDisplay("4", ".tobago-in");
   fillIdDisplay("5", ".tobago-date");
-  fillIdDisplay("6", ".tobago-time");
+//  fillIdDisplay("6", ".tobago-time");
   fillIdDisplay("7", ".tobago-file");
   fillIdDisplay("8", ".tobago-textarea");
   fillIdDisplay("9", ".tobago-selectBooleanCheckbox");

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago.css?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/tobago.css Thu Sep  4 09:56:32 2014
@@ -320,40 +320,6 @@ li.tobago-menu-markup-selected {
   background-color: #FAB54D;
 }
 
-/* time -------------------------------------------------------------------- */
-
-.tobago-time-borderDiv {
-  border-color: #3366CC;
-}
-
-.tobago-time-input {
-  color: #3366CC;
-}
-
-.tobago-time-input:focus {
-  background: #D6EBFF;
-}
-
-input.tobago-time {
-  border: 1px #3366CC solid;
-  font: 12px arial, helvetica, sans-serif;
-  color: #3366CC;
-}
-
-input.tobago-time-markup-readonly {
-  background-color: #e6e6e6;
-  color: #3366cc;
-}
-
-input.tobago-time-markup-disabled {
-  color: #3366cc;
-  background-color: #e6e6e6;
-}
-
-input.tobago-time-markup-error, .tobago-time-markup-error {
-  border: 1px solid #ff0000;
-}
-
 /* textarea -------------------------------------------------------------- */
 
 .tobago-textarea {

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/tobago.css Thu Sep  4 09:56:32 2014
@@ -1378,102 +1378,6 @@ a:active.tobago-sheet-pagingLink {
   border-color: #ff0000;
 }
 
-/* time -------------------------------------------------------------------- */
-
-.tobago-time-borderDiv {
-  border: 2px inset #bbccdd;
-  background-color: white;
-  height: 21px;
-  width: 58px;
-/*XXX TOBAGO3
-  position: absolute;
-  top: 0;
-  left: 0;
-*/
-}
-
-.tobago-time-borderDiv-markup-seconds {
-  width: 87px;
-}
-
-.tobago-time-borderDiv-markup-readonly {
-  background: #bbccdd;
-}
-
-.tobago-time-borderDiv-markup-disabled {
-  color: #778899;
-  background: #bbccdd;
-}
-
-.tobago-time-input {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 16px;
-  height: 15px;
-  width: 22px;
-  border-width: 0;
-  padding: 2px 0;
-  background-color: transparent;
-  text-align: center;
-}
-
-.tobago-time-input:focus {
-  background-color: #fafad2;
-}
-
-.tobago-time-sep {
-}
-
-.tobago-time-incImage, .tobago-time-decImage {
-/*XXX TOBAGO3
-  position: absolute;
-*/
-  left: 63px;
-  cursor: pointer;
-}
-
-.tobago-time-incImage {
-  top: 1px;
-}
-
-.tobago-time-decImage {
-  top: 11px;
-}
-
-.tobago-time-incImage-markup-seconds, .tobago-time-decImage-markup-seconds {
-  left: 92px;
-}
-
-input.tobago-time {
-  font-family: arial, helvetica, sans-serif;
-  font-size: 16px;
-  background: #ffffff;
-  height: 17px;
-  color: #000000;
-  border: 2px inset #bbccdd;
-  margin: 0;
-  padding: 2px;
-}
-
-input.tobago-time-markup-required {
-  background-image: url( "../image/required.png" );
-  background-position: 3px 50%;
-  background-repeat: no-repeat;
-}
-
-input.tobago-time-markup-readonly {
-  background: #bbccdd;
-}
-
-input.tobago-time-markup-disabled {
-  color: #778899;
-  background: #bbccdd;
-}
-
-input.tobago-time-markup-error, input.tobago-time-markup-fatal {
-  border-style: solid;
-  border-color: #ff0000;
-}
-
 /* toolBar ----------------------------------------------------------------- */
 
 /* FIXME this is the same code for "toolBar", "boxToolBar" and "tabGroupToolBar"*/

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-speyside/src/main/less/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/tobago.less Thu Sep  4 09:56:32 2014
@@ -860,84 +860,6 @@ div.tobago-tabGroup-toolBar {
   border: 1px solid @errorColor;
 }
 
-/* time -------------------------------------------------------------------- */
-
-.tobago-time-borderDiv {
-  border: 1px solid darken(@borderColor, 10%);
-  height: 18px;
-  width: 53px;
-  .border-radius;
-}
-
-.tobago-time-borderDiv-markup-readonly {
-  background-color: @readonlyBackgroundColor;
-}
-
-.tobago-time-borderDiv-markup-disabled {
-  color: #808080;
-  background-color: @disabledBackgroundColor;
-}
-
-.tobago-time-borderDiv-markup-error, .tobago-time-borderDiv-markup-fatal {
-  border: 1px solid #FF0000;
-}
-
-.tobago-time-borderDiv-markup-seconds {
-  width: 81px;
-}
-
-.tobago-time-input {
-  font-size: 12px;
-  height: 20px;
-  width: 21px;
-}
-
-.tobago-time-input:focus {
-  background: #E8E8E8;
-}
-
-.tobago-time-borderDiv-markup-focus {
-  outline: none;
-  border-color: @focusColor;
-  .field-focus-shadow;
-}
-
-.tobago-time-incImage, .tobago-time-decImage {
-  left: 60px;
-}
-.tobago-time-incImage-markup-seconds, .tobago-time-decImage-markup-seconds {
-  left: 88px;
-}
-
-input.tobago-time {
-  border: 1px solid darken(@borderColor, 10%);
-  height: 14px;
-  font: @font;
-  padding-left: 2px;
-  padding-right: 2px;
-  .border-radius;
-  .transitionBorder;
-  &:focus {
-    outline: none;
-    border-color: @focusColor;
-    .field-focus-shadow;
-  }
-}
-
-input.tobago-time-markup-readonly {
-  background-color: @readonlyBackgroundColor;
-}
-
-input.tobago-time-markup-disabled {
-  color: @disabledTextColor;
-  background-color: @disabledBackgroundColor;
-}
-
-input.tobago-time-markup-error, input.tobago-time-markup-fatal {
-  border: 1px solid @errorColor;
-}
-
-
 /* toolBar ----------------------------------------------------------------- */
 
 /* FIXME this is the same code for "toolBar", "boxToolBar" and "tabGroupToolBar"

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-calendar.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-calendar.js?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-calendar.js (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-calendar.js Thu Sep  4 09:56:32 2014
@@ -69,8 +69,7 @@ Tobago.Calendar.init = function (element
   okButton.click(function () {
     var button = jQuery(this);
     var calendar = button.parent().parent().find(".tobago-calendar");
-    var time = button.parent().parent().find(".tobago-time");
-    Tobago.Calendar.writeIntoField(calendar, time);
+    Tobago.Calendar.writeIntoField(calendar);
     Tobago.Popup.close(button);
   });
 
@@ -266,21 +265,13 @@ Tobago.Calendar.initFromDateField = func
   Tobago.Calendar.initCalendar(calendar);
 };
 
-Tobago.Calendar.writeIntoField = function (calendar, time) {
+Tobago.Calendar.writeIntoField = function (calendar) {
 
   var day = calendar.data("tobago-day");
   var month = calendar.data("tobago-month");
   var year = calendar.data("tobago-year");
 
-  var date;
-  if (time.length > 0) {
-    var hour = Tobago.Time.getValueField(time, "hour");
-    var minute = Tobago.Time.getValueField(time, "minute");
-    var second = Tobago.Time.getValueField(time, "second");
-    date = new Date(year, month - 1, day, hour, minute, second);
-  } else {
-    date = new Date(year, month - 1, day);
-  }
+  var date = new Date(year, month - 1, day);
   var dateField = Tobago.Calendar.getDateField(calendar);
   var newValue = formatDate(date, dateField.data("tobago-pattern"));
   if (dateField.val() != newValue) {
@@ -296,193 +287,6 @@ Tobago.registerListener(Tobago.Calendar.
 
 // --------------------------------------------------------------------------------------------------------------------
 
-Tobago.Time = {};
-
-Tobago.Time.init = function (elements) {
-
-  // time input fields
-  Tobago.Utils.selectWidthJQuery(elements, ".tobago-time-input")
-      .not("[disabled]").not("[readonly]")
-      .focus(function () {
-        Tobago.Time.focus(jQuery(this));
-      })
-      .blur(function () {
-        Tobago.Time.blur(jQuery(this));
-      })
-      .bind("keyup", function (event) {
-        Tobago.Time.keyUp(jQuery(this), event);
-      });
-
-  // increment button
-  Tobago.Utils.selectWidthJQuery(elements, ".tobago-time-incImage")
-      .not("[disabled]").not("[readonly]")
-      .click(function () {
-        Tobago.Time.increment(jQuery(this));
-      });
-
-  // decrement button
-  Tobago.Utils.selectWidthJQuery(elements, ".tobago-time-decImage")
-      .not("[disabled]").not("[readonly]")
-      .click(function () {
-        Tobago.Time.decrement(jQuery(this));
-      });
-
-  // init from data field, if there is any (e. g. we are in date picker popup)
-  Tobago.Utils.selectWidthJQuery(elements, ".tobago-time[data-tobago-date-input-id]")
-      .each(function () {
-        Tobago.Time.initFromDateField(jQuery(this));
-      });
-};
-
-Tobago.Time.getValueField = function (time, name) {
-  var input = Tobago.Time.findElement(time, name);
-  return Tobago.Time.getValue(input);
-};
-
-Tobago.Time.getValue = function (input) {
-  var number = parseInt(input.val(), 10); // use 10 to avoid parsing octal numbers, if the string begins with 0
-  return isNaN(number) ? 0 : number;
-};
-
-Tobago.Time.setValueField = function (time, name, value) {
-  var input = Tobago.Time.findElement(time, name);
-  Tobago.Time.setValue(input, value);
-};
-
-Tobago.Time.setValue = function (input, value) {
-  var max = input.data("tobago-max");
-  value = parseInt(value);
-  while (value >= max) {
-    value -= max;
-  }
-  while (value < 0) {
-    value += max;
-  }
-  if (value < 10) { // formatting 0#
-    value = "0" + value;
-  }
-  input.val(value);
-
-  Tobago.Time.updateHidden(input);
-};
-/**
- * Looks for a specific element inside of the time component.
- *
- * @param any jQuery element inside the "time" component.
- * @param suffix id suffix or null for search for the base time element
- */
-Tobago.Time.findElement = function (any, suffix) {
-  var id = any.attr("id");
-  var pos = id.lastIndexOf(Tobago.SUB_COMPONENT_SEP);
-  if (pos > -1) {
-    id = id.substring(0, pos);
-  }
-  if (suffix != null) {
-    id += Tobago.SUB_COMPONENT_SEP + suffix;
-  }
-  return jQuery(Tobago.Utils.escapeClientId(id));
-};
-
-Tobago.Time.updateHidden = function (anyInput) {
-  var time = Tobago.Time.findElement(anyInput, null);
-
-  var hour = Tobago.Time.getValueField(time, "hour");
-  var minute = Tobago.Time.getValueField(time, "minute");
-
-  var second = 0;
-  if (Tobago.Time.findElement(time, "second").length > 0) {
-    second = Tobago.Time.getValueField(time, "second");
-  }
-
-  var pattern = time.data("tobago-pattern");
-  var value = formatDate(new Date(1970, 1, 1, hour, minute, second), pattern);
-  var hidden = Tobago.Time.findElement(time, "field");
-  hidden.val(value);
-};
-
-Tobago.Time.increment = function (imageButton) {
-  var input = Tobago.Time.findCurrent(imageButton);
-  Tobago.Time.setValue(input, Tobago.Time.getValue(input) + 1);
-  input.focus();
-};
-
-Tobago.Time.decrement = function (imageButton) {
-  var input = Tobago.Time.findCurrent(imageButton);
-  Tobago.Time.setValue(input, Tobago.Time.getValue(input) - 1);
-  input.focus();
-};
-
-Tobago.Time.findCurrent = function (imageButton) {
-  var time = Tobago.Time.findElement(imageButton, null);
-  var unit = time.data("tobago-lastactive");
-  var input;
-  if (unit != null) {
-    input = Tobago.Time.findElement(imageButton, unit);
-  }
-  if (input == null) { // if there is no "last active" then use "hour"
-    input = Tobago.Time.findElement(imageButton, "hour");
-  }
-  return input;
-};
-
-Tobago.Time.focus = function (input) {
-  // save the last active
-  var time = Tobago.Time.findElement(input, null);
-  time.data("tobago-lastactive", input.data("tobago-unit"));
-
-  // save the old value
-  input.data("tobago-oldvalue", input.val());
-
-  // set a class for glow effects
-  time.children(".tobago-time-borderDiv").addClass("tobago-time-borderDiv-markup-focus");
-};
-
-Tobago.Time.blur = function (input) {
-  var value = parseInt(input.val(), 10); // use 10 to avoid parsing octal numbers, if the string begins with 0
-  if (isNaN(value)) {
-    value = input.data("tobago-oldvalue");
-  }
-  Tobago.Time.setValue(input, value);
-
-  var time = Tobago.Time.findElement(input, null);
-  time.children(".tobago-time-borderDiv").removeClass("tobago-time-borderDiv-markup-focus");
-};
-
-Tobago.Time.initFromDateField = function (time) {
-  var dateField = Tobago.Calendar.getDateField(time);
-
-  var pattern = dateField.data("tobago-pattern");
-  if (!pattern) { // todo: test it
-    pattern = "HH:mm";
-  }
-
-  var date = new Date(getDateFromFormat(dateField.val(), pattern));
-  if (date.getTime() == 0) {
-    date = new Date();
-  }
-
-  Tobago.Time.setValueField(time, "hour", date.getHours());
-  Tobago.Time.setValueField(time, "minute", date.getMinutes());
-  if (pattern.indexOf("s") > -1) {
-    Tobago.Time.setValueField(time, "second", date.getSeconds());
-  }
-};
-
-Tobago.Time.keyUp = function (input, event) {
-  switch (event.keyCode) {
-    case 38:
-      Tobago.Time.setValue(input, Tobago.Time.getValue(input) + 1);
-      break;
-    case 40:
-      Tobago.Time.setValue(input, Tobago.Time.getValue(input) - 1);
-      break;
-  }
-};
-
-Tobago.registerListener(Tobago.Time.init, Tobago.Phase.DOCUMENT_READY);
-Tobago.registerListener(Tobago.Time.init, Tobago.Phase.AFTER_UPDATE);
-
-
 Tobago.DateTime = {};
 
 Tobago.DateTime.init = function (elements) {
@@ -490,7 +294,7 @@ Tobago.DateTime.init = function (element
   // time input fields
 //  jQuery.datepicker.setDefaults(jQuery.datepicker.regional['de']);
 
-  Tobago.Utils.selectWidthJQuery(elements, ".tobago-date, .tobago-time")
+  Tobago.Utils.selectWidthJQuery(elements, ".tobago-date")
       .not("[disabled]")
       .not("[readonly]")
       .each(function () {

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-in.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-in.js?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-in.js (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-in.js Thu Sep  4 09:56:32 2014
@@ -36,12 +36,6 @@ Tobago.In.init = function(elements) {
     var required = jQuery(this).attr("required") != undefined;
       new Tobago.In(id, required, 'tobago-date-markup-required');
   });
-  ins = Tobago.Utils.selectWidthJQuery(elements, "input.tobago-time");
-  ins.each(function(){
-    var id = jQuery(this).attr("id");
-    var required = jQuery(this).attr("required") != undefined;
-      new Tobago.In(id, required, 'tobago-time-markup-required');
-  });
   ins = Tobago.Utils.selectWidthJQuery(elements, ".tobago-textarea");
   ins.each(function(){
     var id = jQuery(this).attr("id");

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1622440&r1=1622439&r2=1622440&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Thu Sep  4 09:56:32 2014
@@ -29,16 +29,14 @@
 .tobago-flexLayout > .tobago-date,
 .tobago-flexLayout > .tobago-in,
 .tobago-flexLayout > .tobago-label,
-.tobago-flexLayout > .tobago-textarea,
-.tobago-flexLayout > .tobago-time {
+.tobago-flexLayout > .tobago-textarea {
     margin-left: 5px;
 }
 
 .tobago-flexLayout > .tobago-date:first-child,
 .tobago-flexLayout > .tobago-in:first-child,
 .tobago-flexLayout > .tobago-label:first-child,
-.tobago-flexLayout > .tobago-textarea:first-child,
-.tobago-flexLayout > .tobago-time:first-child {
+.tobago-flexLayout > .tobago-textarea:first-child {
     margin-left: 0;
 }