From 7292a2ced57807f7b0d42a929af28aa8f9bb11ff Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 23 Oct 2015 12:40:28 +0100 Subject: [PATCH] kill blue lozenges --- src/skins/vector/css/molecules/RoomHeader.css | 2 -- src/skins/vector/css/organisms/RightPanel.css | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/skins/vector/css/molecules/RoomHeader.css b/src/skins/vector/css/molecules/RoomHeader.css index 6ae067a0b..870ca6d9a 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 30ef47264..7e80e27e3 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; }