summaryrefslogtreecommitdiff
path: root/static/f
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-08 17:28:11 +0100
committerYorhel <git@yorhel.nl>2008-12-08 17:28:11 +0100
commitcffa6de2fb050c7546a043c93a741d42e7405ff6 (patch)
treee3c00ff21cf051f073e45d49ce78009f20d57a1f /static/f
parentc6409639e1fea3ae63ec2689bdeb66489816de69 (diff)
Batch edit user VN list
Diffstat (limited to 'static/f')
-rw-r--r--static/f/script.js2
-rw-r--r--static/f/style.css2
2 files changed, 3 insertions, 1 deletions
diff --git a/static/f/script.js b/static/f/script.js
index 6f775bba..d6389bb5 100644
--- a/static/f/script.js
+++ b/static/f/script.js
@@ -279,7 +279,7 @@ DOMLoad(function() {
location.href = location.href+'/wish?s='+this.options[this.selectedIndex].value;
};
// Batch Wishlist editing
- i = x('wishbatch');
+ i = x('batchedit');
if(i)
i.onchange = function() {
var frm = this;
diff --git a/static/f/style.css b/static/f/style.css
index 4a7a08b9..2c1eb78a 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -833,6 +833,8 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
.browse.rlist .tc2 { width: 100px; }
.browse.rlist .tc3 { width: 70px; }
.browse.rlist .relhid .tc1 { padding-left: 40px; width: 70px; }
+.browse.rlist .relhid .tc1.own { padding: 0 0 0 25px; width: 95px }
+.browse.rlist .relhid input { margin-right: 5px }
.browse.rlist .relhid .tc2 { padding: 0; width: 60px; }
.browse.rlist .relhid .tc3 { width: auto }
.rlist .done { font-weight: normal; color: #0c0 }