Bug 588464 - Adjustments for touch enabled displays should keep using physical units. r=felipe

--HG--
extra : rebase_source : 38fa8129ab1eee9c6a3a149a89b428438f331646
This commit is contained in:
Dão Gottwald 2010-08-19 22:22:16 +02:00
parent 0e0e9d5750
commit 968a42e5e8

View File

@ -880,7 +880,7 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
}
#urlbar > .autocomplete-history-dropmarker:-moz-system-metric(touch-enabled) {
min-width: .64cm;
min-width: 6.4mozmm;
}
#urlbar > .autocomplete-history-dropmarker:hover:active,
@ -1123,7 +1123,7 @@ richlistitem[type="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-i
}
.tabbrowser-tabs:-moz-system-metric(touch-enabled) {
min-height: .73cm;
min-height: 7.3mozmm;
}
.tabbrowser-tabs:not([overflow="true"]) {
@ -1281,11 +1281,11 @@ richlistitem[type="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-i
#TabsToolbar > toolbarbutton,
#TabsToolbar > toolbarpaletteitem > toolbarbutton,
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button {
min-width: .81cm;
min-width: 8.1mozmm;
}
.tabs-newtab-button {
min-width: 1cm;
min-width: 10mozmm;
}
}