More polishing on index page. Hide away advanced options originally.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@501 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-04-19 00:02:34 +00:00
parent 6bb9fde037
commit 10e723cee4
3 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -134,6 +134,10 @@ function onLoad() {
$("#form-tabs").tabs();
$("#upload-file-button").click(onClickUploadFileButton);
$("#more-options-link").click(function() {
$("#more-options-controls").hide();
$("#more-options").show();
});
$("#gridworks-version").text(
GridworksVersion.version + "-" + GridworksVersion.revision

View File

@ -19,6 +19,10 @@
color: #aaa;
}
#form-tabs > div {
height: 400px;
}
#create-project-panel h1 {
font-size: 120%;
margin: 2em 0 1em 0;