Backed out changeset f983c54e52e1 (bug 1183576) for browser_parsable_css.js failures.

This commit is contained in:
Ryan VanderMeulen 2015-07-15 14:12:00 -04:00
parent a68f3127f6
commit d6678b591f
4 changed files with 9 additions and 39 deletions

View File

@ -215,7 +215,7 @@ body {
.new-room-view > .context { .new-room-view > .context {
margin: .5rem 0 0; margin: .5rem 0 0;
background-color: #dbf7ff; background-color: #DEEFF7;
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
padding: .5rem; padding: .5rem;
} }
@ -243,7 +243,7 @@ body {
} }
.new-room-view > .context > .checkbox-wrapper > label { .new-room-view > .context > .checkbox-wrapper > label {
color: #333; color: #3c3c3c;
font-weight: 700; font-weight: 700;
} }

View File

@ -520,7 +520,7 @@ html[dir="rtl"] .context-content {
} }
.context-wrapper { .context-wrapper {
border: 1px solid #5cccee; border: 1px solid #0096dd;
border-radius: 3px; border-radius: 3px;
background: #fff; background: #fff;
padding: .8em; padding: .8em;

View File

@ -1465,20 +1465,14 @@ html[dir="rtl"] .standalone .room-conversation-wrapper .room-inner-info-area {
.text-chat-entry { .text-chat-entry {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
margin-right: .2em;
margin-bottom: .5em; margin-bottom: .5em;
text-align: end; text-align: start;
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: flex-start; justify-content: flex-start;
align-content: stretch; align-content: stretch;
align-items: flex-start; align-items: flex-start;
} }
html[dir="rtl"] .text-chat-entry {
margin-right: auto;
margin-left: .2em;
}
.text-chat-entry > p { .text-chat-entry > p {
position: relative; position: relative;
z-index: 10; z-index: 10;
@ -1489,9 +1483,10 @@ html[dir="rtl"] .text-chat-entry {
max-width: 80%; max-width: 80%;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: #5cccee; border-color: #2ea4ff;
background: #fff; background: #fff;
word-wrap: break-word; word-wrap: break-word;
word-wrap: break-word;
flex: 0 1 auto; flex: 0 1 auto;
align-self: auto; align-self: auto;
} }
@ -1539,7 +1534,7 @@ html[dir="rtl"] .text-chat-entry.received > p {
/* Text chat entry timestamp */ /* Text chat entry timestamp */
.text-chat-entry-timestamp { .text-chat-entry-timestamp {
margin: 0 .5em; margin: 0 .2em;
color: #aaa; color: #aaa;
font-style: italic; font-style: italic;
font-size: .8em; font-size: .8em;
@ -1674,32 +1669,7 @@ html[dir="rtl"] .text-chat-entry.received .text-chat-arrow {
padding: 0 .5em .5em; padding: 0 .5em .5em;
font-size: 1.1em; font-size: 1.1em;
border: 0; border: 0;
border-top: 1px solid #d8d8d8; border-top: 1px solid #999;
}
.text-chat-box > form > input::-webkit-input-placeholder {
font-size: 1.1em;
color: #999;
}
.text-chat-box > form > input::-moz-placeholder {
font-size: 1.1em;
color: #999;
}
.text-chat-box > form > input:-moz-placeholder {
font-size: 1.1em;
color: #999;
}
.text-chat-box > form > input:-ms-input-placeholder {
font-size: 1.1em;
color: #999;
}
.text-chat-box > form > input:input-placeholder {
font-size: 1.1em;
color: #999;
} }
/* turn the visible border blue as a visual indicator of focus */ /* turn the visible border blue as a visual indicator of focus */

View File

@ -5,7 +5,7 @@
<g> <g>
<title>Layer 1</title> <title>Layer 1</title>
<g id="svg_1" fill="none"> <g id="svg_1" fill="none">
<path id="svg_2" fill="#5cccee" d="m19.505243,8.972466l-9.299002,0l0,-1l6.088001,0c-2.110002,-0.967 -4.742001,-2.818 -6.088001,-6.278l0.932,-0.363c2.202,5.664 8.377999,6.637 8.44,6.646c0.259001,0.039 0.444,0.27 0.426001,0.531c-0.019001,0.262 -0.237,0.464 -0.498999,0.464l-12.072001,-0.352"/> <path id="svg_2" fill="#2EA4FF" d="m19.505243,8.972466l-9.299002,0l0,-1l6.088001,0c-2.110002,-0.967 -4.742001,-2.818 -6.088001,-6.278l0.932,-0.363c2.202,5.664 8.377999,6.637 8.44,6.646c0.259001,0.039 0.444,0.27 0.426001,0.531c-0.019001,0.262 -0.237,0.464 -0.498999,0.464l-12.072001,-0.352"/>
</g> </g>
<line id="svg_13" y2="8.474788" x2="6.200791" y1="8.474788" x1="10.265923" stroke="#22a4ff" fill="none"/> <line id="svg_13" y2="8.474788" x2="6.200791" y1="8.474788" x1="10.265923" stroke="#22a4ff" fill="none"/>
<line id="svg_26" y2="8.474788" x2="2.14584" y1="8.474788" x1="6.210972" stroke="#22a4ff" fill="none"/> <line id="svg_26" y2="8.474788" x2="2.14584" y1="8.474788" x1="6.210972" stroke="#22a4ff" fill="none"/>

Before

Width:  |  Height:  |  Size: 886 B

After

Width:  |  Height:  |  Size: 886 B