From d2bb8ef503901b05a34a7d24ddd32c8a5b7524fc Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 17 Jan 2017 23:18:55 -0200 Subject: Notifications: trying to get a better layout (#660) * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table clickable * Fix octicon aligment * Fix use of AppSubUrl --- public/css/index.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'public/css') diff --git a/public/css/index.css b/public/css/index.css index c569209e49..7c84cf8517 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -2712,12 +2712,15 @@ footer .ui.language .menu { float: left; margin-left: 7px; } -.user.notification .buttons-panel button { - padding: 3px; -} -.user.notification .buttons-panel form { +.user.notification table form { display: inline-block; } +.user.notification table button { + padding: 3px 3px 3px 5px; +} +.user.notification table tr { + cursor: pointer; +} .user.notification .octicon-issue-opened, .user.notification .octicon-git-pull-request { color: #21ba45; -- cgit v1.2.3