gavin%gavinsharp.com 85963132d5 Bug 338443: Make it easier to hit the notificationbox close button, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@198564 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-29 15:38:46 +00:00

28 lines
653 B
CSS

searchbar {
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
}
/* ::::: print preview toolbar ::::: */
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
menuitem.spell-suggestion {
font-weight:bold;
}
#noPreviewAvailable {
background-color: white !important;
font-size: 12px !important;
}
#PersonalToolbar > #bookmarksBarShowPlaces > .toolbarbutton-text {
visibility: collapse;
}
/* apply Fitts' law to the notification bar's close button */
window[sizemode="maximized"] #content .notification-inner {
border-right: 0px !important;
}