Correct AddressTile and ChatInviteDialog styling

This commit is contained in:
wmwragg
2016-09-06 11:33:56 +01:00
parent f6f68bc348
commit 6153e795bf
2 changed files with 38 additions and 8 deletions

View File

@@ -14,12 +14,23 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_ChatInviteDialog_input {
line-height: 36px;
.mx_ChatInviteDialog_input,
.mx_ChatInviteDialog_input:focus {
line-height: 34px;
font-size: 14px;
padding-left: 12px;
padding-right: 12px;
margin: 0;
margin: 0 !important;
border: 0 !important;
}
.mx_ChatInviteDialog_inputContainer {
border-radius: 3px;
border: solid 1px #f0f0f0;
line-height: 36px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
}
.mx_ChatInviteDialog_cancel {