Revision: 9831
Author: gwt.mirror...@gmail.com
Date: Wed Mar 9 14:15:12 2011
Log: Adding vertical padding to hborder.png in the new Clean style theme to
handle large Buttons/DatePickers. Currently, the sprited background images
are much too short, so other background sprites will bleed into a button
and date picker cells over ~40px tall.
Review at http://gwt-code-reviews.appspot.com/1368808
Review by: p...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=9831
Modified:
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean.css
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean_rtl.css
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/hborder.png
=======================================
---
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean.css
Mon Feb 28 08:19:11 2011
+++
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean.css
Wed Mar 9 14:15:12 2011
@@ -169,7 +169,7 @@
background: white;
}
.gwt-DialogBox .dialogBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -2145px;
+ background: url(images/hborder.png) repeat-x 0px -2945px;
-background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
}
.gwt-DialogBox .dialogMiddleLeft {
@@ -454,10 +454,10 @@
background: #f1f1f1;
}
.gwt-DecoratedPopupPanel .popupTopCenter {
- background: url(images/hborder.png) 0px -2137px repeat-x;
+ background: url(images/hborder.png) 0px -2937px repeat-x;
}
.gwt-DecoratedPopupPanel .popupBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -2138px;
+ background: url(images/hborder.png) repeat-x 0px -2938px;
-background: url(images/hborder_ie6.png) repeat-x 0px -2138px;
}
.gwt-DecoratedPopupPanel .popupMiddleLeft {
@@ -1143,11 +1143,6 @@
cursor: hand;
cursor: pointer;
}
-.datePickerDayIsToday {
- padding: 3px;
- color:#fff;
- background: url(images/hborder.png) repeat-x 0px -2107px;
-}
.datePickerDayIsWeekend {
background: #f7f7f7;
}
@@ -1171,7 +1166,7 @@
.datePickerDayIsToday {
padding: 3px;
color: #fff;
- background: url(images/hborder.png) repeat-x 0px -2107px;
+ background: url(images/hborder.png) repeat-x 0px -2607px;
}
.datePickerMonthSelector {
=======================================
---
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean_rtl.css
Mon Feb 28 08:19:11 2011
+++
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/clean_rtl.css
Wed Mar 9 14:15:12 2011
@@ -169,7 +169,7 @@
background: white;
}
.gwt-DialogBox .dialogBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -2145px;
+ background: url(images/hborder.png) repeat-x 0px -2945px;
-background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
}
.gwt-DialogBox .dialogMiddleLeft {
@@ -454,10 +454,10 @@
background: #f1f1f1;
}
.gwt-DecoratedPopupPanel .popupTopCenter {
- background: url(images/hborder.png) 0px -2137px repeat-x;
+ background: url(images/hborder.png) 0px -2937px repeat-x;
}
.gwt-DecoratedPopupPanel .popupBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -2138px;
+ background: url(images/hborder.png) repeat-x 0px -2938px;
-background: url(images/hborder_ie6.png) repeat-x 0px -2138px;
}
.gwt-DecoratedPopupPanel .popupMiddleLeft {
@@ -1144,11 +1144,6 @@
cursor: hand;
cursor: pointer;
}
-.datePickerDayIsToday {
- padding: 3px;
- color:#fff;
- background: url(images/hborder.png) repeat-x 0px -2107px;
-}
.datePickerDayIsWeekend {
background: #f7f7f7;
}
@@ -1172,7 +1167,7 @@
.datePickerDayIsToday {
padding: 3px;
color: #fff;
- background: url(images/hborder.png) repeat-x 0px -2107px;
+ background: url(images/hborder.png) repeat-x 0px -2607px;
}
.datePickerMonthSelector {
=======================================
---
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/hborder.png
Mon Feb 28 08:19:11 2011
+++
/trunk/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/hborder.png
Wed Mar 9 09:38:31 2011
Binary file, no diff available.
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors