mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
moved directory structure
This commit is contained in:
35
utilities/page/messages/messages.css
Normal file
35
utilities/page/messages/messages.css
Normal file
@@ -0,0 +1,35 @@
|
||||
#message-post-text {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#message-list {
|
||||
|
||||
}
|
||||
|
||||
.message {
|
||||
border-radius: 5px;
|
||||
max-width: 60%;
|
||||
min-width: 40%;
|
||||
padding: 7px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.message .help {
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
color: #888;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.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