From: robert Date: Fri, 5 Apr 2002 16:44:28 +0000 (+0000) Subject: hideheader was missing, that was the real problem in selectAddresses X-Git-Tag: EarlyBlue10rc2~6 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=cc973dd98e8d8f79ee097fda8e7cc0700f93fcfc;ds=sidebyside hideheader was missing, that was the real problem in selectAddresses --- diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index f0d4e070..545b125c 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -157,6 +157,11 @@ treecolpicker { padding: 0px !important; } +treecol[hideheader="true"] { + border: none; + padding: 0; +} + /* ..... internal box ..... */ treecol:hover:active { diff --git a/EarlyBlue/messenger/addressbook/selectAddressesDialog.css b/EarlyBlue/messenger/addressbook/selectAddressesDialog.css index e8063095..f016d61a 100644 --- a/EarlyBlue/messenger/addressbook/selectAddressesDialog.css +++ b/EarlyBlue/messenger/addressbook/selectAddressesDialog.css @@ -63,10 +63,6 @@ min-width: 10px; } -#addressCol { - visibility: hidden; -} - #newEditButtonBox { padding-top: 0.5em; padding-right: 0px; diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 267d1bcb..ff40924c 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -161,6 +161,11 @@ treecolpicker { padding: 0px !important; } +treecol[hideheader="true"] { + border: none; + padding: 0; +} + /* ..... internal box ..... */ treecol:hover:active { diff --git a/LCARStrek/messenger/addressbook/selectAddressesDialog.css b/LCARStrek/messenger/addressbook/selectAddressesDialog.css index e8063095..f016d61a 100644 --- a/LCARStrek/messenger/addressbook/selectAddressesDialog.css +++ b/LCARStrek/messenger/addressbook/selectAddressesDialog.css @@ -63,10 +63,6 @@ min-width: 10px; } -#addressCol { - visibility: hidden; -} - #newEditButtonBox { padding-top: 0.5em; padding-right: 0px;