Add not-working-yet text box, plus a bit more css
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.mx_MessageComposer {
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
right: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer textarea {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
.mx_MessageTile {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
Reference in New Issue
Block a user