X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaddressingWidget.css;h=640c0ce5e5fbd654af4ff39f97bd7bcdef2ba8b4;hp=65ceab1e6394c2022e4e3bb6972e5245b3bd233a;hb=f1d07a656d02e10b65f2abff615574540461aaab;hpb=80916bc42ca2ff0cb12a784cc644905b9036da6e diff --git a/LCARStrek/messenger/addressingWidget.css b/LCARStrek/messenger/addressingWidget.css index 65ceab1e..640c0ce5 100644 --- a/LCARStrek/messenger/addressingWidget.css +++ b/LCARStrek/messenger/addressingWidget.css @@ -38,44 +38,42 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: addressing widget ::::: */ - -#addressingWidgetTree { - height: 80px; - width: 0px; + +#addressingWidget { +/* height: 80px; */ + margin-left: 0px; + margin-right: 0px; -moz-user-focus: none; -/* background-color: #FFFFFF; */ -} - -#listcol-addressingWidget { - width: 9em; + width: 0px; +} + +#typecol-addressingWidget { + min-width: 9em; border-right: 1px solid #9C9CFF; } - -#addressingWidgetTree > treechildren > treeitem > treerow, -#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow { + +#addressingWidget > listitem, +.addressingWidgetItem, +.dummyrow { border: none; background-color: inherit; color: inherit; } -.treecell-addressingWidget { +.addressingWidgetCell { border-bottom: 1px solid #9C9CFF; - padding: 0px !important; -} - -.treecell-addressingWidget:first-child { - border-bottom: none; + padding: 0px; } -.textbox-addressingWidget { - -moz-box-align: center; +.addressingWidgetCell:first-child { + border-top: none; } .dummy-row-cell:first-child { - border-bottom: 1px solid #9C9CFF; + border-top: none; } .person-icon { + margin: 0px 3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); - margin: 0px 3px 0px 3px; }