Skip to content

Instantly share code, notes, and snippets.

View mbohovic's full-sized avatar

Miroslav Bohovic mbohovic

View GitHub Profile
@mbohovic
mbohovic / custom.netteForms.css
Last active December 30, 2015 22:29
Custom netteForms.js - show alert messages for Nette Framework
.form-alert {
position: relative;
top: 0;
left: 0;
z-index: 1010;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
color: #b94a48;