Index: lams_learning/web/css/presence.css =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/css/presence.css,v diff -u -r1.2.2.2 -r1.2.2.3 --- lams_learning/web/css/presence.css 28 Jul 2016 03:45:39 -0000 1.2.2.2 +++ lams_learning/web/css/presence.css 23 Aug 2016 11:12:04 -0000 1.2.2.3 @@ -16,8 +16,13 @@ left: 0px; width: 73%; height: 260px; + font-size: 14px !important; } +#presenceChatTabs ul a { + color: #337ab7; +} + #presenceChatTabs li a { border-bottom: none; } @@ -38,11 +43,12 @@ } #presenceUserCount { - height: 23px; - border-bottom: #AAAAAA thin solid; text-align: center; - padding-top: 7px; cursor: pointer; + color: #337ab7; + background-color: #f5f5f5; + border-color: #ddd !important; + border-bottom: 1px solid transparent; } #presenceUserListings{ @@ -78,18 +84,14 @@ .messageArea { width: 100%; - height: 190px; + height: 195px; overflow-x: hidden; overflow-y: scroll; } .sendArea { - width: 95%; } .messageInput { width: 80%; -} - -.sendButton { } \ No newline at end of file