From 5ebf43429f9fcf8354b0849a9ac2983a61b04ced Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Fri, 2 Jul 2021 16:47:41 +0200 Subject: [PATCH] updated css containing a syntax error --- .classpath | 8 +++--- .settings/org.eclipse.core.resources.prefs | 1 - .settings/org.eclipse.wst.common.component | 30 ++++++++++++++-------- src/main/webapp/MessageConversations.css | 4 +-- 4 files changed, 26 insertions(+), 17 deletions(-) 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;