summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/userbar/userbar.less
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/userbar/userbar.less')
-rw-r--r--ecomp-portal-FE-common/client/app/views/userbar/userbar.less22
1 files changed, 22 insertions, 0 deletions
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
index 00000000..20248a9c
--- /dev/null
+++ b/ecomp-portal-FE-common/client/app/views/userbar/userbar.less
@@ -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