X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaddressingWidget.css;h=037bef883686d35d4900e2e634ccfcb65cc77fc2;hp=65ceab1e6394c2022e4e3bb6972e5245b3bd233a;hb=8b17a53f795d5dac9741cb28dc374ddb927488ae;hpb=80916bc42ca2ff0cb12a784cc644905b9036da6e diff --git a/LCARStrek/messenger/addressingWidget.css b/LCARStrek/messenger/addressingWidget.css index 65ceab1e..037bef88 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; */ + -moz-margin-start: 0px; + -moz-margin-end: 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; }