From 25a7bc461bebe79498f89cfd0794e9738f6b1c96 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 16 Jun 2018 21:05:39 +1000 Subject: [PATCH] * tune css --- public/theme/css/default.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/public/theme/css/default.css b/public/theme/css/default.css index 7a94f12..c5cfcd4 100644 --- a/public/theme/css/default.css +++ b/public/theme/css/default.css @@ -135,23 +135,15 @@ hr { /* zerobin */ textarea#paste { - width: 50%; - height: 300px; + width: 70%; + height: 450px; } div.paste { - padding: 20px; - border: 1px dotted #777777; + padding: 5px; text-align: justify; } -/* imgbin */ -div.img-preview { - margin: 5px; - display: inline-block; - vertical-align: top; -} - a.zerobin { padding-left: 18px; background: transparent no-repeat scroll left center; @@ -162,3 +154,10 @@ a.zerobin.create { background-image: url('/theme/img/create.png'); } a.zerobin.download { background-image: url('/theme/img/download.png'); } a.zerobin.upload { background-image: url('/theme/img/upload.png'); } a.zerobin.latest { background-image: url('/theme/img/images.png'); } + +/* imgbin */ +div.img-preview { + margin: 5px; + display: inline-block; + vertical-align: top; +}