Improvements of message displaying (internal styles)

This commit is contained in:
RainLoop Team 2015-05-31 21:40:54 +04:00
parent 0bba7146a6
commit 4457cdbc23
46 changed files with 1967 additions and 359 deletions

View file

@ -25,6 +25,9 @@
max-width: 450px;
}
.wrapper-parent {
}
.loginForm {
background-color: #efefef;
text-align: left;
@ -34,6 +37,18 @@
width: 303px;
}
.loginWelcomeForm {
display: none;
}
.welcome-on {
display: block;
}
.welcome-off {
display: none;
}
/* .control-label {
font-size: 16px;
line-height: 30px;

View file

@ -331,6 +331,10 @@ html.rl-no-preview-pane {
}
}
.bodySubHeader {
z-index: 2;
}
.bodyText {
color: #000;
@ -338,9 +342,11 @@ html.rl-no-preview-pane {
.b-text-part {
height: 100%;
div[data-x-div-type=html] {
height: 100%;
div[data-x-div-type=html] {
div[data-x-div-type=body] {
height: 100%;
}
}
@ -357,14 +363,10 @@ html.rl-no-preview-pane {
}
}
table {
border-collapse: separate;
}
blockquote {
border-left: 2px solid #000;
margin: 0;
padding: 0px 10px;
margin: 0;
}
.rl-bq-switcher.hidden-bq {
@ -372,8 +374,10 @@ html.rl-no-preview-pane {
}
&.html {
div[data-x-div-type=body] {
margin: 15px;
padding: 15px;
// margin: 15px;
}
pre {

View file

@ -33,6 +33,10 @@
min-height: 300px;
}
.g-ui-100-proc-height {
height: 100%;
}
.g-ui-absolute-reset {
position: absolute;
top: 0;

View file

@ -17,12 +17,19 @@
width: 17px;
}
.iconsize50 {
line-height: 50px;
font-size: 50px;
width: 50px;
height: 50px;
}
.iconsize24 {
line-height: 24px;
font-size: 24px;
}
.iconsize24 {
.iconsize20 {
line-height: 20px;
font-size: 20px;
}