gecko-dev/calendar/resources/skin/classic/selectAddresses.css
2004-01-08 15:39:51 +00:00

41 lines
645 B
CSS

/** INSERT OPEN OEONE LICENSE */
/*--------------------------------------------------------------------
* Select Addresses Dialog
*-------------------------------------------------------------------*/
#contactsSelectAddressesDialogWindow
{
min-height: 300px;
min-width: 650px;
}
#topBox
{
min-width: 300px;
-moz-box-align: start;
}
#abResultsTree treechildren::-moz-tree-row( disabled )
{
background-color: transparent;
}
#abResultsTree treechildren::-moz-tree-cell-text( disabled )
{
font-style: italic;
}
#addressBookList
{
min-width: 20em;
max-width: 20em;
}
#bucketBox
{
min-width: 100px;
}