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:
parent
6bb9fde037
commit
10e723cee4
File diff suppressed because one or more lines are too long
@ -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
|
||||
|
@ -19,6 +19,10 @@
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
#form-tabs > div {
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
#create-project-panel h1 {
|
||||
font-size: 120%;
|
||||
margin: 2em 0 1em 0;
|
||||
|
Loading…
Reference in New Issue
Block a user