summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-07-02 23:19:38 -0700
committerelijah <elijah@riseup.net>2013-07-02 23:19:38 -0700
commitfcd9c579866e7d17891c4d1426ef7f230d16f1c5 (patch)
tree2a849dea556c4e66e73e21ab97482f7cd55b90df /app/assets
parent96206389a863f105bd0b37dcdb9d00b7c30d8b51 (diff)
cleaned up application layout and some minor css.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/leap.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss
index 577d211..4a3ca03 100644
--- a/app/assets/stylesheets/leap.scss
+++ b/app/assets/stylesheets/leap.scss
@@ -38,6 +38,10 @@
padding-bottom: 0;
}
+.hidden {
+ display: none;
+}
+
//
// ICONS
//
@@ -50,8 +54,6 @@
@include ie7-restore-right-whitespace();
line-height: 32px;
vertical-align: middle;
- //background-image: $iconSpritePath;
- //background-position: 14px 14px;
background-repeat: no-repeat;
margin-top: 1px;
}
@@ -74,7 +76,7 @@ input.large {
}
//
-// BOOSTRAP TWEAKS
+// BOOTSTRAP TWEAKS
//
//
@@ -155,6 +157,11 @@ input, textarea {
// SIDE NAVIGATION
//
+.user_heading {
+ margin: 1em 0;
+ font-weight: bold;
+}
+
.sidenav {
@extend .nav-tabs;
@extend .nav-stacked;