#25561 -> Select Addresses dialog cleanup. #46519-> Mac Classic skin polish. r=hangas

This commit is contained in:
nbhatla%netscape.com 2000-08-19 01:57:50 +00:00
Родитель 8923af194f
Коммит 8942977034
5 изменённых файлов: 156 добавлений и 2 удалений

Просмотреть файл

@ -298,3 +298,65 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
list-style-image: none !important;
}
/*** Styles for abSelectAddressesDialog.xul ***/
#3PaneBox {
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
border-left : 1px solid #000000;
}
#dirTreeBox {
width : 180px;
height : 100%;
background-color: #FFFFFF;
border-right : 1px solid #000000;
}
#dirTree { // Tree that lists different Address Books
height : 100px;
min-width : 10px;
}
#results-bucket-tree-box {
border-right : 1px solid #000000;
}
#resultsTreeBox {
background-color: #FFFFFF;
border-bottom : 1px solid #000000;
}
#resultsTree {
height : 100px;
min-width : 10px;
}
#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
padding : 0.3em;
min-width : 10px;
}
#bucketBox {
height : 170px;
border-top : 1px solid #000000;
}
#addressBucket {
height : 100px;
min-width : 10px;
}
#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
padding : .5em;
padding-right : 0px;
}
.3rd-column-spring { // Vertical Springs between 3rd column buttons
height : 10px;
}
.middle-button-spring { // Springs between To, CC, and BCC buttons
width : 10px;
}

Просмотреть файл

@ -27,7 +27,7 @@ tree[class="addressingWidget"] treeitem > treerow > treecell > box > image {
vertical-align: middle;
padding:2px;
border:none;
list-style-image: url("chrome://messenger/skin/addressbook/person.gif");
list-style-image: url("chrome://messenger/skin/abcard.gif");
user-focus: ignore;
}

Просмотреть файл

@ -205,7 +205,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
#search-button
{
margin-right : 1px;
margin-right : 2px;
}
.menuitem-iconic

Просмотреть файл

@ -129,3 +129,25 @@ splitter.gray-horizontal-splitter #endcap {
min-width: 8px;
width: 8px;
}
splitter.gray-vertical-splitter {
min-height: 8px;
background-color: #CCCCCC;
border: none;
padding: 0px;
}
splitter.gray-vertical-splitter grippy {
margin: 0px;
border: 2px solid #CCCCCC;
padding: 0px;
background-color: #6699CC;
list-style-image: none;
}
splitter.gray-vertical-splitter grippy:hover {
background-color: #003366;
}
splitter.gray-vertical-splitter grippy:active {
background-color: #003366;
}

Просмотреть файл

@ -179,3 +179,73 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
list-style-image: none !important;
}
/*** Styles for abSelectAddressesDialog.xul ***/
box[orient="horizontal"] > splitter {
border-right : 1px solid #000000;
}
box[orient="vertical"] > splitter {
border-top : 1px solid #000000;
}
#3PaneBox {
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
border-left : 1px solid #000000;
}
#dirTreeBox {
width : 180px;
height : 100%;
background-color: #FFFFFF;
border-right : 1px solid #000000;
}
#dirTree { // Tree that lists different Address Books
height : 100px;
min-width : 10px;
}
#results-bucket-tree-box {
border-right : 1px solid #000000;
}
#resultsTreeBox {
background-color: #FFFFFF;
border-bottom : 1px solid #000000;
}
#resultsTree {
height : 100px;
min-width : 10px;
}
#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
padding : 0.3em;
min-width : 10px;
}
#bucketBox {
height : 170px;
border-top : 1px solid #000000;
}
#addressBucket {
height : 100px;
min-width : 10px;
}
#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
padding : .5em;
padding-right : 0px;
}
.3rd-column-spring { // Vertical Springs between 3rd column buttons
height : 10px;
}
.middle-button-spring { // Springs between To, CC, and BCC buttons
width : 10px;
}