diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -3002,6 +3002,13 @@ table.code-browser .submodule-dir { text-align: left; } +.accept_icon { + background: url("../images/icons/accept.png") no-repeat scroll 3px; + padding-left: 20px; + padding-top: 0px; + text-align: left; +} + .edit_icon { background: url("../images/icons/folder_edit.png") no-repeat scroll 3px; padding-left: 20px; @@ -4280,7 +4287,7 @@ form.comment-inline-form { background: none repeat scroll 0 0 transparent; padding: 0px 0px 0px 8px; } -.notification-header .desc.unread{ +.notification-list .container .notification-header .desc{ font-weight: bold; font-size: 17px; } @@ -4297,6 +4304,11 @@ form.comment-inline-form { padding-top: 8px; cursor: pointer; } +.notification-header .read-notifications{ + float: right; + padding-top: 8px; + cursor: pointer; +} .notification-subject{ clear:both; border-bottom: 1px solid #eee;