From 87ec4c6512f491c3d56b5090114735975da1776f Mon Sep 17 00:00:00 2001 From: Pascal Dreissen Date: Mon, 5 Sep 2016 13:31:14 +0200 Subject: [PATCH] css leftover for default template to fix notification position. --- interface/web/themes/default/assets/stylesheets/ispconfig.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css index f6cf0deb00..f42c8b22c2 100644 --- a/interface/web/themes/default/assets/stylesheets/ispconfig.css +++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css @@ -730,7 +730,6 @@ input[type="password"].form-control[readonly] { background: #c70f19; border-radius: 50%; display: flex; - position: absolute; margin-top: 15px; cursor: pointer; margin-right: 15px; @@ -770,4 +769,4 @@ span.notification_text { margin-bottom: auto; font-family: inherit; color: white; -} \ No newline at end of file +} -- GitLab