Widget:WJG Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 72: | Line 72: | ||
#navBar{ | #navBar{ | ||
position:relative; | position:relative; | ||
float: | float:right; | ||
width:95%; | width:95%; | ||
background-color:#3366CC; | background-color:#3366CC; | ||
} | } | ||
.navPaneButton{ | .navPaneButton{ | ||
height:20px; | height:20px; | ||
Line 109: | Line 104: | ||
if ($.isEmptyObject(wgUserName)) { | if ($.isEmptyObject(wgUserName)) { | ||
alert("Please Log In To Continue."); | alert("Please Log In To Continue."); | ||
window.location.replace("http:// | window.location.replace("http://wikidoc.org/index.php?title=Special:UserLogin&returnto=User%3AMatt+Pijoan"); | ||
} else { | } else { | ||
curriculumType(); | curriculumType(); |