fix ui regressons in signon viewer, code=rgoodger, r=morse

This commit is contained in:
morse%netscape.com 1999-11-02 05:04:19 +00:00
parent 00924492ac
commit 99541dc224
3 changed files with 18 additions and 19 deletions

View File

@ -1,10 +1,9 @@
window {
min-width: 400px;
min-height: 400px;
background-color: #CCCCCC;
}
box.tabpanel {
border: 1px outset #CCCCDD;
border: 1px outset #CCCCCC;
padding: 10px;
}
@ -14,18 +13,18 @@ tab {
}
treehead > treerow > treecell {
border: 1px outset #CCCCDD;
border: 1px outset #CCCCCC;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
background-color: #CCCCDD;
background-color: #CCCCCC;
color: #000000;
}
treechildren > treeitem > treerow > treecell {
border-right: 1px solid #CCCCDD;
border-bottom: 1px solid #CCCCDD;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding-left: 10px;
padding-top: 1px;
@ -33,8 +32,8 @@ treechildren > treeitem > treerow > treecell {
}
treechildren > treeitem > treerow > treecell.fieldcell {
border-right: 1px solid #CCCCDD;
border-bottom: 1px solid #CCCCDD;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: inherit;
padding: 0px;
margin: 0px;
@ -47,7 +46,7 @@ treechildren > treeitem > treerow [selectedrow ~= false] {
}
treechildren > treeitem > treerow [selectedrow ~= true] {
background-color: #666699;
background-color: #336699;
color: white;
}
@ -62,7 +61,7 @@ tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
}
tree {
border: 1px inset #CCCCDD;
border: 1px inset #CCCCCC;
}
a {
@ -85,7 +84,7 @@ tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hove
input.dispcell {
border: none;
background-color: #CCCCDD;
background-color: #CCCCCC;
height: 12px;
font-family: tahoma;
font-size: 10px;

View File

@ -4,9 +4,9 @@
<!ENTITY tab.signonsnotstored.label "Signons Not Saved">
<!ENTITY tab.nopreview.label "Forms not Previewed">
<!ENTITY spiel.signonsstored.label "Communicator has saved login information for the following sites:">
<!ENTITY spiel.signonsnotstored.label "Communicator will not save login information for the following sites:">
<!ENTITY spiel.nopreview.label "Communicator will not preview the following forms before filling them for you:">
<!ENTITY spiel.signonsstored.label "Mozilla has saved login information for the following sites:">
<!ENTITY spiel.signonsnotstored.label "Mozilla will not save login information for the following sites:">
<!ENTITY spiel.nopreview.label "Mozilla will not preview the following forms before filling them for you:">
<!ENTITY treehead.signonsite.label "Site">
<!ENTITY treehead.signonusername.label "Username">

View File

@ -30,7 +30,7 @@
<!DOCTYPE window SYSTEM "chrome://wallet/locale/SignonViewer.dtd" >
<window id="signonviewer"
width="400" height="420"
width="410" height="440"
title="&windowtitle.label;"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
@ -68,7 +68,7 @@
</html:div>
<spring style="height: 5px;"/>
<box align="horizontal">
<titledbutton value="&remove.label;" onclick="goneSS += DeleteItemSelected('signonstree','signon_','savesignonlist');"/>
<titledbutton class="dialog push" value="&remove.label;" onclick="goneSS += DeleteItemSelected('signonstree','signon_','savesignonlist');"/>
</box>
<spring style="height: 5px;"/>
</box>
@ -91,7 +91,7 @@
</html:div>
<spring style="height: 5px;"/>
<box align="horizontal">
<titledbutton value="&remove.label;" onclick="goneIS += DeleteItemSelected('ignoretree','reject_','ignoredlist');"/>
<titledbutton class="dialog push" value="&remove.label;" onclick="goneIS += DeleteItemSelected('ignoretree','reject_','ignoredlist');"/>
</box>
<spring style="height: 5px;"/>
</box>
@ -111,7 +111,7 @@
</html:div>
<spring style="height: 5px;"/>
<box align="horizontal">
<titledbutton value="&remove.label;" onclick="goneFR += DeleteItemSelected('nopreviewtree','nopreview_','nopreviewlist');"/>
<titledbutton class="dialog push" value="&remove.label;" onclick="goneFR += DeleteItemSelected('nopreviewtree','nopreview_','nopreviewlist');"/>
</box>
<spring style="height: 5px;"/>
</box>