summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-02-03 09:41:07 -0500
committerjules <jules@okfoc.us>2014-02-03 09:41:07 -0500
commita253df27b1e7d90966700715fda0954966c30d38 (patch)
tree4ac1c09b935b7c5fba810110ac596e78d4cd0d1c
parent62b1ca4d7ea98f2e9166a59e267406d8b59f8c6e (diff)
padding
-rw-r--r--shader-combo.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/shader-combo.html b/shader-combo.html
index 9757d50..7952ade 100644
--- a/shader-combo.html
+++ b/shader-combo.html
@@ -19,11 +19,11 @@ a { color: #00f; }
#uploaded-url + br { display: none; }
#header { width:calc(100% - 10px); padding: 0; font-size: 12px; position: fixed; bottom:0; left: 0; padding: 5px; background: rgba(255,255,255,0.9); box-shadow: 0 0 10px #888; z-index: 2;}
-.gallery { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; border-bottom: 1px solid #ccc; }
+.gallery { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; border-bottom: 1px solid #ccc; margin-top: 10px; }
.gallery::-webkit-scrollbar { -webkit-appearance: none; width: 7px; }
.gallery::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0,0,0,.5); box-shadow: 0 0 1px rgba(255,255,255,.5); }
-#shader-gallery img,#shader-gallery canvas,#gallery-images img, #gallery-images canvas { max-width: 200px; height: 100px; margin: 5px; cursor: pointer; clear: right; }
-.shader { width: 100px; }
+#shader-gallery img,#shader-gallery canvas,#gallery-images img, #gallery-images canvas { max-width: 200px; height: 100px; margin: 0 5px; cursor: pointer; clear: right; }
+.shader { width: 100px; padding-top: 0; padding-bottom: 20px;}
.shader span { display: block }
.dragging { cursor: -webkit-grabbing !important; }
@@ -57,6 +57,7 @@ a { color: #00f; }
#logo { display: inline; position: relative; top: 2px; font-size: 18px; font-family: georgia; font-weight: bold; font-style: italic; margin: 0px; color: #243; }
#corner { position: fixed; top: -5px; right: 0px; }
.right { position: absolute; right: 0; }
+#links { margin-right: 20px; }
</style>
</head>