re-introduce badges

This commit is contained in:
Olivier Gagnon
2021-09-11 02:11:41 -04:00
parent 33aeeb7977
commit 02fd09c5d3
4 changed files with 69 additions and 20 deletions
+42 -6
View File
@@ -106,10 +106,10 @@ a:visited {
color: #fff;
border-radius: 2px;
padding: 1px 3px;
display: "list-item";
font-size: 10px;
top: 0;
right: 0; }
right: 0;
position: absolute; }
.notification-off {
background-color: #333;
@@ -118,6 +118,18 @@ a:visited {
padding: 0;
display: "none"; }
.notification {
position: relative;
display: inline-block; }
.notification .badge {
position: absolute;
top: 0;
right: 0;
padding: 2px;
background: red;
color: white; }
/* help tip. Question mark that opens popup with info/details */
.help-tip {
background-color: black;
@@ -644,10 +656,10 @@ a:visited {
color: #fff;
border-radius: 2px;
padding: 1px 3px;
display: "list-item";
font-size: 10px;
top: 0;
right: 0; }
right: 0;
position: absolute; }
.notification-off {
background-color: #333;
@@ -656,6 +668,18 @@ a:visited {
padding: 0;
display: "none"; }
.notification {
position: relative;
display: inline-block; }
.notification .badge {
position: absolute;
top: 0;
right: 0;
padding: 2px;
background: red;
color: white; }
/* help tip. Question mark that opens popup with info/details */
.help-tip {
background-color: black;
@@ -2068,10 +2092,10 @@ a:visited {
color: #fff;
border-radius: 2px;
padding: 1px 3px;
display: "list-item";
font-size: 10px;
top: 0;
right: 0; }
right: 0;
position: absolute; }
.notification-off {
background-color: #333;
@@ -2080,6 +2104,18 @@ a:visited {
padding: 0;
display: "none"; }
.notification {
position: relative;
display: inline-block; }
.notification .badge {
position: absolute;
top: 0;
right: 0;
padding: 2px;
background: red;
color: white; }
/* help tip. Question mark that opens popup with info/details */
.help-tip {
background-color: black;