From 8f5f06dc360d4446a3d2eb628acb591718590a49 Mon Sep 17 00:00:00 2001 From: ryderr Date: Wed, 8 Oct 2014 16:14:44 -0400 Subject: h2 --- views/projects/layouts-modal.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/projects') diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs index 24a83b7..ee48217 100644 --- a/views/projects/layouts-modal.ejs +++ b/views/projects/layouts-modal.ejs @@ -3,7 +3,7 @@
-

Edit Room Layouts

+

Edit Room Layouts

There are no room layouts available. Please create a new one. -- cgit v1.2.3-70-g09d2 From a947614e0c449795906d145ecbb478cdc3124a95 Mon Sep 17 00:00:00 2001 From: ryderr Date: Wed, 8 Oct 2014 16:23:47 -0400 Subject: slightly better modal --- public/assets/stylesheets/app.css | 18 +++++++++++------- views/projects/layouts-modal.ejs | 14 ++++++++------ 2 files changed, 19 insertions(+), 13 deletions(-) (limited to 'views/projects') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index aeb05a1..1328006 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -664,10 +664,14 @@ iframe.embed { } .templates { overflow: auto; - max-height: 80%; + max-height: 100%; + width: 100%; + padding: 20px 0 40px 0; +} +.templates-list { + display: inline-block; width: 100%; } - .templates::-webkit-scrollbar { width: 5px; height: 5px; @@ -687,11 +691,11 @@ border-left: 1px solid black; } .templates span { - display: block; - float: left; - margin: 2vw; - padding: 2vw; - cursor:pointer; + display: block; + float: left; + margin: 1vw 0; + padding: 2vw; + cursor: pointer; } .templates span .image { background-position: center; diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs index 8754617..dcc53e6 100644 --- a/views/projects/layouts-modal.ejs +++ b/views/projects/layouts-modal.ejs @@ -3,16 +3,17 @@
-

Edit Room Layouts

+

Edit Room Layouts

+
+ +
There are no room layouts available. Please create a new one.
-
- -
+
@@ -21,7 +22,7 @@
-

Your Projects

+

Your Projects

@@ -37,8 +38,9 @@ X
-

Choose Room Template

+

Select a Room Template

+
-- cgit v1.2.3-70-g09d2