summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-18 12:54:47 -0500
committerJules Laplace <jules@okfoc.us>2014-11-18 12:54:47 -0500
commita3e94c094ce85db1fe19ff40e7f5007b6698a082 (patch)
treebc4b2f4aa10ac92a7b36d5257a9795d0585a75f0 /public
parent5989739b2ca5f6a3ed3072705aedca7251ee8ee6 (diff)
parent6efd39d857ae180a8e40ad7699815350c9bd258b (diff)
merge
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 4c6c909..e3bb325 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -2254,22 +2254,33 @@ input[type="range"]::-webkit-slider-thumb {
#randomize {
background: transparent;
display: inline-block;
- color: black;
+ color: #999;
text-decoration: none;
- text-align: center;
+ text-align: left;
font-size: 12px;
- padding: 3px;
+ padding: 5px;
cursor: pointer;
position: absolute;
left: 10px;
font-weight: 500;
top: 0px;
- border-bottom: 1px solid;
+ border: 1px solid #999;
+ -webkit-transition:0.2s background;
+ -moz-transition:0.2s background;
+ transition:0.2s background;
}
#randomize:hover {
color: white;
background: black;
}
+#tumblr-url {
+ border: 1px solid #999;
+ padding: 10px 5px;
+ position: absolute;
+ top: 18px;
+ left: 145px;
+ width: 216px;
+}
.warn {
background:red;
display: inline-block;