X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaddressingWidget.css;h=324d1e568e43fc5fd2553965f47d544dab6295b2;hp=65ceab1e6394c2022e4e3bb6972e5245b3bd233a;hb=edb23828c6aa847f6b4617ef96135d08d5abe22c;hpb=80916bc42ca2ff0cb12a784cc644905b9036da6e diff --git a/LCARStrek/messenger/addressingWidget.css b/LCARStrek/messenger/addressingWidget.css index 65ceab1e..324d1e56 100644 --- a/LCARStrek/messenger/addressingWidget.css +++ b/LCARStrek/messenger/addressingWidget.css @@ -39,43 +39,41 @@ /* ::::: addressing widget ::::: */ -#addressingWidgetTree { - height: 80px; - width: 0px; +#addressingWidget { +/* height: 80px; */ + margin-left: 0px; + margin-right: 0px; -moz-user-focus: none; -/* background-color: #FFFFFF; */ + width: 0px; } -#listcol-addressingWidget { +#typecol-addressingWidget { 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; + padding: 0px; } -.treecell-addressingWidget:first-child { - border-bottom: none; -} - -.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; }