Media show stylesheet...

This commit is contained in:
cuneytsenturk
2019-02-02 11:15:24 +03:00
parent 2e6c42f7ba
commit 373c2f89e5
7 changed files with 143 additions and 32 deletions

11
public/css/app.css vendored
View File

@ -933,3 +933,14 @@ input[type="number"] {
.table-report {
overflow-x: auto !important;
}
.mailbox-attachment-file-name {
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.mailbox-attachment-download {
margin-right: 5px;
}