Skip to content

Commit 77cd88a

Browse files
author
Erik Loyer
committed
Adjust size and position of editorial path update notice
1 parent fe1459c commit 77cd88a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

system/application/views/melons/cantaloupe/css/editorial_path.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,9 @@ body.shortHeader #editorialSidePanel>.affix{
523523
}
524524
#saveNotice, #saveErrorNotice{
525525
position: fixed;
526-
top: 60px;
527-
left: 25vw;
528-
right: 25vw;
526+
top: 50px;
527+
left: 0;
528+
right: 0;
529529
-webkit-transition: -webkit-transform .25s;
530530
-moz-transition: -moz-transform .25s;
531531
transition: transform .25s;
@@ -535,12 +535,13 @@ body.shortHeader #editorialSidePanel>.affix{
535535
-moz-transform : translatey(0);
536536
display: none;
537537
text-align: center;
538+
border-radius: 0;
538539
}
539540

540541
body.shortHeader #saveNotice, body.shortHeader #saveErrorNotice{
541-
transform : translatey(-30px);
542-
-webkit-transform : translatey(-30px);
543-
-moz-transform : translatey(-30px);
542+
transform : translatey(-40px);
543+
-webkit-transform : translatey(-40px);
544+
-moz-transform : translatey(-40px);
544545
}
545546

546547
.editorial_node .additionalMetadata .row{

0 commit comments

Comments
 (0)