Changed admin layout and fixed for enums
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
position: fixed;
|
||||
top: 80px;
|
||||
left: 256px;
|
||||
padding: 15px 0;
|
||||
padding: 20px 0;
|
||||
width: calc(100% - 256px);
|
||||
height: calc(100% - 120px);
|
||||
display: inline-flex;
|
||||
@@ -28,6 +28,8 @@
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
padding: 10px;
|
||||
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Chat-message takes the whole width of the chat area */
|
||||
@@ -48,7 +50,7 @@
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
background-color: #FBC02D;
|
||||
color: white;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.chat-message-other {
|
||||
@@ -79,7 +81,6 @@
|
||||
width: 100%;
|
||||
border: none;
|
||||
border-radius: 10px 0 0 10px;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
}
|
||||
|
||||
.chat-field input[type="submit"] {
|
||||
@@ -89,7 +90,6 @@
|
||||
color: white;
|
||||
padding: 5px 10px;
|
||||
border-radius: 0 10px 10px 0;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
}
|
||||
|
||||
.active-friend-chat {
|
||||
|
||||
Reference in New Issue
Block a user