Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Textumbruch via CSS erzwungen, line-height angepasst und Höhe der Mes…
…sagebox festgelegt
  • Loading branch information
marvpaul committed Jun 16, 2015
commit fd34d7aa33c0218e8351fcb9bba3860a036c789f
Binary file added .DS_Store
Binary file not shown.
11 changes: 6 additions & 5 deletions css/zerobin.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,20 +369,21 @@ color:#64B9C6;
margin: 0 auto;
}
textarea#message,div#cleartext,.replymessage, code {
line-height: 5px;
line-height: 15px;
height: 150px;
}
div#pasteresult {
div#pasteresult, div#cleartext {
word-wrap:break-word;
}
button,.button,div#expiration {
padding:10px 80px;
border-radius: 20px;
padding:8px 80px;
border-radius: 10px;
}
div#syntaxcoloringoption{
visibility: hidden;
}
div#expiration, div#rawtextbutton, div#burnafterreadingoption, div#opendisc {
line-height:15px;
line-height:10px;
color:#fff;
background-repeat:no-repeat;
background-position:center-left;
Expand Down
Loading