summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-08 16:23:47 -0400
committerryderr <r@okfoc.us>2014-10-08 16:23:47 -0400
commita947614e0c449795906d145ecbb478cdc3124a95 (patch)
tree677452c63e977168c57865c7df5430435f796c3b /public
parent8a606dd4d2754e2e267c6aff9e20ef00573d74e4 (diff)
slightly better modal
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css18
1 files changed, 11 insertions, 7 deletions
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;