Fix missing whitespace after :s in CSS.

This commit is contained in:
Tim Abbott 2016-04-08 20:50:24 -07:00
parent 64e527ff34
commit f4bd35678e

View File

@ -106,7 +106,7 @@ a {
.app-main .column-right .right-sidebar {
position: fixed;
margin-top: 50px;
z-index:100;
z-index: 100;
}
.app-main .column-left .left-sidebar {
@ -1805,7 +1805,7 @@ input.recipient_box {
padding-top: 0px;
overflow: hidden;
text-overflow: ellipsis;
float:left;
float: left;
letter-spacing: normal;
height: 40px;
}
@ -1942,7 +1942,7 @@ input.recipient_box {
width: 100%;
top: 40px;
height: 20px;
z-index:99;
z-index: 99;
}
@ -2129,12 +2129,12 @@ input.recipient_box {
text-align: center;
padding: 4px;
color: #ccc;
font-size:18px;
font-size: 18px;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
text-shadow: none;
z-index:5;
z-index: 5;
}
#searchbox .search_button:hover {
@ -2981,7 +2981,7 @@ li.expanded_private_message {
vertical-align: middle;
width: 33%;
border-top: 1px solid #e2e2e2;
border-bottom:1px solid #fff;
border-bottom: 1px solid #fff;
margin: 0px 5px 0px 5px;
}
@ -3966,7 +3966,7 @@ form.admin-realm .control-label {
}
.compose-content {
margin-right:7px;
margin-right: 7px;
margin-left: 7px;
}