Display the room list
This commit is contained in:
parent
5f970edac5
commit
971a7c1133
6 changed files with 81 additions and 9 deletions
18
css/molecules/RoomTile.css
Normal file
18
css/molecules/RoomTile.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
.mx_RoomTile {
|
||||
height: 20px;
|
||||
width: 250px;
|
||||
background-color: #ddd;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_name {
|
||||
font-size: 80%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mx_RoomTile div {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
3
css/organisms/RoomList.css
Normal file
3
css/organisms/RoomList.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.mx_RoomList ul {
|
||||
padding: 0px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue