diff --git a/web/css/styles.min.css b/web/css/styles.min.css index 46ddfa69..302f9c01 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -916,16 +916,18 @@ input[type="checkbox"] { .l-stat { margin: 0 auto; - display: table; margin: 34px auto; position: fixed; background-color: #fff; z-index: 100; padding-top: 30px; + width: 100%; + overflow: hidden; } .l-stat__col { - display: table-cell; + display: block; vertical-align: top; + float: left; } .l-stat__col a { display: inline-block; @@ -993,19 +995,6 @@ input[type="checkbox"] { margin-right: -8px; } -.l-stat__col a.disabled { - cursor: default; - text-decoration: none; -} - -.l-stat__col a.disabled:hover { - border: none; -} - -.l-stat__col a.disabled .l-stat__col-title, .l-stat__col a.disabled li { - color: #e0e0e0; -} - .l-separator.selected, .l-separator { height: 1px; @@ -3136,13 +3125,14 @@ form#vstobjects.suspended { background: rgba(50, 50, 50, 0.9); display: inline-block; position: fixed; - right: 20%; + left: 50%; bottom: 0; color: #eee; width: 800px; border: 1px solid #333; font-size: 13px; z-index: 120; + transform: translate(-50%, 0); } .shortcuts .header { border-bottom: 1px solid #333; diff --git a/web/templates/admin/add_web.html b/web/templates/admin/add_web.html index 2933cf61..56f25edc 100644 --- a/web/templates/admin/add_web.html +++ b/web/templates/admin/add_web.html @@ -71,16 +71,16 @@ -