Attachments control panel

This commit is contained in:
RainLoop Team 2015-04-11 01:52:15 +04:00
parent 1d943356f5
commit af2815cd61
21 changed files with 239 additions and 18 deletions

View file

@ -247,10 +247,35 @@ html.rl-no-preview-pane {
padding: 10px 10px 6px 10px;
background: #eee;
border-bottom: 1px solid #ddd;
position: relative;
.attachmentList {
margin: 0;
}
.checkedParent {
display: none;
}
&.selection-mode {
.checkedParent {
display: inline-block;
}
}
.controls-handle {
position: absolute;
bottom: 5px;
right: 8px;
color: #999;
cursor: pointer;
}
}
.attachmentsControls {
padding: 7px 5px 7px 14px;
background: #e8e8e8;
border-bottom: 1px solid #ddd;
}
.rlBlockquoteSwitcher {
@ -339,6 +364,12 @@ html.rl-no-preview-pane {
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
pre.b-plain-openpgp {
display: inline-block;
padding: 6px 10px;
border: 1px dashed #666;
}
blockquote {
border-left: 2px solid blue;
color: blue;