Bug 462650 - HUD panels: add half diamond arrow on the top of the panel. ui-r=faaborg, r+a191=beltzner

This commit is contained in:
Markus Stange 2008-11-27 23:31:08 +01:00
parent 158aceedac
commit 31de349b08
3 changed files with 21 additions and 18 deletions

View File

@ -1015,23 +1015,23 @@ richlistitem[selected="true"][current="true"] > hbox > .ac-result-type-bookmark,
#editBookmarkPanel { #editBookmarkPanel {
-moz-appearance: none; -moz-appearance: none;
background-color: rgba(68,68,68,0.9); -moz-window-shadow: none;
border: 1px solid rgba(255,255,255,0.15); -moz-border-image: url(chrome://browser/skin/hud-panel.png) 26 50 22 18 / 26px 50px 22px 18px repeat;
-moz-border-radius: 8px; margin-right: 27px;
-moz-border-radius-topright: 0px ; margin-top: 1px;
padding: 10px 8px 6px 8px; padding-top: 8px;
margin-top: 4px;
color: #ffffff; color: #ffffff;
} }
#editBookmarkPanelTitle { #editBookmarkPanelTitle {
font-size: 130%; font-size: 130%;
font-weight: bold; font-weight: bold;
margin: 8px 12px 0px 9px; margin: 2px 12px 0px 9px;
} }
#editBookmarkPanel > hbox { #editBookmarkPanel > hbox,
-moz-padding-end: 1px; #editBookmarkPanel > vbox {
margin-right: -30px;
} }
/**** HUD style buttons ****/ /**** HUD style buttons ****/
@ -2093,22 +2093,24 @@ tabpanels.plain {
/* Popup Bounding Box */ /* Popup Bounding Box */
#identity-popup { #identity-popup {
-moz-appearance: none; -moz-appearance: none;
background-color: rgba(68,68,68,0.9); -moz-window-shadow: none;
border: 1px solid rgba(255,255,255,0.15); background-color: transparent;
-moz-border-radius: 8px; margin-top: -4px;
-moz-border-radius-topleft: 0px; margin-left: -13px;
padding: 10px 8px 6px 8px;
margin-top: -3px;
-moz-margin-start: 11px;
color: #ffffff;
min-width: 280px; min-width: 280px;
-moz-border-image: url(chrome://browser/skin/hud-panel.png) 26 18 22 50 / 26px 18px 22px 50px repeat;
} }
#identity-popup-container { #identity-popup-container {
-moz-appearance: none; -moz-appearance: none;
margin: 4px 3px 2px -30px;
color: #ffffff; color: #ffffff;
} }
#identity-popup-content-box {
margin-top: 4px;
}
/* Popup Buttons */ /* Popup Buttons */
#identity-popup-more-info-button { #identity-popup-more-info-button {
-moz-appearance: none; -moz-appearance: none;
@ -2120,7 +2122,7 @@ tabpanels.plain {
-moz-border-left-colors: rgba(0,0,0,0.35) rgba(26,26,26,0.5) rgba(255,255,255,0.4); -moz-border-left-colors: rgba(0,0,0,0.35) rgba(26,26,26,0.5) rgba(255,255,255,0.4);
-moz-border-radius: 20px; -moz-border-radius: 20px;
padding: 1px 9px; padding: 1px 9px;
margin: 6px; margin: 10px 0 0;
min-height: 0px; min-height: 0px;
color: #ffffff; color: #ffffff;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -16,6 +16,7 @@ classic.jar:
skin/classic/browser/find-bar-background.png skin/classic/browser/find-bar-background.png
skin/classic/browser/Go-arrow.png skin/classic/browser/Go-arrow.png
skin/classic/browser/home.png skin/classic/browser/home.png
skin/classic/browser/hud-panel.png
skin/classic/browser/hud-style-button-middle-background.png skin/classic/browser/hud-style-button-middle-background.png
skin/classic/browser/hud-style-check-box-checked.png skin/classic/browser/hud-style-check-box-checked.png
skin/classic/browser/hud-style-check-box-empty.png skin/classic/browser/hud-style-check-box-empty.png