2013-11-16 06:21:12 +08:00
|
|
|
html.rl-no-preview-pane {
|
|
|
|
|
|
|
|
.messageView {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
&.message-selected {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageView {
|
|
|
|
|
|
|
|
z-index: 100;
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2016-05-01 09:07:10 +08:00
|
|
|
left: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
height: 30px;
|
|
|
|
padding: 10px 0;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-content {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
top: 50px + @rlLowMargin;
|
|
|
|
bottom: @rlLowMargin + @rlBottomMargin;
|
|
|
|
right: @rlLowMargin;
|
2015-01-05 03:30:07 +08:00
|
|
|
left: -2px;
|
|
|
|
/*overflow: hidden;*/
|
2013-11-16 06:21:12 +08:00
|
|
|
border: @rlLowBorderSize solid @rlMainDarkColor;
|
2014-12-06 05:01:33 +08:00
|
|
|
|
2015-01-05 03:30:07 +08:00
|
|
|
.border-radius(@rlLowBorderRadius);
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
2014-04-10 08:15:46 +08:00
|
|
|
.b-message-view-checked-helper {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 70px;
|
|
|
|
line-height: 70px;
|
|
|
|
padding-top: 140px;
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
.icon-mail {
|
|
|
|
font-size: 100px;
|
|
|
|
font-size: 50px;
|
|
|
|
line-height: 90px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
2014-07-22 07:58:13 +08:00
|
|
|
|
2015-05-20 06:05:54 +08:00
|
|
|
.logoPlace {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-message-view-desc {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 30px;
|
|
|
|
color: #999;
|
2015-01-05 03:30:07 +08:00
|
|
|
padding: 120px 10px 0 10px;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.b-message-view-desc.error {
|
|
|
|
color: #DA4F49;
|
|
|
|
}
|
|
|
|
|
2015-05-23 06:04:34 +08:00
|
|
|
.b-message-view-iframe {
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-message-view-iframe-backdrop {
|
|
|
|
display: none;
|
|
|
|
background: transparent;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
opacity: .1;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.content {
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
2015-01-05 03:30:07 +08:00
|
|
|
.message-fixed-button-toolbar {
|
2014-12-25 01:55:18 +08:00
|
|
|
z-index: 100;
|
2015-01-09 07:31:31 +08:00
|
|
|
position: absolute;
|
2015-03-05 06:07:12 +08:00
|
|
|
top: 33px;
|
|
|
|
right: 10px;
|
2014-12-25 01:55:18 +08:00
|
|
|
}
|
|
|
|
|
2016-06-18 06:08:31 +08:00
|
|
|
.infoParent {
|
|
|
|
cursor: pointer;
|
2016-06-21 02:29:42 +08:00
|
|
|
margin: 0 2px 0 5px;
|
2016-06-18 06:08:31 +08:00
|
|
|
opacity: 0.3;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-15 06:27:10 +08:00
|
|
|
.flagParent {
|
|
|
|
|
|
|
|
cursor: pointer;
|
2016-06-21 02:29:42 +08:00
|
|
|
margin: 0 20px 0 2px;
|
2015-04-15 06:27:10 +08:00
|
|
|
|
|
|
|
.flagOn {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.flagOff {
|
|
|
|
opacity: 0.5;
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-18 23:26:00 +08:00
|
|
|
.messageItemHeader {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
border-top: 0px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
2016-05-01 09:07:10 +08:00
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-top-left-radius: 5px;
|
2015-01-18 23:26:00 +08:00
|
|
|
z-index: 1;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
.date {
|
|
|
|
}
|
|
|
|
|
|
|
|
.fromPic {
|
|
|
|
display: inline-block;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
float: left;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 6px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subjectParent {
|
2016-06-18 06:08:31 +08:00
|
|
|
font-size: 18px;
|
2015-01-18 23:26:00 +08:00
|
|
|
font-weight: bold;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
2016-06-18 06:08:31 +08:00
|
|
|
margin-bottom: 8px;
|
|
|
|
line-height: 100%;
|
|
|
|
height: 22px;
|
|
|
|
vertical-align: middle;
|
2015-01-18 23:26:00 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.senderParent {
|
2016-06-18 06:08:31 +08:00
|
|
|
margin: 7px 0;
|
|
|
|
&.-top {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
&.-bottom {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2015-01-18 23:26:00 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.messageButtons {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informationShort {
|
2016-06-18 06:08:31 +08:00
|
|
|
margin-left: 5px;
|
2016-05-01 09:07:10 +08:00
|
|
|
margin-right: 50px;
|
2015-01-18 23:26:00 +08:00
|
|
|
a {
|
|
|
|
.g-ui-link;
|
|
|
|
}
|
2016-06-18 06:08:31 +08:00
|
|
|
|
|
|
|
&.-bottom {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
html.rl-mobile &{
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2015-01-18 23:26:00 +08:00
|
|
|
}
|
|
|
|
.informationFull {
|
|
|
|
margin-top: 10px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 5px;
|
2016-03-02 03:13:53 +08:00
|
|
|
padding: 8px 0;
|
2015-04-08 00:39:43 +08:00
|
|
|
overflow: hidden;
|
2015-05-08 06:53:05 +08:00
|
|
|
|
2016-06-18 06:08:31 +08:00
|
|
|
.size {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
2016-03-02 03:13:53 +08:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table, tr, td {
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 0 10px;
|
|
|
|
vertical-align: top;
|
|
|
|
min-width: 43px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td:first-child {
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
text-align: right;
|
|
|
|
width: 1%;
|
|
|
|
}
|
|
|
|
|
2015-05-08 06:53:05 +08:00
|
|
|
.uiLine {
|
|
|
|
}
|
|
|
|
|
2016-03-02 03:13:53 +08:00
|
|
|
.uiLabel {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2015-05-08 06:53:05 +08:00
|
|
|
.uiLabelValue {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2015-01-18 23:26:00 +08:00
|
|
|
}
|
2015-01-19 05:57:29 +08:00
|
|
|
|
|
|
|
.emptySubjectText {
|
|
|
|
display: none;
|
|
|
|
font-style: italic;
|
2016-04-27 07:52:38 +08:00
|
|
|
font-weight: normal;
|
2015-01-19 05:57:29 +08:00
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.emptySubject .emptySubjectText {
|
|
|
|
display: inline;
|
|
|
|
}
|
2015-01-18 23:26:00 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.messageItem {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
overflow: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2014-08-28 23:27:30 +08:00
|
|
|
border-radius: @rlLowBorderRadius;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.buttonUp, .buttonUnFull, .buttonFull {
|
|
|
|
display: inline-block;
|
|
|
|
position: fixed;
|
2014-12-25 01:55:18 +08:00
|
|
|
right: 25px;
|
|
|
|
bottom: 25px;
|
2013-11-16 06:21:12 +08:00
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 30px;
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #333;
|
|
|
|
color: #333;
|
|
|
|
z-index: 2;
|
|
|
|
cursor: pointer;
|
2014-08-28 23:27:30 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
opacity: 0.3;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.opacity(80);
|
|
|
|
border-color: #000;
|
|
|
|
background-color: #888;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonUp {
|
2014-12-25 01:55:18 +08:00
|
|
|
right: 65px;
|
2013-11-16 06:21:12 +08:00
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
2014-12-25 01:55:18 +08:00
|
|
|
.buttonUp, .buttonUnFull {
|
2013-11-16 06:21:12 +08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
color: grey;
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.line-loading {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
2014-01-29 00:09:41 +08:00
|
|
|
.showImages, .readReceipt, .pgpSigned, .pgpEncrypted {
|
2013-11-16 06:21:12 +08:00
|
|
|
cursor: pointer;
|
|
|
|
padding: 10px 15px;
|
2014-01-04 08:20:07 +08:00
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2014-04-02 02:03:37 +08:00
|
|
|
.pgpInfo {
|
|
|
|
padding: 5px 15px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
|
|
|
|
&.success {
|
|
|
|
background-color: #e9f4ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-04 08:20:07 +08:00
|
|
|
.readReceipt {
|
|
|
|
background-color: #ffffd9;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentsPlace {
|
|
|
|
|
2014-12-06 05:01:33 +08:00
|
|
|
padding: 10px 10px 6px 10px;
|
|
|
|
background: #eee;
|
|
|
|
border-bottom: 1px solid #ddd;
|
2015-04-11 05:52:15 +08:00
|
|
|
position: relative;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.attachmentList {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2015-04-11 05:52:15 +08:00
|
|
|
|
|
|
|
.checkedParent {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.selection-mode {
|
|
|
|
.checkedParent {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-25 06:15:11 +08:00
|
|
|
&.unselectedAttachmentsError {
|
|
|
|
.attachmentItem {
|
|
|
|
box-shadow: 0 1px 4px red;
|
|
|
|
box-shadow: 0 1px 5px rgba(255, 0, 0, 0.4);
|
|
|
|
box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.2), 0 1px 5px rgba(255, 0, 0, 0.3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-11 05:52:15 +08:00
|
|
|
.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;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.rlBlockquoteSwitcher {
|
|
|
|
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #999;
|
|
|
|
display: inline-block;
|
|
|
|
width: 30px;
|
|
|
|
height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
2014-08-28 23:27:30 +08:00
|
|
|
opacity: 0.5;
|
2013-11-16 06:21:12 +08:00
|
|
|
&:hover {
|
2014-08-28 23:27:30 +08:00
|
|
|
opacity: 1;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-06-01 01:40:54 +08:00
|
|
|
.bodySubHeader {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.bodyText {
|
|
|
|
|
|
|
|
color: #000;
|
2014-02-06 23:58:53 +08:00
|
|
|
font-family: Arial, Verdana, Geneva, sans-serif;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.b-text-part {
|
|
|
|
|
2015-06-01 01:40:54 +08:00
|
|
|
height: 100%;
|
|
|
|
|
2013-12-08 07:58:33 +08:00
|
|
|
div[data-x-div-type=html] {
|
|
|
|
height: 100%;
|
2015-06-01 01:40:54 +08:00
|
|
|
div[data-x-div-type=body] {
|
2013-12-08 07:58:33 +08:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
a {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:visited {
|
|
|
|
color: #609;
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 2px solid #000;
|
|
|
|
padding: 0px 10px;
|
2015-06-01 01:40:54 +08:00
|
|
|
margin: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.rl-bq-switcher.hidden-bq {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.html {
|
2015-06-01 01:40:54 +08:00
|
|
|
|
2013-11-17 06:02:13 +08:00
|
|
|
div[data-x-div-type=body] {
|
2015-10-14 00:36:43 +08:00
|
|
|
/*padding: 15px;*/
|
|
|
|
margin: 15px;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2014-03-22 00:03:06 +08:00
|
|
|
|
2015-08-12 02:28:15 +08:00
|
|
|
pre, code {
|
2014-03-22 00:03:06 +08:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
background: #fff;
|
|
|
|
border: none;
|
2015-08-12 02:28:15 +08:00
|
|
|
border-radius: 0;
|
2014-03-22 00:03:06 +08:00
|
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
2015-08-12 02:28:15 +08:00
|
|
|
display: block;
|
2016-05-23 01:34:07 +08:00
|
|
|
word-break: normal;
|
2015-08-12 02:28:15 +08:00
|
|
|
word-wrap: break-word;
|
2015-09-18 03:48:52 +08:00
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
display: inline;
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
padding: 5px 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre > code {
|
|
|
|
padding: 0px;
|
2014-03-22 00:03:06 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.plain {
|
|
|
|
|
|
|
|
padding: 15px;
|
2015-08-12 02:28:15 +08:00
|
|
|
/*white-space: pre-wrap;*/
|
2014-08-19 20:27:25 +08:00
|
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
pre {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
background: #fff;
|
|
|
|
border: none;
|
2014-02-06 23:58:53 +08:00
|
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
2015-08-12 02:28:15 +08:00
|
|
|
display: block;
|
2016-05-23 01:34:07 +08:00
|
|
|
word-break: normal;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2014-07-22 07:58:13 +08:00
|
|
|
|
2015-04-11 05:52:15 +08:00
|
|
|
pre.b-plain-openpgp {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 10px;
|
|
|
|
border: 1px dashed #666;
|
2015-06-23 05:33:27 +08:00
|
|
|
background: #fff;
|
2015-09-20 00:19:34 +08:00
|
|
|
word-break: break-all;
|
2015-06-23 05:33:27 +08:00
|
|
|
|
|
|
|
&.success {
|
|
|
|
border-color: green;
|
|
|
|
background-color: rgba(0, 255, 0, 0.03);
|
|
|
|
}
|
|
|
|
&.error {
|
|
|
|
border-color: red;
|
|
|
|
background-color: rgba(255, 0, 0, 0.03);
|
|
|
|
}
|
2015-04-11 05:52:15 +08:00
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
blockquote {
|
|
|
|
border-left: 2px solid blue;
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote blockquote {
|
|
|
|
border-left: 2px solid green;
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote blockquote blockquote {
|
|
|
|
border-left: 2px solid red;
|
|
|
|
color: red;
|
|
|
|
}
|
2015-06-23 05:33:27 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.b-openpgp-control {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #777;
|
|
|
|
/*float: left;*/
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #111;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.success {
|
|
|
|
color: green;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.error {
|
|
|
|
color: red;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-04-08 05:03:58 +08:00
|
|
|
|
|
|
|
&.message-focused .b-content {
|
2015-04-10 16:17:49 +08:00
|
|
|
z-index: 101;
|
2015-01-05 03:30:07 +08:00
|
|
|
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
|
2014-08-28 23:27:30 +08:00
|
|
|
border-radius: @rlLowBorderRadius;
|
2014-04-08 06:36:38 +08:00
|
|
|
border-color: darken(@rlMainDarkColor, 5%);
|
2014-04-08 05:03:58 +08:00
|
|
|
}
|
2015-03-14 07:10:00 +08:00
|
|
|
|
2015-03-16 05:58:50 +08:00
|
|
|
.thread-controls {
|
|
|
|
.dropdown-toggle {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
&.open .dropdown-toggle {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-14 07:10:00 +08:00
|
|
|
.thread-list {
|
|
|
|
|
|
|
|
.e-link {
|
2015-03-21 03:23:57 +08:00
|
|
|
padding: 4px 8px 6px 10px;
|
2015-03-14 07:10:00 +08:00
|
|
|
}
|
|
|
|
|
2015-03-31 01:41:22 +08:00
|
|
|
&.hide-more .thread-list-message.more-that {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-03-16 05:58:50 +08:00
|
|
|
.thread-date {
|
2015-03-14 07:10:00 +08:00
|
|
|
font-size: 13px;
|
|
|
|
color: #999;
|
|
|
|
}
|
2015-03-31 01:41:22 +08:00
|
|
|
|
|
|
|
.more-threads {
|
|
|
|
text-align: center;
|
|
|
|
padding: 8px;
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
color: #555;
|
|
|
|
text-decoration: underline;
|
2015-04-02 02:18:15 +08:00
|
|
|
border-top: 1px dashed #555;
|
2015-03-31 01:41:22 +08:00
|
|
|
}
|
2015-03-14 07:10:00 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
2015-05-23 06:04:34 +08:00
|
|
|
html.rl-resizer .b-message-view-iframe-backdrop {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
html.rl-no-preview-pane .messageView {
|
|
|
|
.toolbar {
|
|
|
|
padding-left: @rlMainBorderSize;
|
|
|
|
}
|
2014-12-25 01:55:18 +08:00
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-content {
|
|
|
|
top: 50px;
|
2016-05-01 09:07:10 +08:00
|
|
|
left: 0;
|
2013-11-16 06:21:12 +08:00
|
|
|
bottom: @rlBottomMargin;
|
|
|
|
right: @rlBottomMargin;
|
|
|
|
border: @rlMainBorderSize solid @rlMainDarkColor;
|
2014-08-28 23:27:30 +08:00
|
|
|
box-shadow: @rlMainShadow;
|
|
|
|
border-radius: @rlMainBorderRadius;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-10 03:58:10 +08:00
|
|
|
html.rl-bottom-preview-pane .messageView {
|
|
|
|
.b-content {
|
|
|
|
bottom: @rlBottomMargin;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-18 04:11:52 +08:00
|
|
|
html.cssanimations .messageItem .line-loading {
|
2013-11-16 06:21:12 +08:00
|
|
|
height: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
html.rl-message-fullscreen {
|
|
|
|
|
|
|
|
#rl-left, #rl-bottom {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rl-right {
|
|
|
|
.RL-MailMessageList, .RL-SettingsPane, .RL-SystemDropDown, .RL-MailMessageView .messageView .toolbar {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageView .b-content {
|
2015-01-05 03:30:07 +08:00
|
|
|
position: fixed !important;
|
|
|
|
margin: 5px !important;
|
|
|
|
top: 0 !important;
|
|
|
|
left: 0 !important;
|
|
|
|
right: 0 !important;
|
|
|
|
bottom: 0 !important;
|
|
|
|
z-index: 10000 !important;
|
|
|
|
border: @rlLowBorderSize solid @rlMainDarkColor !important;
|
|
|
|
border-radius: @rlLowBorderRadius !important;
|
|
|
|
|
2014-12-25 01:55:18 +08:00
|
|
|
.buttonUnFull {
|
2015-01-05 03:30:07 +08:00
|
|
|
display: inline-block !important;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.buttonFull {
|
2015-01-05 03:30:07 +08:00
|
|
|
display: none !important;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-12-25 01:55:18 +08:00
|
|
|
|
2015-09-18 03:48:52 +08:00
|
|
|
.nano.scroller-shadow-top .buttonUp {
|
2014-12-25 01:55:18 +08:00
|
|
|
display: inline-block !important;
|
2015-09-18 03:48:52 +08:00
|
|
|
}
|