Display context menu actions in the toolbar when an element is selected

This commit is contained in:
yflory
2017-02-23 17:25:25 +01:00
parent a0340f1419
commit d8cc2903cc
4 changed files with 171 additions and 108 deletions

View File

@@ -406,3 +406,10 @@ span.fa-folder-open {
background: #fff;
border: 1px solid #888;
}
#driveToolbar #contextButtonsContainer {
float: right;
margin: 5px;
}
#driveToolbar #contextButtonsContainer button {
vertical-align: top;
}