From 0e145089b5476dc9844bf645a936d02072462b97 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 18 Feb 2014 20:44:27 +0000 Subject: [PATCH] * move styles to css --- .../assets/stylesheets/client/createSession.css.scss | 10 ++++++++++ web/app/views/clients/_createSession.html.erb | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/web/app/assets/stylesheets/client/createSession.css.scss b/web/app/assets/stylesheets/client/createSession.css.scss index 64ecc7b57..1c508a8f6 100644 --- a/web/app/assets/stylesheets/client/createSession.css.scss +++ b/web/app/assets/stylesheets/client/createSession.css.scss @@ -22,6 +22,16 @@ width:145px; } +#create-session-form { + .musician_access .dropdown-wrapper { + + width:75px; + } + + .fan_access .dropdown-wrapper { + width:75px; + } +} .session-description { padding:5px; diff --git a/web/app/views/clients/_createSession.html.erb b/web/app/views/clients/_createSession.html.erb index 77dd2d3d7..5c2e76370 100644 --- a/web/app/views/clients/_createSession.html.erb +++ b/web/app/views/clients/_createSession.html.erb @@ -49,7 +49,7 @@
Musician Access:
-
+