comparison rhodecode/public/css/style.css @ 2610:3fdf7c3be2c9 beta

added mark as read for single notifications
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 15 Jul 2012 04:02:58 +0200
parents 7ae36df760ce
children 9364776d1331
comparison
equal deleted inserted replaced
2609:200a5b747e69 2610:3fdf7c3be2c9
2998 .add_icon { 2998 .add_icon {
2999 background: url("../images/icons/add.png") no-repeat scroll 3px; 2999 background: url("../images/icons/add.png") no-repeat scroll 3px;
3000 padding-left: 20px; 3000 padding-left: 20px;
3001 padding-top: 0px; 3001 padding-top: 0px;
3002 text-align: left; 3002 text-align: left;
3003 }
3004
3005 .accept_icon {
3006 background: url("../images/icons/accept.png") no-repeat scroll 3px;
3007 padding-left: 20px;
3008 padding-top: 0px;
3009 text-align: left;
3003 } 3010 }
3004 3011
3005 .edit_icon { 3012 .edit_icon {
3006 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px; 3013 background: url("../images/icons/folder_edit.png") no-repeat scroll 3px;
3007 padding-left: 20px; 3014 padding-left: 20px;
4278 } 4285 }
4279 .notification-header .gravatar{ 4286 .notification-header .gravatar{
4280 background: none repeat scroll 0 0 transparent; 4287 background: none repeat scroll 0 0 transparent;
4281 padding: 0px 0px 0px 8px; 4288 padding: 0px 0px 0px 8px;
4282 } 4289 }
4283 .notification-header .desc.unread{ 4290 .notification-list .container .notification-header .desc{
4284 font-weight: bold; 4291 font-weight: bold;
4285 font-size: 17px; 4292 font-size: 17px;
4286 } 4293 }
4287 .notification-table{ 4294 .notification-table{
4288 border: 1px solid #ccc; 4295 border: 1px solid #ccc;
4291 border-radius: 6px 6px 6px 6px; 4298 border-radius: 6px 6px 6px 6px;
4292 clear: both; 4299 clear: both;
4293 margin: 0px 20px 0px 20px; 4300 margin: 0px 20px 0px 20px;
4294 } 4301 }
4295 .notification-header .delete-notifications{ 4302 .notification-header .delete-notifications{
4303 float: right;
4304 padding-top: 8px;
4305 cursor: pointer;
4306 }
4307 .notification-header .read-notifications{
4296 float: right; 4308 float: right;
4297 padding-top: 8px; 4309 padding-top: 8px;
4298 cursor: pointer; 4310 cursor: pointer;
4299 } 4311 }
4300 .notification-subject{ 4312 .notification-subject{