Skip to content

Instantly share code, notes, and snippets.

@amolpujari
Created October 23, 2013 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amolpujari/7112786 to your computer and use it in GitHub Desktop.
Save amolpujari/7112786 to your computer and use it in GitHub Desktop.
activeadmin tweaks
input.editable_text_column {
background-color: #FBFF8C;
border: 1px none #FBFF8C;
box-shadow: 0 2px 19px #AAAAAA;
color: black;
display: none;
font-family: serif;
font-size: 1em;
font-style: italic;
height: 30px;
position: absolute;
text-align: center;
vertical-align: middle;
width: 180px;
z-index: 9090;
}
div.editable_text_column{
padding:4px;
background-color: #f9fbc2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment