Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update main.css

Cette révision appartient à :
kilo 2017-10-28 22:47:05 +02:00 révisé par GitHub
Parent ee0ffde9e6
révision 5d03312eb5
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: 4AEE18F83AFDEB23

Voir le fichier

@ -2348,6 +2348,48 @@ form.delete-form button.form-input.btn-red {
bottom: 9px;
}
#clear-notification {
bottom: 8px;
right: 8px;
position: absolute;
width: calc(100% - 16px);
}
#clear-notification a {
float: right;
margin-left: 3px;
}
.notification-table {
margin-bottom: 44px;
}
.notification-table td {
text-align: center;
padding: 6px 0;
border-bottom: 1px solid;
}
.notification-table tr:hover td {
filter: brightness(1.2);
}
.notification-status {
width: 140px;
}
.notification-event {
text-align: left!important;
padding: 6px 10px!important;
}
.notification-date {
width: 195px;
}
td.notification-status {
border: 1px solid black;
}
td.notification-status {
background-color: #e4e4e4;
}
td.notification-status.notification-unread {
background-color: rgb(161, 211, 253);
color: white;
}
/* Language specific CSS */
html[lang="ja-jp"] .form-refine span.spacing {