diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-22 12:23:16 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-22 12:23:16 -0400 |
commit | 5444bc11d478b0a182b196fab77f9e4ad90a99dd (patch) | |
tree | c4a54eea3b91b84fbb7bdeaaeae5736b7670bad8 /app | |
parent | fa05af49285585ec90fb78693565e54afc73bfdf (diff) |
fixed permissions style
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/scaffolds.css.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/servers.css.scss | 23 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 123aa1d..509cb19 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -112,5 +112,4 @@ footer { padding-top: 10px; text-align: center; bottom: 0; - width: 100%; }
\ No newline at end of file diff --git a/app/assets/stylesheets/servers.css.scss b/app/assets/stylesheets/servers.css.scss index 4710386..1ff4536 100644 --- a/app/assets/stylesheets/servers.css.scss +++ b/app/assets/stylesheets/servers.css.scss @@ -1,3 +1,26 @@ // Place all the styles related to the servers controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +$page-color: #444; +$toolbar-color: black; +$orange: #DD9125; +$darker-orange: #9D4102; +$link-yellow: #FFC50D; + +.edit_server { + + legend { + color: #EEE; + } + color: #FFF; + + input[type="submit"] { + color: $page-color; + } + + li { + list-style: none; + } + +}
\ No newline at end of file |