From 4b2d09f64e466dc3860584f78d8085191f5cfecd Mon Sep 17 00:00:00 2001 From: admix Date: Sun, 13 Apr 2014 13:37:00 -0400 Subject: [PATCH] Fix [bug995781] - Fixed profile img shape, when logged in. Aligned user-info area inside dialog window --- public/stylesheets/style.less | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/style.less b/public/stylesheets/style.less index 0023b4f..64a6f33 100644 --- a/public/stylesheets/style.less +++ b/public/stylesheets/style.less @@ -777,10 +777,10 @@ button i.icon-angle-right { margin: 0; font-weight: bold; } -/* We're logged in - shows everything and aligned */ -#webmaker-nav.loggedin { + +/* On the main page. We're logged in - shows everything and aligned */ +.webmaker-outer-wrapper #webmaker-nav.loggedin { .user, - .user img, .dash, .makes, .login { @@ -788,6 +788,24 @@ button i.icon-angle-right { display: block; } } +/* On the main page. Profile img shape is a right circle */ +.webmaker-outer-wrapper #webmaker-nav.loggedin { + .user img{ + margin-top: 10px; + } +} +/* On the Dialog window. Navigation aligned */ +.dialog #webmaker-nav.loggedin{ + .login { + margin-top: 0px; + padding-top: 10px; + } +} +/* On the Dialog window. 'Sing In' button aligned with 'Close' */ +.dialog #webmaker-nav .login { + margin-top: 0.3em; +} + .arrow { width: 0; display: inline-block;