Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
Fix [bug995781] - Fixed profile img shape, when logged in. Aligned us…
Browse files Browse the repository at this point in the history
…er-info area inside dialog window
  • Loading branch information
admix committed Apr 14, 2014
1 parent 456ef05 commit 4b2d09f
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions public/stylesheets/style.less
Expand Up @@ -777,17 +777,35 @@ 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 {
padding-top: 10px;
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;
Expand Down

0 comments on commit 4b2d09f

Please sign in to comment.