summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/servers.css.scss4
-rw-r--r--app/assets/stylesheets/users.css.scss5
2 files changed, 5 insertions, 4 deletions
diff --git a/app/assets/stylesheets/servers.css.scss b/app/assets/stylesheets/servers.css.scss
index cd74f58..bb20956 100644
--- a/app/assets/stylesheets/servers.css.scss
+++ b/app/assets/stylesheets/servers.css.scss
@@ -1,7 +1,3 @@
-// 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/
-
.edit_server {
li {
list-style: none;
diff --git a/app/assets/stylesheets/users.css.scss b/app/assets/stylesheets/users.css.scss
index e69de29..790aa5f 100644
--- a/app/assets/stylesheets/users.css.scss
+++ b/app/assets/stylesheets/users.css.scss
@@ -0,0 +1,5 @@
+.new_user, .edit_user {
+ li {
+ list-style: none;
+ }
+}