mirror of https://github.com/zulip/zulip.git
Fix whitespace in CSS.
This commit is contained in:
parent
fb86d91de2
commit
0c96d39f2e
|
@ -191,18 +191,18 @@ li,
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-main .logoimage {
|
.header-main .logoimage {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#user-settings-avatar {
|
#user-settings-avatar {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Classes for hiding and showing controls */
|
/* Classes for hiding and showing controls */
|
||||||
|
|
||||||
|
@ -834,7 +834,7 @@ td.pointer {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_list .recipient_row {
|
.message_list .recipient_row {
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
border-bottom: 1px solid #e2e2e2;
|
border-bottom: 1px solid #e2e2e2;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -2260,14 +2260,14 @@ div.floating_recipient {
|
||||||
}
|
}
|
||||||
|
|
||||||
#bottom_whitespace {
|
#bottom_whitespace {
|
||||||
display: block;
|
display: block;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-khtml-user-select: none;
|
-khtml-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home-error {
|
#home-error {
|
||||||
|
|
Loading…
Reference in New Issue