diff --git a/web/app/assets/stylesheets/client/band.css.scss b/web/app/assets/stylesheets/client/band.css.scss index 7a310468e..37f40c2bb 100644 --- a/web/app/assets/stylesheets/client/band.css.scss +++ b/web/app/assets/stylesheets/client/band.css.scss @@ -152,6 +152,7 @@ font-size: 12px; font-weight: bold; margin-bottom: 2px; + padding-right:4px; } .stats { margin-top: 4px; @@ -162,6 +163,10 @@ .lcol { width: 148px; } + .whitespace { + // equal to lcol width. + padding-left: 148px; + } .instruments { width:128px; img { diff --git a/web/app/assets/stylesheets/client/profile.css.scss b/web/app/assets/stylesheets/client/profile.css.scss index 9e24ce83b..7ea0f6f47 100644 --- a/web/app/assets/stylesheets/client/profile.css.scss +++ b/web/app/assets/stylesheets/client/profile.css.scss @@ -211,6 +211,7 @@ font-size: 12px; font-weight: bold; margin-bottom: 2px; + padding-right:4px; } .stats { margin-top: 4px; @@ -221,6 +222,10 @@ .lcol { width: 148px; } + .whitespace { + // equal to lcol width. + padding-left: 148px; + } .instruments { width:128px; img {