Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098753
D88.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Aug 14, 4:59 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Fri, Aug 15, 4:59 AM (3 h, 25 m)
Engine
blob
Format
Raw Data
Handle
710367
Attached To
D88: INP-1440 - Add gaps between z-indexes used in Content Mode
D88.diff
View Options
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
Log In to Comment