apply live fixes to the codebase

pull/1/head
ansuz 8 years ago
parent bd6f2c037e
commit 5c967ed09e

@ -348,7 +348,7 @@ html.cp,
font-weight: 400; font-weight: 400;
line-height: 2rem; line-height: 2rem;
} }
.cp #language-selector { .cp #language-selector:not(.poll) {
position: absolute; position: absolute;
top: 0px; top: 0px;
right: 0px; right: 0px;
@ -652,7 +652,7 @@ html.cp,
} }
.cp form.realtime table input[type="text"], .cp form.realtime table input[type="text"],
.cp div.realtime table input[type="text"] { .cp div.realtime table input[type="text"] {
height: 100%; height: auto;
border: 1px solid #302B28; border: 1px solid #302B28;
width: 80%; width: 80%;
} }
@ -902,3 +902,6 @@ html.cp,
.cp div#modal #addtime { .cp div#modal #addtime {
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
} }
#cors-store {
display: none;
}

@ -22,7 +22,7 @@ body {
line-height: 2rem; line-height: 2rem;
} }
#language-selector { #language-selector:not(.poll) {
position: absolute; position: absolute;
top: 0px; top: 0px;
right: 0px; right: 0px;
@ -359,7 +359,7 @@ form.realtime, div.realtime {
input { input {
&[type="text"] { &[type="text"] {
height: 100%; height: auto;
border: 1px solid @base; border: 1px solid @base;
width: 80%; width: 80%;
} }
@ -625,3 +625,7 @@ div.modal, div#modal {
} }
} }
// hack for our cross-origin iframe
#cors-store {
display: none;
}

@ -242,6 +242,7 @@
right: 0; right: 0;
span:not(.cryptpad-lag) { span:not(.cryptpad-lag) {
vertical-align: top; vertical-align: top;
display: inline-block;
} }
@media screen and (max-width: @media-narrow-screen) { @media screen and (max-width: @media-narrow-screen) {
top: 3em; top: 3em;

@ -247,6 +247,7 @@
} }
.cryptpad-toolbar-top .cryptpad-user span:not(.cryptpad-lag) { .cryptpad-toolbar-top .cryptpad-user span:not(.cryptpad-lag) {
vertical-align: top; vertical-align: top;
display: inline-block;
} }
@media screen and (max-width: 400px) { @media screen and (max-width: 400px) {
.cryptpad-toolbar-top .cryptpad-user { .cryptpad-toolbar-top .cryptpad-user {

Loading…
Cancel
Save