Skip to content

Instantly share code, notes, and snippets.

View stefang's full-sized avatar

Stefan Goodchild stefang

View GitHub Profile
@stefang
stefang / The HAML
Created September 2, 2011 11:23
Hide labels, but show on focus to replace the hidden placeholder text as a reminder
%form
%ol
%li
%label.hidden(for="the_input") The label text
%input(name="the_input" placeholder="the placeholder text")
.button {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
-moz-border-radius-bottomleft:4px !important;
-moz-border-radius-bottomright:4px !important;
-moz-border-radius-topleft:4px !important;
-moz-border-radius-topright:4px !important;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
background:#E1DDDD url(../images/button_grey.png) repeat-x scroll center center !important;