summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-06 14:54:24 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-06 14:54:24 -0400
commit353a5dfcc1782744684922b7d41c8030750d1533 (patch)
treea7eae093125dc1d0839fe19660f2435938e7e7cf /app/assets/stylesheets
parentcfaff7870d0348b25b3b4b2597950894ab25d989 (diff)
add a server settings button to the top bar if you have permission
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/custom.css.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 1a9b09a..febcbb8 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -24,6 +24,7 @@ a, input[type="submit"] {
&.signup { @extend .btn-success; }
&.signin { @extend .btn-info; }
&.signout { @extend .btn-danger; }
+ &.server { @extend .btn-danger; }
}
p.errors {