mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Fix blue location bar height. bug=52911, r=/a=ben
This commit is contained in:
parent
3c353a9435
commit
4e803014e2
@ -5,69 +5,75 @@
|
||||
@import url(chrome://communicator/skin/bookmarks/bookmarks.css);
|
||||
@import url(chrome://communicator/skin/sidebar/sidebar.css);
|
||||
|
||||
#sidebar-parent
|
||||
#sidebar-parent
|
||||
{
|
||||
margin-right : 2px;
|
||||
margin-right : 2px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Rules for 'hiding' portions of the chrome for special
|
||||
* kinds of browser windows.
|
||||
*/
|
||||
window[chromehidden~="menubar"] .chromeclass-menubar {
|
||||
display: none;
|
||||
}
|
||||
window[chromehidden~="menubar"] .chromeclass-menubar
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="toolbar"] .chromeclass-toolbar {
|
||||
display: none;
|
||||
}
|
||||
window[chromehidden~="toolbar"] .chromeclass-toolbar
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="location"] .chromeclass-location {
|
||||
display: none;
|
||||
}
|
||||
window[chromehidden~="location"] .chromeclass-location
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="directories"] .chromeclass-directories {
|
||||
display: none;
|
||||
}
|
||||
window[chromehidden~="directories"] .chromeclass-directories
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="status"] .chromeclass-status {
|
||||
display: none;
|
||||
}
|
||||
window[chromehidden~="status"] .chromeclass-status
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||
display: none;
|
||||
}
|
||||
window[chromehidden~="extrachrome"] .chromeclass-extrachrome
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* Images for the main buttons
|
||||
*/
|
||||
#back-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/back.gif");
|
||||
list-style-image : url("chrome://navigator/skin/back.gif");
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
#forward-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/forward.gif");
|
||||
list-style-image : url("chrome://navigator/skin/forward.gif");
|
||||
margin : 0px;
|
||||
}
|
||||
|
||||
#stop-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/stop.gif");
|
||||
list-style-image : url("chrome://navigator/skin/stop.gif");
|
||||
}
|
||||
|
||||
#reload-button
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/reload.gif");
|
||||
list-style-image : url("chrome://navigator/skin/reload.gif");
|
||||
}
|
||||
|
||||
/*all the urlbar stuff*/
|
||||
#page-proxy-button
|
||||
{
|
||||
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||
cursor : grab;
|
||||
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#ubhist-keyword-popup
|
||||
@ -121,7 +127,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||
|
||||
#nav-bar-inner
|
||||
{
|
||||
padding-left : 6px;
|
||||
min-width : 0px;
|
||||
margin : 11px 0px 11px 6px;
|
||||
}
|
||||
|
||||
#search-button
|
||||
@ -141,7 +148,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||
|
||||
#print-button
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/print.gif");
|
||||
list-style-image : url("chrome://global/skin/print.gif");
|
||||
}
|
||||
|
||||
#nav-bar-buttons
|
||||
@ -149,5 +156,4 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||
-moz-binding : url("chrome://navigator/skin/navigatorBindings.xml#navigation-buttons");
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user