diff --git a/.classpath b/.classpath index 70f4612..7e59c31 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -30,11 +30,11 @@ - + - + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index 0bf7f20..abdea9a 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -1,5 +1,4 @@ eclipse.preferences.version=1 encoding//src/main/java=UTF-8 encoding//src/main/resources=UTF-8 -encoding//target/generated-sources/gwt=UTF-8 encoding/=UTF-8 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 53dafa1..3479a06 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,64 +1,74 @@ - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + diff --git a/src/main/webapp/MessageConversations.css b/src/main/webapp/MessageConversations.css index e803ba0..89743d1 100644 --- a/src/main/webapp/MessageConversations.css +++ b/src/main/webapp/MessageConversations.css @@ -9,7 +9,7 @@ padding: 3px; } -#wpTreepopup>div.modal-body>table>tbody>tr:nth-child (1) >td { +#wpTreepopup>div.modal-body>table>tbody>tr:nth-child(1)>td { padding: 0px; } @@ -44,7 +44,7 @@ color: #ccc !important; } -.message-metadata>div:not (.empty-state ) h4 { +.message-metadata>div:not(.empty-state ) h4 { font-size: 2em; margin-top: 10px !important; font-weight: 400 !important;