mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
updated messages
This commit is contained in:
@@ -1,17 +1,12 @@
|
||||
#message-post-text {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#message-list {
|
||||
|
||||
#message-list {
|
||||
}
|
||||
|
||||
.message {
|
||||
border-radius: 5px;
|
||||
max-width: 60%;
|
||||
min-width: 40%;
|
||||
padding: 7px;
|
||||
margin-bottom: 7px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.message .help {
|
||||
@@ -22,14 +17,9 @@
|
||||
}
|
||||
|
||||
.message-other {
|
||||
background-color: #EBFF9C;
|
||||
border: 1px solid #C3CF78;
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.message-self {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
float: left;
|
||||
}
|
||||
Reference in New Issue
Block a user