Merge branch 'staging' into newdrive

This commit is contained in:
yflory
2017-09-25 17:35:06 +02:00
19 changed files with 105 additions and 92 deletions

View File

@@ -570,12 +570,12 @@ define([
};
var appToolbar = function () {
return h('div#toolbar.toolbar-container');
return h('div#cp-toolbar.cp-toolbar-container');
};
Pages['/whiteboard/'] = Pages['/whiteboard/index.html'] = function () {
return [
h('div#cp-toolbar.cp-toolbar-container'),
appToolbar(),
h('div#cp-app-whiteboard-canvas-area', h('canvas#cp-app-whiteboard-canvas', {
width: 600,
height: 600
@@ -680,8 +680,7 @@ define([
])
])
])
]),
loadingScreen()
])
];
};

View File

@@ -28,6 +28,11 @@
td {
padding: @upload_pad_h @upload_pad_v;
}
.cp-fileupload-table-link {
.fa {
margin-right: 5px;
}
}
.cp-fileupload-table-progress {
width: 200px;
position: relative;

View File

@@ -650,6 +650,14 @@
}
}
}
p.cp-toolbar-account {
&> span {
font-weight: bold;
span {
font-weight: normal;
}
}
}
.cp-toolbar-backup {
margin: 0;
border-radius: 0;