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 2016/09/16 12:55:08 UTC

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

Author: lofwyr
Date: Fri Sep 16 12:55:08 2016
New Revision: 1761027

URL: http://svn.apache.org/viewvc?rev=1761027&view=rev
Log:
TOBAGO-1368: The standard theme will use Bootstrap
* optimize look of date field in sheets with IE

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css

Modified: myfaces/tobago/trunk/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/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css?rev=1761027&r1=1761026&r2=1761027&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css Fri Sep 16 12:55:08 2016
@@ -49,6 +49,15 @@
 
 /* date -------------------------------------------------------------- */
 
+.tobago-date {
+  min-width: 7em;
+}
+
+/* Remove IE10's "clear field" X button */
+.tobago-date::-ms-clear {
+  display: none;
+}
+
 /* for pickers with more than one icon, e.g. date-time picker */
 .btn > .fa:nth-child(n+2) {
   margin-left: .3em;