diff --git a/mobile/themes/hildon/browser.css b/mobile/themes/hildon/browser.css index 3a387efe6cf..259c44cdceb 100644 --- a/mobile/themes/hildon/browser.css +++ b/mobile/themes/hildon/browser.css @@ -475,8 +475,8 @@ toolbarbutton.page-button { } .bookmark-item-image { - max-height: 16px; - max-width: 16px; + height: 24px; + width: 24px; margin: 1.6mm 4mm 5mm 2mm; } @@ -612,9 +612,9 @@ autocompleteresult { } .autocomplete-item-image { - max-height: 16px; - max-width: 16px; - margin: 0mm 4mm 5mm 2mm; + height: 24px; + width: 24px; + margin: 1.6mm 4mm 5mm 2mm; } /* special "no results" and "all bookmarks" items */ @@ -647,8 +647,8 @@ autocompleteresult.allbookmarks > .autocomplete-item-desc { } autocompleteresult.allbookmarks > .autocomplete-item-image { - max-width: 44px; - max-height: 30px; + width: 44px; + height: 30px; margin: 0 3mm; list-style-image: url(images/bookmarks-30.png); } diff --git a/mobile/themes/wince/browser-high.css b/mobile/themes/wince/browser-high.css index 1acc2b9b01b..7e34381b9bc 100644 --- a/mobile/themes/wince/browser-high.css +++ b/mobile/themes/wince/browser-high.css @@ -259,8 +259,8 @@ placeitem[type=folder] .bookmark-item-image { } autocompleteresult.allbookmarks > .autocomplete-item-image { - max-width: 44px; - max-height: 30px; + width: 44px; + height: 30px; list-style-image: url(images/bookmarks-30.png); } diff --git a/mobile/themes/wince/browser-low.css b/mobile/themes/wince/browser-low.css index 8feaadb2097..00dde86d7a2 100644 --- a/mobile/themes/wince/browser-low.css +++ b/mobile/themes/wince/browser-low.css @@ -258,8 +258,8 @@ placeitem[type=folder] .bookmark-item-image { } autocompleteresult.allbookmarks > .autocomplete-item-image { - max-width: 35px; /* XXX adjust as needed */ - max-height: 24px; + width: 35px; /* XXX adjust as needed */ + height: 24px; list-style-image: url(images/bookmarks-24.png); } diff --git a/mobile/themes/wince/browser.css b/mobile/themes/wince/browser.css index a4db5feeb1a..d80e6a5fdb8 100644 --- a/mobile/themes/wince/browser.css +++ b/mobile/themes/wince/browser.css @@ -262,8 +262,8 @@ toolbarbutton.page-button { } .bookmark-item-image { - max-height: 16px; - max-width: 16px; + height: 24px; + width: 24px; margin: 1.6mm 1.5mm 0mm 2mm; } @@ -378,8 +378,8 @@ autocompleteresult { } .autocomplete-item-image { - max-height: 16px; - max-width: 16px; + height: 24px; + width: 24px; margin: 1.6mm 1.5mm 0mm 2mm; }