Skip to content

Commit d7cfddd

Browse files
author
Pascal Dreissen
committed
Notification header alligment fix for all other except Chrome
1 parent af8b7a9 commit d7cfddd

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -724,18 +724,26 @@ input[type="password"].form-control[readonly] {
724724
max-width: 100%;
725725
}
726726
.notification {
727-
width: 35px;
728-
height: 35px;
729-
background: #c70f19;
730-
border-radius: 50%;
731-
display: inline-flex;
732-
margin-right: 15px;
733-
margin-top: 15px;
734-
cursor: pointer;
727+
width: 35px;
728+
height: 35px;
729+
background: #c70f19;
730+
border-radius: 50%;
731+
display: flex;
732+
position: absolute;
733+
margin-top: 15px;
734+
cursor: pointer;
735+
margin-right: 15px;
735736
}
736737
.notification {
737738
animation: pulse 2s infinite;
738739
}
740+
@media (max-width: 600px) {
741+
.notification {
742+
margin-top: 0px;
743+
margin-right: 0px;
744+
margin-left: 230px;
745+
}
746+
}
739747
@keyframes pulse {
740748
0% {
741749
background: #ff000e;

0 commit comments

Comments
 (0)