summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorMario "Kuroir" Ricalde <kuroir@gmail.com>2013-02-13 01:49:43 -0600
committerMario "Kuroir" Ricalde <kuroir@gmail.com>2013-02-13 01:49:43 -0600
commit79f0dfa8dda5062b66dfc22f07f42ea6604c8de2 (patch)
tree447b27ba3d7e0fef134009588b4e98ce08904b6c /app/assets
parent63963e63d8e211b15bedfd6719d67259440520a2 (diff)
Nav, user display size enforce and alignment.
The avatar is now fixed to an acceptable size, which is enforced on the rendering level, rather than by the actual image. Also fixed the alignment issues.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gemeinschaft-generic.css.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gemeinschaft-generic.css.scss b/app/assets/stylesheets/gemeinschaft-generic.css.scss
index e594d67..044b87b 100644
--- a/app/assets/stylesheets/gemeinschaft-generic.css.scss
+++ b/app/assets/stylesheets/gemeinschaft-generic.css.scss
@@ -6,6 +6,17 @@ body {
padding-top: 60px;
padding-bottom: 40px;
}
+
+// Nav
+li.display {
+ line-height: 40px;
+ img {
+ vertical-align: middle;
+ width: 26px;
+ margin-top: -2px;
+ }
+}
+
@media (max-width: 979px) {
body {
padding-top: 0px;