1 files changed, 23 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css
index bc23f76f00..16f9dd72b7 100644
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -7,6 +7,16 @@
.leftBlock {
width: 8em ! important;
+ font-size: 8px ! important;
+ }
+
+ .rightBlock {
+ width: 0px ! important;
+ display: none ! important;
+ }
+
+ .avatar {
+ width: 36px ! important;
}
#header,
@@ -368,6 +378,10 @@ h1 {
background-color: #f8f8ff;
}
+.recentsRoomSelected {
+ background-color: #eee;
+}
+
.recentsRoomName {
font-size: 16px;
padding-top: 7px;
@@ -387,6 +401,15 @@ h1 {
padding-bottom: 5px;
}
+/*** Recents in the room page ***/
+#roomRecentsTableWrapper {
+ float: left;
+ max-width: 320px;
+ margin-right: 20px;
+ height: 100%;
+ overflow-y: auto;
+}
+
/*** Profile ***/
.profile-avatar {
|