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 2011/05/03 18:03:42 UTC

svn commit: r1099107 - in /myfaces/tobago/trunk/tobago-theme: tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/ tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderk...

Author: lofwyr
Date: Tue May  3 16:03:41 2011
New Revision: 1099107

URL: http://svn.apache.org/viewvc?rev=1099107&view=rev
Log:
TOBAGO-606: layout
 - fixing CSS style for tc:date and tc:time (specially for IE6 + IE7)

Added:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css
Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
    myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css?rev=1099107&r1=1099106&r2=1099107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_6_0/style/style.css Tue May  3 16:03:41 2011
@@ -34,3 +34,8 @@
   overflow-y: hidden;
 }
 
+/* time -------------------------------------------------------------- */
+
+.tobago-time-input {
+  margin: -1px 0;
+}

Added: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css?rev=1099107&view=auto
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css (added)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/msie_7_0/style/style.css Tue May  3 16:03:41 2011
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/*
+ * theme: scarborough
+ * agent: msie_7_0
+ */
+
+/* time -------------------------------------------------------------- */
+
+.tobago-time-input {
+  margin: -1px 0;
+}

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties?rev=1099107&r1=1099106&r2=1099107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties Tue May  3 16:03:41 2011
@@ -65,7 +65,9 @@ DatePicker.calendarPopupHeight=350
 DatePicker.fixedWidth=16
 DatePicker.pickerWidth=16
 
+Date.minimumHeight=25
 Date.preferredHeight=25
+Date.maximumHeight=25
 Date.css.border-left-width=2
 Date.css.border-top-width=2
 Date.css.border-right-width=2
@@ -201,15 +203,9 @@ Textarea.css.padding-right=0
 Textarea.css.padding-bottom=0
 
 Time.fixedWidth=105
+Time.minimumHeight=25
 Time.preferredHeight=25
-Time.css.border-left-width=2
-Time.css.border-top-width=2
-Time.css.border-right-width=2
-Time.css.border-bottom-width=2
-Time.css.padding-left=2
-Time.css.padding-top=2
-Time.css.padding-right=2
-Time.css.padding-bottom=2
+Time.maximumHeight=25
 
 ToolBar.css.border-left-width=2
 ToolBar.css.border-top-width=2

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties?rev=1099107&r1=1099106&r2=1099107&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties Tue May  3 16:03:41 2011
@@ -41,7 +41,9 @@ Button.preferredHeight=20
 Button.minimumHeight=20
 Button.minimumWidth=10
 
+Date.minimumHeight=20
 Date.preferredHeight=20
+Date.maximumHeight=20
 Date.css.border-left-width=1
 Date.css.border-top-width=1
 Date.css.border-right-width=1
@@ -130,15 +132,9 @@ Textarea.css.padding-top=0
 Textarea.css.padding-right=0
 Textarea.css.padding-bottom=0
 
+Time.minimumHeight=20
 Time.preferredHeight=20
-Time.css.border-left-width=1
-Time.css.border-top-width=1
-Time.css.border-right-width=1
-Time.css.border-bottom-width=1
-Time.css.padding-left=2
-Time.css.padding-top=2
-Time.css.padding-right=2
-Time.css.padding-bottom=2
+Time.maximumHeight=20
 
 ToolBar.css.border-left-width=1
 ToolBar.css.border-top-width=1