From 61b5af8dfa9281155b0a79b2f6e0f47ce073d026 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 19 Dec 2014 09:46:22 -0300 Subject: [PATCH 1/2] ellipsis for username/email --- views/includes/sidebar-mobile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/sidebar-mobile.html b/views/includes/sidebar-mobile.html index c73b4e778..a14af8a22 100644 --- a/views/includes/sidebar-mobile.html +++ b/views/includes/sidebar-mobile.html @@ -3,7 +3,7 @@
-
{{$root.iden.getName()}}
+
{{$root.iden.getName()}}
{{'View My Profile' | translate }}
From ce02b4538ca52f6a4318509c0bf2f6869c8e6d0f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 19 Dec 2014 09:47:04 -0300 Subject: [PATCH 2/2] fix sidebar on mobile: remove scroll-bar --- css/src/main.css | 3 ++- css/src/mobile.css | 11 +---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index a14ca9f70..0916027c2 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -1249,7 +1249,8 @@ label.postfix, a.postfix { .home input[type=text], .home input[type=tel], .home input[type=password], -.import-profile input[type=password] { +.import-profile input[type=password], +.import-profile textarea { padding-left: 45px; } diff --git a/css/src/mobile.css b/css/src/mobile.css index ad92a45a3..2b8cab039 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -75,14 +75,6 @@ width: 100%; line-height: 110%; padding: 0 0.45rem; -/* - padding: 0.45rem; - line-height: 110%; - background-color: #213140; - position: fixed; - width: 100%; - top: 0; -*/ } header .photo-container { @@ -101,8 +93,7 @@ position: absolute; top: 45px; bottom: 65px; - overflow: scroll; - width: 100%; + overflow-y: auto; } .col2 {