Page MenuHomeIn-Portal Phabricator

D88.id325.diff
No OneTemporary

File Metadata

Created
Wed, Feb 26, 9:02 AM

D88.id325.diff

Index: branches/5.2.x/core/admin_templates/incs/cms.css
===================================================================
--- branches/5.2.x/core/admin_templates/incs/cms.css
+++ branches/5.2.x/core/admin_templates/incs/cms.css
@@ -31,7 +31,7 @@
.cms-section-properties-btn, .cms-edit-btn, .cms-edit-block-btn, .cms-edit-design-btn {
width: auto;
position: absolute;
- z-index: 1000099;
+ z-index: 1000100;
}
.cms-edit-btn, .cms-edit-block-btn, .cms-edit-design-btn {
@@ -128,7 +128,7 @@
div.cms-layout-btn-container {
position: absolute;
display: none;
- z-index: 1000099;
+ z-index: 1000100;
}
.cms-save-layout-btn, .cms-cancel-layout-btn {
@@ -247,7 +247,7 @@
position: fixed;
width: 630px;
top: 0px;
- z-index: 1000100;
+ z-index: 1000110;
}
.toolbar-button, .toolbar-button-disabled, .toolbar-button-over {
@@ -310,7 +310,7 @@
#cms-editing-notice {
width: 230px;
position: fixed;
- z-index: 1000101;
+ z-index: 1000120;
margin-top: 50px;
margin-left: 10px;
@@ -347,7 +347,7 @@
position: fixed;
margin-left: 260px;
margin-top: 30px;
- z-index: 1000102;
+ z-index: 1000130;
display: none;
}
@@ -395,4 +395,4 @@
.item .cms-revision-pending a:hover { color: #ffba58 !important; }
.item .cms-revision-declined, .item .cms-revision-declined a { color: #f90000 !important; }
-.item .cms-revision-declined a:hover { color: #ff6666 !important; }
\ No newline at end of file
+.item .cms-revision-declined a:hover { color: #ff6666 !important; }

Event Timeline