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 11:08:24 UTC

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

Author: lofwyr
Date: Tue May  3 09:08:24 2011
New Revision: 1098976

URL: http://svn.apache.org/viewvc?rev=1098976&view=rev
Log:
TOBAGO-881: Make ToolBar work with new LayoutManager 
 - Fix for Firefox 2.0

TOBAGO-870: Weight of scrollbars should be computed in the browser 
 - Fixing that the test scrollbar was displayed while measuring, in Firefox 2.0

Added:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/gecko_1_8/
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/gecko_1_8/style/
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/gecko_1_8/style/style.css

Added: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/gecko_1_8/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/gecko_1_8/style/style.css?rev=1098976&view=auto
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/gecko_1_8/style/style.css (added)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/gecko_1_8/style/style.css Tue May  3 09:08:24 2011
@@ -0,0 +1,40 @@
+/*
+ * 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: gecko 1.8 (Firefox 2.0)
+ */
+
+/* page ------------------------------------------------------------------ */
+
+/* scrollbars are visible when not setting display:none in FF2.
+ * This can't be default, because in some other browsers the measurement will not work, when display:none.
+ */
+.tobago-page-scrollbarWeight {
+  display: none;
+}
+
+/* toolBar ------------------------------------------------------------------ */
+
+.tobago-toolBar-item {
+  float: left;
+}
+
+.tobago-boxToolBar-item {
+  float: right;
+}