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-04 04:12:59 -0700
commitb8c44acfa5b1fbc8b35e812bd6c23aa6d824c4b1 (patch)
tree34c34a5a3bec60ee415611c716b31ddb0cb5c7af /app/assets
parentfa7b7425e7c53282472c1c9ce1cdc7272f55cfd4 (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;