A little bit more robust.

This commit is contained in:
Martin Edenhofer 2015-11-26 01:25:53 +01:00
parent 2728074f41
commit 8a770cff94
2 changed files with 8 additions and 9 deletions

View file

@ -105,7 +105,7 @@
margin: 0 1em; margin: 0 1em;
display: inline-block; display: inline-block;
line-height: 2em; line-height: 2em;
padding: 0 0.7em; padding: 0 .7em;
border-radius: 1em; border-radius: 1em;
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; } box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; }
@ -316,6 +316,7 @@
box-shadow: none; box-shadow: none;
padding: 1em 2em; padding: 1em 2em;
outline: none; outline: none;
box-shadow: none;
resize: none; resize: none;
-webkit-flex: 1; -webkit-flex: 1;
-ms-flex: 1; -ms-flex: 1;
@ -352,9 +353,7 @@
display: block; } display: block; }
/* /*
# Flat Design # Flat Design
*/ */
.zammad-chat--flat .zammad-chat-header, .zammad-chat--flat .zammad-chat-header,
.zammad-chat--flat .zammad-chat-body { .zammad-chat--flat .zammad-chat-body {

View file

@ -294,6 +294,7 @@
align-items: flex-start; align-items: flex-start;
border-top: 1px solid hsl(0,0%,93%); border-top: 1px solid hsl(0,0%,93%);
padding: 0; padding: 0;
margin: 0;
line-height: 1.4em; line-height: 1.4em;
box-shadow: box-shadow:
0 1px rgba(0,0,0,.01), 0 1px rgba(0,0,0,.01),
@ -314,6 +315,7 @@
box-shadow: none; box-shadow: none;
padding: 1em 2em; padding: 1em 2em;
outline: none; outline: none;
box-shadow: none;
resize: none; resize: none;
flex: 1; flex: 1;
max-height: 6em; max-height: 6em;
@ -355,9 +357,7 @@
} }
/* /*
# Flat Design # Flat Design
*/ */
.zammad-chat--flat .zammad-chat-header, .zammad-chat--flat .zammad-chat-header,