Skip to content

Commit 1d2231f

Browse files
author
Pascal Dreissen
committed
Datalog notification changes fixes for all browsers
1 parent 38699b9 commit 1d2231f

File tree

3 files changed

+41
-31
lines changed

3 files changed

+41
-31
lines changed

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

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ body {
7373
height: 100%; }
7474

7575
#headerbar {
76-
float: right; }
76+
float: right;
77+
}
7778

7879
#searchform {
7980
float: right;
@@ -724,18 +725,27 @@ input[type="password"].form-control[readonly] {
724725
max-width: 100%;
725726
}
726727
.notification {
727-
width: 35px;
728+
width: 35px;
728729
height: 35px;
729730
background: #c70f19;
730731
border-radius: 50%;
731-
display: inline-flex;
732-
margin-right: 15px;
732+
display: flex;
733733
margin-top: 15px;
734734
cursor: pointer;
735+
margin-right: 5px;
736+
float: right;
735737
}
736738
.notification {
737739
animation: pulse 2s infinite;
738740
}
741+
@media (max-width: 600px) {
742+
.notification {
743+
margin-top: 0px;
744+
margin-right: 0px;
745+
margin-left: 230px;
746+
position: relative;
747+
}
748+
}
739749
@keyframes pulse {
740750
0% {
741751
background: #ff000e;
@@ -747,7 +757,7 @@ input[type="password"].form-control[readonly] {
747757
background: #ff000e;
748758
}
749759
}
750-
.systemmonitor-state.state-info {
760+
.systemmonitor-state.state-info .statusMsg {
751761
display: none;
752762
}
753763

0 commit comments

Comments
 (0)