Skip to content

Commit 1e6e76d

Browse files
author
Marius Burkard
committed
Merge branch 'pdreissen/ispconfig3-datalogstatus-responsive-fixes-browser-fixes' into stable-3.1
2 parents d0fc52e + 1d2231f commit 1e6e76d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

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

Lines changed: 5 additions & 2 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;
@@ -733,6 +734,7 @@ input[type="password"].form-control[readonly] {
733734
margin-top: 15px;
734735
cursor: pointer;
735736
margin-right: 15px;
737+
float: right;
736738
}
737739
.notification {
738740
animation: pulse 2s infinite;
@@ -742,6 +744,7 @@ input[type="password"].form-control[readonly] {
742744
margin-top: 0px;
743745
margin-right: 0px;
744746
margin-left: 230px;
747+
position: relative;
745748
}
746749
}
747750
@keyframes pulse {
@@ -755,7 +758,7 @@ input[type="password"].form-control[readonly] {
755758
background: #ff000e;
756759
}
757760
}
758-
.systemmonitor-state.state-info {
761+
.systemmonitor-state.state-info .statusMsg {
759762
display: none;
760763
}
761764

0 commit comments

Comments
 (0)