Skip to content

Commit

Permalink
SAK-30675 Chat - Table header formatted incorrectly
Browse files Browse the repository at this point in the history
This also resolves SAK-30677 Chat - Padding between Start/End dates
needs to be increased
  • Loading branch information
alejandrogj committed Apr 8, 2016
1 parent 2a890ce commit 3e1cea1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions chat/chat-tool/tool/src/webapp/css/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ h3 {
float:left;
clear:none;
}

.exclude{
font-weight: bold !important;
}
.jsfFormTable input[type='text']{
margin: 0 10px 0 10px;
}

.chat-select-date img{
vertical-align: middle !important;
}

.presence {
height: calc(20em);
}
Expand Down
4 changes: 2 additions & 2 deletions chat/chat-tool/tool/src/webapp/jsp/editRoom.jsp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<f:view>
<sakai:stylesheet contextBase="/sakai-chat-tool" path="/css/chat.css" />


<sakai:view>

<sakai:view_title value="#{msgs.edit_channel_title}" rendered="#{!ChatTool.currentChannelEdit.newChannel}" />
<sakai:view_title value="#{msgs.add_channel_title}" rendered="#{ChatTool.currentChannelEdit.newChannel}" />

<sakai:stylesheet contextBase="/sakai-chat-tool" path="/css/chat.css" />
<h:messages globalOnly="false" styleClass="alertMessage"
showDetail="true" showSummary="false" rendered="#{not empty facesContext.maximumSeverity}" />
<h:form id="editRoomForm">
Expand Down
1 change: 1 addition & 0 deletions chat/chat-tool/tool/src/webapp/jsp/listRooms.jsp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<f:view>
<sakai:view title="#{msgs.room_list_title}">
<sakai:stylesheet contextBase="/sakai-chat-tool" path="/css/chat.css" />
<h:form>
<sakai:tool_bar>
<h:commandLink id="addRoom" rendered="#{ChatTool.canCreateChannel}"
Expand Down

0 comments on commit 3e1cea1

Please sign in to comment.