Download & Extend

watcher css should not use !important-rule in css

Project:Watcher
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs work

Issue Summary

I don't know why you use so much the important rule in the watcher.css but it makes styling more complicate. Please remove !important, if not really needed.

Comments

#1

I agree.

Using !important is poor css design and should be avoided. You will make a lot of themers happy :)

#2

You can make me happy by making a patch. I am well aware of the issue but it's not something I can prioritize highly, so a patch would be help a lot.

#3

Status:active» needs review

Attached a patch. I also took the liberty of removing some whitespace and the @CHARSET declaration, which don't seem to be common to use in Drupal.

AttachmentSize
wachter-css-1.patch 3.75 KB

#4

Status:needs review» reviewed & tested by the community

Looks good, thank you for the patch!

#5

This line 77 is wrong in pre-patched and patched:

.watcher_node_watched

should be :
background-image: url(../images/watch.gif) no-repeat

Otherwise you can click twice the under-node link and get a div full of eyeballs :D

#6

Status:reviewed & tested by the community» needs work
nobody click here