aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/icons/user.pngbin0 -> 2800 bytes
-rw-r--r--app/assets/stylesheets/organisations.css.scss4
-rw-r--r--app/assets/stylesheets/subscriptions.css.scss9
3 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/images/icons/user.png b/app/assets/images/icons/user.png
new file mode 100644
index 000000000..06d0cd593
--- /dev/null
+++ b/app/assets/images/icons/user.png
Binary files differ
diff --git a/app/assets/stylesheets/organisations.css.scss b/app/assets/stylesheets/organisations.css.scss
index 13a078bd4..cb794940a 100644
--- a/app/assets/stylesheets/organisations.css.scss
+++ b/app/assets/stylesheets/organisations.css.scss
@@ -26,6 +26,10 @@
padding-right: 10px;
position: relative;
+ img.preview {
+ width: 64px;
+ height: 64px;
+ }
}
}
diff --git a/app/assets/stylesheets/subscriptions.css.scss b/app/assets/stylesheets/subscriptions.css.scss
new file mode 100644
index 000000000..ca94fd80a
--- /dev/null
+++ b/app/assets/stylesheets/subscriptions.css.scss
@@ -0,0 +1,9 @@
+// Place all the styles related to the lines controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/
+@import "common";
+
+#workspace.subscriptions.create, #workspace.subscriptions.new
+{
+}
+