Skip to content

Commit

Permalink
LSNBLDR-796 : Buttons overlap breadcrumb bar in mobile view. (sakaipr…
Browse files Browse the repository at this point in the history
  • Loading branch information
frasese authored and jonespm committed Jun 14, 2017
1 parent 9def66c commit b015741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lessonbuilder/tool/src/webapp/css/Simplepagetool.css
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ position:absolute;
background-color:#eee;
top:-5px;
right:-8px;
z-index: 900;
z-index: 15;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Expand Down Expand Up @@ -1576,7 +1576,7 @@ background: none !important;
.sectionedit {
display:inline-block;
background-color:#ddd;
z-index: 900;
z-index: 15;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
Expand Down

0 comments on commit b015741

Please sign in to comment.