[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / userbar / userbar.less
diff --git a/ecomp-portal-FE-common/client/app/views/userbar/userbar.less b/ecomp-portal-FE-common/client/app/views/userbar/userbar.less
new file mode 100644 (file)
index 0000000..20248a9
--- /dev/null
@@ -0,0 +1,22 @@
+.w-ecomp-sidebar {
+
+  position: relative;
+  left: 0;
+  right: 0;
+  top: 5px;
+  padding-left: 0;
+
+  }
+  
+  @media screen and (-webkit-min-device-pixel-ratio:0)
+{ 
+    .w-ecomp-sidebar {
+
+         position: relative;
+         left: 0;
+         right: 0;
+         top: -5px;
+         padding-left: 0;
+       
+         }
+}
\ No newline at end of file