summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-22 16:00:36 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-22 16:00:36 -0400
commit44c8a2709c9eebe75f2d97ef2dee28a6f5966c9f (patch)
tree741814e0e98af8ca0921f3036af31da32ec81ab5 /app/assets
parent45c5d311492ef98ed702beaf043d289a705a5e0b (diff)
parent5444bc11d478b0a182b196fab77f9e4ad90a99dd (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss3
-rw-r--r--app/assets/stylesheets/servers.css.scss23
2 files changed, 23 insertions, 3 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss
index 40791e8..509cb19 100644
--- a/app/assets/stylesheets/scaffolds.css.scss
+++ b/app/assets/stylesheets/scaffolds.css.scss
@@ -108,11 +108,8 @@ button, input[type="submit"] {
footer {
clear: both;
- margin: 0 auto;
border-top: solid 1px $orange;
padding-top: 10px;
text-align: center;
- position:absolute;
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