Closed
Bug 230229
Opened 20 years ago
Closed 20 years ago
remove printplus css selectors
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: Biesinger, Unassigned)
References
()
Details
Attachments
(3 obsolete files)
/themes/classic/communicator/bookmarks/bookmarksWindow.css, line 47 -- #navprintplus /themes/modern/communicator/bookmarks/bookmarksWindow.css, line 46 -- #navprintplus { now that netscape is gone, I don't think we need to keep these lines in mozilla cvs...
Updated•20 years ago
|
Severity: normal → trivial
OS: Windows 2000 → All
Hardware: PC → All
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Comment on attachment 138508 [details] [diff] [review] (Av1) 2* <bookmarksWindow.css>, cleanup [Checked in: Comment 18] I guess it's as easy as this !?
Attachment #138508 -
Attachment description: (Av1) bookmarksWindow → (Av1) 2* <bookmarksWindow.css>
Attachment #138508 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•20 years ago
|
||
pch, can't we just get rid of these CSS files completely? I can't see that any of this CSS is relevant.
Comment 4•20 years ago
|
||
Neil: yep, these files can be removed.
Comment 5•20 years ago
|
||
Comment on attachment 138508 [details] [diff] [review] (Av1) 2* <bookmarksWindow.css>, cleanup [Checked in: Comment 18] As per comment 4.
Attachment #138508 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Updated•20 years ago
|
Attachment #138508 -
Attachment description: (Av1) 2* <bookmarksWindow.css> → (Av1) 2* <bookmarksWindow.css>, cleanup
Attachment #138508 -
Attachment is obsolete: true
Comment 6•20 years ago
|
||
Comment 7•20 years ago
|
||
Comment on attachment 139388 [details] [diff] [review] (Bv1) 2* <bookmarksWindow.css>, removal More like this then ? (untested)
Attachment #139388 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 8•20 years ago
|
||
Comment on attachment 139388 [details] [diff] [review] (Bv1) 2* <bookmarksWindow.css>, removal You need to take http://lxr.mozilla.org/seamonkey/source/themes/classic/communicator/bookmarks/b ookmarksWindow.css#40 and http://lxr.mozilla.org/seamonkey/source/themes/modern/communicator/bookmarks/bo okmarksToolbar.css#44 into account.
Attachment #139388 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Comment 9•20 years ago
|
||
Comment on attachment 139388 [details] [diff] [review] (Bv1) 2* <bookmarksWindow.css>, removal The line(s) you quoted are { @import url("chrome://communicator/skin/bookmarks/bookmarks.css"); } In the XUL file(s), there is { <?xml-stylesheet href="chrome://communicator/content/bookmarks/bookmarks.css" type="text/css"?> } Oh ! My mistake: I saw theses |/skin/| lines, but I misread the |/content/| ones which are in the XUL files :-< (good catch !) (I'll update the patch...)
Attachment #139388 -
Attachment is obsolete: true
Comment 10•20 years ago
|
||
Comment 11•20 years ago
|
||
Comment on attachment 139445 [details] [diff] [review] (Bv1b) 2* <bookmarksWindow.css>, removal That should be it !? (untested)
Attachment #139445 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•20 years ago
|
Attachment #139445 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Updated•20 years ago
|
Attachment #139445 -
Flags: superreview?(jag)
Comment 12•20 years ago
|
||
Comment on attachment 139445 [details] [diff] [review] (Bv1b) 2* <bookmarksWindow.css>, removal Are you sure the other CSS in classic's bookmarksWindow.css is unused? If so, sr=jag.
Attachment #139445 -
Flags: superreview?(jag) → superreview+
Comment 13•20 years ago
|
||
I can only trust comment 4 on that... { Neil: yep, these files can be removed. }
Comment 14•20 years ago
|
||
Comment on attachment 138508 [details] [diff] [review] (Av1) 2* <bookmarksWindow.css>, cleanup [Checked in: Comment 18] Ah, it turns out that the classic bookmarks sidebar needs these styles (slaps wrist)
Attachment #138508 -
Attachment is obsolete: false
Attachment #138508 -
Flags: superreview?(jag)
Attachment #138508 -
Flags: review-
Attachment #138508 -
Flags: review+
Comment 15•20 years ago
|
||
*** Bug 171489 has been marked as a duplicate of this bug. ***
Comment 16•20 years ago
|
||
Comment on attachment 139445 [details] [diff] [review] (Bv1b) 2* <bookmarksWindow.css>, removal minusing this patch too, then. Perhaps we could move that CSS to another file (bookmarks.css?) and still get rid of these files.
Attachment #139445 -
Attachment is obsolete: true
Attachment #139445 -
Flags: superreview+ → superreview-
Comment 17•20 years ago
|
||
Comment on attachment 138508 [details] [diff] [review] (Av1) 2* <bookmarksWindow.css>, cleanup [Checked in: Comment 18] For now this will do.
Attachment #138508 -
Flags: superreview?(jag) → superreview+
Comment 18•20 years ago
|
||
Fix checked in. pch, do you think that those Classic styles could be moved to one of the other CSS files?
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Attachment #138508 -
Attachment description: (Av1) 2* <bookmarksWindow.css>, cleanup → (Av1) 2* <bookmarksWindow.css>, cleanup
[Checked in: Comment 18]
Attachment #138508 -
Attachment is obsolete: true
Updated•20 years ago
|
Target Milestone: --- → mozilla1.7alpha
Updated•15 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•