summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/js/misc.js13
-rw-r--r--data/style.css6
2 files changed, 3 insertions, 16 deletions
diff --git a/data/js/misc.js b/data/js/misc.js
index 8e471012..274b9422 100644
--- a/data/js/misc.js
+++ b/data/js/misc.js
@@ -79,19 +79,6 @@ if(byId('listsel'))
ulist_redirect('[rv]', '/list', this.name, 'e='+this.options[this.selectedIndex].value);
};
-// Notification list onclick
-(function(){
- var d = byId('notifies');
- if(!d)
- return;
- var l = byClass(d, 'td', 'clickable');
- for(var i=0; i<l.length; i++)
- l[i].onclick = function() {
- var baseurl = location.href.replace(/\/u([0-9]+)\/notifies.*$/, '/u$1/notify/');
- location.href = baseurl + this.id.replace(/notify_/, '');
- };
-})();
-
// BBCode spoiler tags
(function(){
diff --git a/data/style.css b/data/style.css
index 87034f90..9ad103a4 100644
--- a/data/style.css
+++ b/data/style.css
@@ -787,9 +787,9 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
/***** User notifications *****/
.browse.notifies td.tc1 { width: 14px }
-.browse.notifies td.tc3 { width: 90px }
-.browse.notifies td.tc4 { width: 60px }
-.browse.notifies tbody td.tc5 { color: $grayedout$; cursor: pointer }
+.browse.notifies td.tc3 { width: 100px }
+.browse.notifies td.tc4 { width: 75px }
+.browse.notifies tbody td.tc5 a { color: $grayedout$ }
.browse.notifies td.tc5 i { font-style: normal; color: $maintext$ }
.browse.notifies .unread td { font-weight: bold }
.browse.notifies tfoot td { padding: 0 0 0 25px }