diff --git a/src/skins/vector/css/molecules/RoomHeader.css b/src/skins/vector/css/molecules/RoomHeader.css
index 6ae067a0bf..870ca6d9a6 100644
--- a/src/skins/vector/css/molecules/RoomHeader.css
+++ b/src/skins/vector/css/molecules/RoomHeader.css
@@ -74,8 +74,6 @@ limitations under the License.
     height: 48px;
     margin-top: 18px;
     background-color: #fff;
-    border-radius: 48px;
-    border: 1px solid #a9dbf4;
 
     -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
diff --git a/src/skins/vector/css/organisms/RightPanel.css b/src/skins/vector/css/organisms/RightPanel.css
index 30ef47264a..7e80e27e33 100644
--- a/src/skins/vector/css/organisms/RightPanel.css
+++ b/src/skins/vector/css/organisms/RightPanel.css
@@ -42,10 +42,8 @@ limitations under the License.
 .mx_RightPanel_headerButtonGroup {
     margin-top: 18px;
     height: 48px;
-    float: right;
+    float: left;
     background-color: #fff;
-    border-radius: 48px;
-    border: 1px solid #a9dbf4;
     margin-right: 22px;
 }