X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fbookmarks%2FbookmarksWindow.css;h=d0fa1436a13ab30511f1afda87c47bda10692ab0;hb=efc64d27cbde03be330b93787f17057b1d017428;hp=6336f3b549c7ac5556f59fb23eec0ef04e87da70;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;p=themes.git diff --git a/EarlyBlue/communicator/bookmarks/bookmarksWindow.css b/EarlyBlue/communicator/bookmarks/bookmarksWindow.css index 6336f3b5..d0fa1436 100644 --- a/EarlyBlue/communicator/bookmarks/bookmarksWindow.css +++ b/EarlyBlue/communicator/bookmarks/bookmarksWindow.css @@ -45,22 +45,28 @@ /** * XXX - disable print plus. This needs to go into ns/!!! */ - #navprintplus - { - display : none !important; - } - - #status-bar - { - height : 1em; - } - - #notification-icon - { - list-style-image : url("chrome://communicator/skin/bookmarks/notification.gif"); - } - - #schedule-icon - { - list-style-image : url("chrome://communicator/skin/bookmarks/schedule.gif"); - } +#navprintplus { + display: none !important; +} + +#status-bar { + height: 1em; +} + +#notification-icon { + list-style-image: url("chrome://communicator/skin/bookmarks/notification.gif"); +} + +#schedule-icon { + list-style-image: url("chrome://communicator/skin/bookmarks/schedule.gif"); +} + +#panel-bar { + border-top: 1px outset #CCD0DD; + border-bottom: 1px outset #CCD0DD; +} + +#bookmarks-tree.inset { + margin: 0px; + border: none; +}