Tiny CSS fix?

Abilnet - July 21, 2008 - 22:31
Project:A3 Atlantis
Version:5.x-1.0
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

First of all, thanks for the impressive A3 Atlantis theme, your work highly appreciated! ...however, I'd like to report a tiny usability issue in CSS -colors when having "Update Status" module installed. Please take a look at the attached screen shot.

Thanks, all the best!

AttachmentSize
update-status-screenshot.png85.97 KB

#1

JohnForsythe - July 22, 2008 - 15:44
Status:active» fixed

Thanks, this will be fixed in the next release.

In the mean time, just add the following to the end of your style.css file:

/**
* Update Status
*/

.update-status tr.error { background: #633; }
.update-status tr.error .version-recommended { background: #644; }
.update-status tr.ok { background: #464; }
.update-status tr.warning { background: #664; }
.update-status tr.warning .version-recommended { background: #665; }
.update-status table.version-security .version-title { color: #e10; }
.update-status .security-error { color: #e10; }

#2

Abilnet - July 23, 2008 - 23:53

That's cool, looks nice now... thanks a lot, appreciated!

#3

Anonymous (not verified) - August 7, 2008 - 00:02
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.