]> source.dussan.org Git - vaadin-framework.git/commitdiff
Rollbackking [5002] from button.css
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 3 Jul 2008 08:29:56 +0000 (08:29 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 3 Jul 2008 08:29:56 +0000 (08:29 +0000)
svn changeset:5013/svn branch:trunk

WebContent/ITMILL/themes/default/button/button.css
WebContent/ITMILL/themes/default/styles.css

index 19bdb742f50e1762774333a424b1fdf920a53337..65b4f871729c6af32213c6fc452795c1a77518d5 100644 (file)
        background-color: #FFE0E0;
 }
 */
-
-.i-checkbox *, .i-button * {
-       float: left;
-}
-
-.i-checkbox:after, .i-button:after {
-       content: ".";
-       display: block;
-       height: 0;
-    clear: both;
-    visibility: hidden;
-}
-               
-.i-checkbox, .i-button {
-       display: inline-block;
-}
-
-/* Hides from IE-mac \*/
-* html .i-caption, * html .i-orderedlayout-wrap { height: 1%; }
-.i-caption, .i-orderedlayout-wrap { display: block; }
-/* End hide from IE-mac */
index f19394780a883b28adda8b06458e6040270ccc21..eacde80159101664c7bab939eb457bb29e5a3463 100644 (file)
        text-decoration: underline;
 }
 
+/* fixes streched buttons in IE6 */
+* html .i-button {
+       overflow: visible;
+       padding-left: 10px;
+       padding-right: 10px;
+}
+/* fixes streched buttons in IE7 */
+*+html .i-button {
+       overflow: visible;
+       padding-left: 10px;
+       padding-right: 10px;
+}
+
 /* Disabled by default
 .i-checkbox-error {
        background:transparent;
        background-color: #FFE0E0;
 }
 */
-
-.i-checkbox *, .i-button * {
-       float: left;
-}
-
-.i-checkbox:after, .i-button:after {
-       content: ".";
-       display: block;
-       height: 0;
-    clear: both;
-    visibility: hidden;
-}
-               
-.i-checkbox, .i-button {
-       display: inline-block;
-}
-
-/* Hides from IE-mac \*/
-* html .i-caption, * html .i-orderedlayout-wrap { height: 1%; }
-.i-caption, .i-orderedlayout-wrap { display: block; }
-/* End hide from IE-mac */
 /* Provide some extra whitespace for wrapped elements
    (these elements usually need the extra space, since 
    they aren't even handling their own caption) */