Author: damoxc
Revision: 4938
Log:
make the selected item in the sidebar have bold text and rename the
messagebox icon styles
Diff:
Modified: trunk/deluge/ui/web/css/deluge.css
===================================================================
--- trunk/deluge/ui/web/css/deluge.css 2009-03-30 21:45:40 UTC (rev 4937)
+++ trunk/deluge/ui/web/css/deluge.css 2009-03-30 21:48:23 UTC (rev 4938)
@@ -162,6 +162,10 @@
padding-left: 20px;
}
+.x-grid3-row-selected table td div {
+ font-weight: Bold;
+}
+
/* MessageBox icon styles */
.x-deluge-icon-warning {
background: url('/icons/16/warning.png') no-repeat 2px;
@@ -169,4 +173,12 @@
.x-deluge-icon-error {
background: url('/icons/16/error.png') no-repeat 2px;
+}
+
+.x-deluge-add-file, .x-tree-node-icon {
+ background: url('/icons/16/document.png') no-repeat 2px;
+}
+
+.x-deluge-add-file-checkbox {
+ margin-top: 2px;
}
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---