Allow interface selection in admin panel

+ small fixes
This commit is contained in:
RainLoop Team 2013-12-11 00:14:59 +04:00
parent 869e0ed181
commit b3955cd53a
13 changed files with 60 additions and 40 deletions

View file

@ -23,8 +23,8 @@ html.rl-no-preview-pane {
bottom: 0;
right: 0;
left: 0;
height: 29px;
padding: 10px;
height: 30px;
padding: 7px;
min-width: 300px;
z-index: 101;
@ -37,6 +37,7 @@ html.rl-no-preview-pane {
.e-quota {
display: inline-block;
margin-top: 5px;
margin-left: 5px;
font-size: 18px;
cursor: help;
}
@ -103,13 +104,13 @@ html.rl-no-preview-pane {
}
.footerDelimiter {
bottom: 49px;
bottom: 44px;
}
.b-content {
position: absolute;
top: 50px;
bottom: 50px;
bottom: 45px;
left: 0;
right: 0;
padding: 0;

View file

@ -58,6 +58,11 @@ function MailBoxMessageViewViewModel()
this.editMessage();
}, this.messageVisibility);
this.deleteCommand = Utils.createCommand(this, function () {
// TODO
window.console.log(arguments);
}, this.messageVisibility);
// viewer
this.viewSubject = ko.observable('');
this.viewFromShort = ko.observable('');