@@ -85,13 +85,14 @@ form.login-form input[type=submit]{
85
85
margin : 10px ;
86
86
}
87
87
.messages {
88
- overflow-y : auto;
89
- position : absolute;
90
- top : 0px ;
91
- bottom : 0px ;
92
- width : 100% ;
93
- height : 100% ;
94
- overflow-x : hidden;
88
+ overflow-y : auto;
89
+ position : absolute;
90
+ top : 0px ;
91
+ bottom : 0px ;
92
+ width : 100% ;
93
+ height : calc (100% - 25px );
94
+ padding-top : 25px ;
95
+ overflow-x : hidden;
95
96
}
96
97
97
98
.message .notify {
@@ -104,58 +105,58 @@ form.login-form input[type=submit]{
104
105
}
105
106
.message .content .current {
106
107
float : right;
107
- text-align : right;
108
+ text-align : right;
108
109
margin : 5px 10px 5px 10px ;
109
110
}
110
111
.message .content .other {
111
112
float : left;
112
- text-align : left;
113
+ text-align : left;
113
114
margin : 5px 0 5px 10px ;
114
115
}
115
116
.message .content {
116
117
clear : both;
117
118
}
118
119
.message .content div {
119
120
min-width : calc (100% - 43px );
120
- position : relative;
121
- display : inline-block;
122
- padding : 8px 21px 8px 10px ;
123
- text-align : left;
124
- border-radius : 10px ;
125
- color : # fff ;
126
- vertical-align : top;
121
+ position : relative;
122
+ display : inline-block;
123
+ padding : 8px 21px 8px 10px ;
124
+ text-align : left;
125
+ border-radius : 10px ;
126
+ color : # fff ;
127
+ vertical-align : top;
127
128
}
128
129
.message .content .current div {
129
- box-shadow : inset 0 0 1px # 007aff ;
130
- background-color : # 007aff ;
130
+ box-shadow : inset 0 0 1px # 007aff ;
131
+ background-color : # 007aff ;
131
132
}
132
133
.message .content .other div {
133
- box-shadow : inset 0 0 1px # 00a617 ;
134
- background-color : # 00a617 ;
134
+ box-shadow : inset 0 0 1px # 00a617 ;
135
+ background-color : # 00a617 ;
135
136
}
136
137
.message .content div : before {
137
- content : "" ;
138
- position : absolute;
139
- top : 4px ;
140
- width : 0 ;
141
- height : 0 ;
142
- border-top : solid transparent;
143
- border-bottom : 4px solid transparent;
138
+ content : "" ;
139
+ position : absolute;
140
+ top : 4px ;
141
+ width : 0 ;
142
+ height : 0 ;
143
+ border-top : solid transparent;
144
+ border-bottom : 4px solid transparent;
144
145
}
145
146
.message .content .current div : before {
146
- right : -5px ;
147
- border-left : 7px solid # 007aff ;
147
+ right : -5px ;
148
+ border-left : 7px solid # 007aff ;
148
149
}
149
150
.message .content .other div : before {
150
- left : -5px ;
151
- border-right : 7px solid # 00a617 ;
151
+ left : -5px ;
152
+ border-right : 7px solid # 00a617 ;
152
153
}
153
154
.message .content span {
154
155
font-weight : normal;
155
- font-size : 10px ;
156
- color : # f60 ;
157
- overflow : hidden;
158
- display : block;
156
+ font-size : 10px ;
157
+ color : # f60 ;
158
+ overflow : hidden;
159
+ display : block;
159
160
}
160
161
.message .notify span {
161
162
display : hidden;
@@ -170,10 +171,10 @@ form.message-form{
170
171
}
171
172
form .message-form .message-cont {
172
173
position : absolute;
173
- left : 10px ;
174
- top : 10px ;
175
- bottom : 50px ;
176
- right : calc (20% + 10px + 10px + 10px );
174
+ left : 10px ;
175
+ top : 10px ;
176
+ bottom : 50px ;
177
+ right : calc (20% + 10px + 10px + 10px );
177
178
}
178
179
form .message-form .message-cont textarea {
179
180
width : calc (100% - 10px );
@@ -183,14 +184,14 @@ form.message-form .message-cont textarea{
183
184
}
184
185
form .message-form .recepients {
185
186
position : absolute;
186
- color : # fff ;
187
- bottom : 13px ;
188
- left : 10px ;
187
+ color : # fff ;
188
+ bottom : 13px ;
189
+ left : 10px ;
189
190
overflow : hidden;
190
191
}
191
192
form .message-form .recepients div {
192
193
float : left;
193
- margin-right : 20px ;
194
+ margin-right : 20px ;
194
195
}
195
196
form .message-form button {
196
197
position : absolute;
@@ -200,18 +201,18 @@ form.message-form button{
200
201
width : 20% ;
201
202
border : 1px solid # c5c5c9 ;
202
203
border-radius : 4px ;
203
- font-size : 130% ;
204
+ font-size : 130% ;
204
205
}
205
206
206
207
audio # msg-sound {
207
208
display : none;
208
209
}
209
210
div .typing-users-cont {
210
- position : absolute;
211
- color : white;
212
- bottom : 10px ;
213
- right : 10px ;
214
- white-space : nowrap;
215
- font-size : 70% ;
211
+ position : absolute;
212
+ color : white;
213
+ bottom : 10px ;
214
+ right : 10px ;
215
+ white-space : nowrap;
216
+ font-size : 70% ;
216
217
display : none;
217
218
}
0 commit comments