display a create own option before a search is performed

This commit is contained in:
tworrall 2011-12-02 20:52:06 +00:00
parent ccd359dc2a
commit 2fb20f1efe
3 changed files with 26 additions and 16 deletions

View file

@ -25,4 +25,9 @@
form#addConceptForm {
display:none;
}
form#addConceptForm span#createOwnOne{
float:left;
margin-top:24px
}