diff --git a/zerobin/static/css/style.css b/zerobin/static/css/style.css index d0a7d55..1314ac3 100644 --- a/zerobin/static/css/style.css +++ b/zerobin/static/css/style.css @@ -23,6 +23,18 @@ font-size: 27px; } +.about { + line-height: 13px; + font-style: italic; + text-align: right; + padding-top: 9px; + margin-bottom: 0px !important; +} + +.about span{ + font-size: 10px; +} + /* body & other stuff */ body { @@ -290,24 +302,28 @@ button.btn, input[type="submit"].btn { } .lnk-option canvas { -vertical-align:middle; -margin-right:10px; + vertical-align:middle; + margin-right:10px; } /* Previous paste list */ .previous-pastes .item { -margin-top:5px; -vertical-align:middle; -line-height:24px; -padding-left:1em; + margin-top:5px; + vertical-align:middle; + line-height:24px; + padding-left:1em; +} + +li.item { + margin-left: -13px; } .previous-pastes canvas { -display:block; -float:left; -margin-right:5px; + display:block; + float:left; + margin-right:5px; } html.local-storage .no-local-storage { diff --git a/zerobin/views/base.tpl b/zerobin/views/base.tpl index 8af1f1c..75cecfe 100644 --- a/zerobin/views/base.tpl +++ b/zerobin/views/base.tpl @@ -76,7 +76,10 @@ %end -
+
+ "A client side encrypted PasteBin..."
+ All pastes are AES256 encrypted, we cannot know what you paste...
+