diff options
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/mailer.html.erb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index f6a457ef9..fff36c0cb 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -47,6 +47,26 @@ table, td, th { border: 1px solid #bbb; padding: 4px; } +.badge { + position:relative; + font-weight:bold; + font-size: 10px; + bottom: 2px; + padding: 1px 3px; + margin-right: 2px; + margin-left: 2px; + border-radius: 2px; + text-transform: uppercase; + text-decoration: none; +} +.badge-status-open { + color: #205D86; + border: 1px solid #205D86; +} +.badge-status-closed { + color: #1D781D; + border: 1px solid #1D781D; +} </style> </head> <body> |