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; +}