summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-25 21:11:57 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-25 21:11:57 +0000
commit24f7fcd9141b933035652bb218f144de0256336b (patch)
treebec5acb41bd2d8f6d18ab54c66b244fee12c7203
parent573f787d63690834cb4b7e83d6c3c6dc0be005c8 (diff)
Apply rounded corners to gBlocks in gAvailable, not gAvailable.
-rw-r--r--themes/admin_default/js/ui.init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/js/ui.init.js b/themes/admin_default/js/ui.init.js
index 24cc0115..0b5feb7e 100644
--- a/themes/admin_default/js/ui.init.js
+++ b/themes/admin_default/js/ui.init.js
@@ -28,7 +28,7 @@ $(document).ready(function(){
// Round corners
$(".gSelected").addClass("ui-corner-all");
- $(".gAvailable").addClass("ui-corner-all");
+ $(".gAvailable .gBlock").addClass("ui-corner-all");
$(".gUnavailable").addClass("ui-corner-all");
// Add drop shadows