Author: damoxc
Revision: 4998
Log:
fix displaying the "Browse..." button next to the file upload field
Diff:
Modified: trunk/deluge/ui/web/css/deluge.css
===================================================================
--- trunk/deluge/ui/web/css/deluge.css 2009-04-02 19:43:08 UTC (rev 4997)
+++ trunk/deluge/ui/web/css/deluge.css 2009-04-02 20:03:10 UTC (rev 4998)
@@ -96,15 +96,6 @@
background: url('/icons/add.png') no-repeat 2px;
}
-/*.x-deluge-add-file {
- background: url('/icons/add_file.png');
- padding-left: 20px;
-}*/
-
-.x-form-file-wrap, .x-form-file {
- cursor: pointer;
-}
-
/* Add Url Window */
.x-deluge-add-file, .x-btn .x-deluge-add-file {
background: url('/icons/add_file.png') no-repeat 2px;
Modified: trunk/deluge/ui/web/css/ext-all.css
===================================================================
--- trunk/deluge/ui/web/css/ext-all.css 2009-04-02 19:43:08 UTC (rev 4997)
+++ trunk/deluge/ui/web/css/ext-all.css 2009-04-02 20:03:10 UTC (rev 4998)
@@ -65,8 +65,9 @@
opacity: 0;
z-index: 2;
height: 22px;
+ cursor: pointer;
}
-.x-form-file-wrap .x-form-file-btn {
+.x-form-file-wrap .x-btn {
position: absolute;
right: 0;
z-index: 1;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---