diff --git a/converse.css b/converse.css index 7df66e18b..f6881915c 100644 --- a/converse.css +++ b/converse.css @@ -470,8 +470,8 @@ span.spinner.hor_centered { #conversejs #toggle-controlbox { float: right; font-size: 85%; - border-top-right-radius: 5px; - border-top-left-radius: 5px; + border-top-right-radius: 4px; + border-top-left-radius: 4px; background-color: rgba(83, 144, 200, 100); padding: 4px 8px; margin-right: 15px; @@ -487,8 +487,8 @@ span.spinner.hor_centered { color: #ffffff; margin: 0; font-size: 100%; - border-top-right-radius: 5px; - border-top-left-radius: 5px; + border-top-right-radius: 4px; + border-top-left-radius: 4px; padding: 3px 0 0 3px; } @@ -503,8 +503,8 @@ span.spinner.hor_centered { #conversejs .chat-body { background-color: white; - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; border-top: 0; } @@ -1120,8 +1120,8 @@ select#select-xmpp-status { margin: 0; text-align: center; text-decoration: none; - border-top-right-radius: 5px; - border-top-left-radius: 5px; + border-top-right-radius: 4px; + border-top-left-radius: 4px; color: #666; text-shadow: 0 1px 0 rgba(250, 250, 250, 1); } @@ -1198,7 +1198,7 @@ select#select-xmpp-status { padding: 3px; border-radius: 4px; resize: none; - height: 55px; + height: 54px; } #conversejs ul.chat-toolbar { @@ -1410,7 +1410,7 @@ input.custom-xmpp-status { display: block; bottom: 1px; box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.4); - border-radius: 5px; + border-radius: 4px; height: 324px; }