XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@205611 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
30626f9974
commit
3eeb51f3e0
@ -59,6 +59,7 @@
|
||||
<hbox align="center">
|
||||
<textbox id="dialog.input" flex="1" type="autocomplete"
|
||||
searchSessions="history" timeout="50" maxrows="6"
|
||||
disablehistory="false"
|
||||
oninput="doEnabling();">
|
||||
<menupopup id="ubhist-popup" class="autocomplete-history-popup"
|
||||
popupalign="topleft" popupanchor="bottomleft"
|
||||
|
||||
@ -66,10 +66,10 @@
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<hbox id="component-bar" class="statusbar-panel" persist="collapsed">
|
||||
<statusbarpanel id="component-bar" persist="collapsed">
|
||||
<toolbarbutton class="taskbutton" id="mini-nav" oncommand="toNavigator();"
|
||||
tooltiptext="&taskNavigator.tooltip;"/>
|
||||
<toolbarbutton class="taskbutton" id="mini-comp" oncommand="toEditor();"
|
||||
tooltiptext="&taskComposer.tooltip;"/>
|
||||
</hbox>
|
||||
</statusbarpanel>
|
||||
</overlay>
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<?xml-stylesheet href="chrome://communicator/content/utilityOverlay.css"?>
|
||||
<?xul-overlay href="chrome://communicator/content/platformCommunicatorOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user