1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Added paste size limitation

This commit is contained in:
max
2012-04-30 01:10:04 +07:00
parent 658149240e
commit 08032470c9
6 changed files with 77 additions and 22 deletions

View File

@@ -106,6 +106,7 @@ h4#pixels-total {
clear: both;
margin: 0 auto;
text-align: center;
margin-top: 40px;
}
/* Home */
@@ -141,7 +142,11 @@ input.hide-upload {
cursor: hand;
height: 49px;
}
.max-size-reached {
display: none;
}
/* Paste Page */
.items {