Author: damoxc
Revision: 4916
Log:
change width to auto so the details tab displays correctly
Diff:
Modified: trunk/deluge/ui/web/css/deluge.css
===================================================================
--- trunk/deluge/ui/web/css/deluge.css 2009-03-21 18:45:47 UTC (rev 4915)
+++ trunk/deluge/ui/web/css/deluge.css 2009-03-22 21:03:24 UTC (rev 4916)
@@ -82,7 +82,7 @@
}
.deluge-status dd.torrent_name, .deluge-status dd.status, .deluge-status
dd.tracker, .deluge-status dd.path, .deluge-status dd.comment {
- width: 500px;
+ width: auto;
}
/* Peers Grid */
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---