You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
652 B
28 lines
652 B
/* mbl.widget.Heading */ |
|
@import url("iphone-compat.css"); |
|
|
|
.alertDialogBody { /* 1.8 */ |
|
-moz-border-radius: 10px; |
|
} |
|
|
|
.alertTitle { |
|
background-image: url(compat/heading-bg.png); |
|
} |
|
|
|
.mblImageThumbView .mblThumb { |
|
-moz-transition: all 0.5s ease-in-out; |
|
-o-transition: all 0.5s ease-in-out; |
|
} |
|
|
|
.mblImageThumbView .mblThumb:hover { |
|
-moz-transform: scale(1.2); |
|
-moz-transition: all 0.3s ease-in-out; |
|
-o-transform: scale(1.2); |
|
-o-transition: all 0.3s ease-in-out; |
|
} |
|
.mblImageThumbView .mblThumbInner .mblThumbMask .mblThumbSrc { |
|
-moz-background-size: 100% 100%; |
|
-moz-border-radius: 5px; |
|
-o-background-size: 100% 100%; |
|
-o-border-radius: 5px; |
|
} |