54750 - messengercompose addressingWidget cleanup, r=ducarroz, sr=alecf

This commit is contained in:
hewitt%netscape.com 2000-10-10 05:08:54 +00:00
Родитель a0135a430c
Коммит 125e25719a
1 изменённых файлов: 17 добавлений и 2 удалений

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

@ -19,7 +19,6 @@
*/
@import url(chrome://communicator/skin/);
@import url(chrome://communicator/skin/sidebar/sidebar.css);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
@ -31,6 +30,21 @@
padding : 0px !important;
}
#addressingWidgetTree > treechildren > treeitem > treerow,
#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
border: none;
background-color: #ffffff;
color: #000000;
}
.treecell-addressingWidget {
vertical-align: middle;
}
#listcol-addressingWidget {
width: 100px;
}
.aw-menulist
{
margin : 0px;
@ -278,5 +292,6 @@
} /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
#navprintplus {
display:none !important;
display: none !important;
}