Index: lams_learning/web/css/presence.css =================================================================== diff -u -r88272da28c18de62ade94eafc89f974ef50c3b29 -ra83b0eec89979dce7415b02afdda324b14018dbb --- lams_learning/web/css/presence.css (.../presence.css) (revision 88272da28c18de62ade94eafc89f974ef50c3b29) +++ lams_learning/web/css/presence.css (.../presence.css) (revision a83b0eec89979dce7415b02afdda324b14018dbb) @@ -1,94 +1,75 @@ .startHidden { - display: none; -} + display: none; } #presenceChat { - position: fixed; - width: 640px; - height: 300px; - right: 5px; - z-index: 10; -} + position: fixed; + width: 640px; + height: 300px; + right: 5px; + z-index: 10; } #presenceChatTabs { - position: absolute; - bottom: 0px; - left: 0px; - width: 73%; - height: 260px; - font-size: 14px !important; - border: 1px solid #aaaaaa; -} + position: absolute; + bottom: 0px; + left: 0px; + width: 73%; + height: 260px; + font-size: 14px !important; + border: thin solid #AAAAAA; } #presenceChatTabs li a { - color: black; - border-bottom: none; -} + color: black; + border-bottom: none; } #presenceChatTabs li .ui-icon-close { - margin-top: 5px; - cursor: pointer; -} + margin-top: 5px; + cursor: pointer; } #presenceChatRoster { - position: absolute; - right: 0; - bottom: 0; - width: 25%; - height: 100%; - background-color: #FFFFFF; - border: #AAAAAA thin solid; -} + position: absolute; + right: 0; + bottom: 0; + width: 25%; + height: 100%; + background-color: #fff; + border: thin solid #AAAAAA; } #presenceUserCount { - text-align: center; - cursor: pointer; - background-color: #f5f5f5; - border-color: #ddd !important; - border-bottom: 1px solid transparent; -} + text-align: center; + cursor: pointer; + background-color: whitesmoke; + border-color: #dddddd !important; + border-bottom: 1px solid transparent; } -#presenceUserListings{ - padding: 5px; - height: 275px; - overflow-x: hidden; - overflow-y: scroll; -} +#presenceUserListings { + padding: 5px; + height: 275px; + overflow-x: hidden; + overflow-y: scroll; } .presenceListing { - cursor: pointer; -} + cursor: pointer; } .presenceListing:hover { - background-color: #CBDBFF; -} + background-color: #dbe9f5; } .presenceListingNewMessage { - background-color: #88FF99; -} + background-color: #b5dfb5; } .presenceTabNewMessage a { - text-decoration: underline !important; -} + text-decoration: underline !important; } .presenceMessage { - padding-bottom: 4px; -} + padding-bottom: 4px; } .presenceMessageFrom { - font-weight: bold; -} + font-weight: bold; } .messageArea { - width: 100%; - height: 170px; - overflow-x: hidden; - overflow-y: scroll; -} + width: 100%; + height: 170px; + overflow-x: hidden; + overflow-y: scroll; } -.sendArea { -} - .messageInput { - width: 80%; -} \ No newline at end of file + width: 80%; }