This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input.form-submit.button-small { | |
padding: 4px 8px; | |
font-weight: bold; | |
} | |
.container-inline input.form-submit.button-small + .ajax-progress.ajax-progress-throbber .throbber { | |
position: absolute; | |
left: 19px; | |
margin-top: 7px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -aur ns-allinone-2.35.orig/install ns-allinone-2.35/install | |
--- ns-allinone-2.35.orig/install 2012-09-07 14:36:21.000000000 -0700 | |
+++ ns-allinone-2.35/install 2012-09-07 14:45:52.000000000 -0700 | |
@@ -200,6 +200,7 @@ | |
echo "Darwin detected"; | |
DYLD_LIBRARY_PATH=$CUR_PATH/tcl$TCLVER/unix:$CUR_PATH/tk$TKVER/unix:$DYLD_LIBRARY_PATH | |
export DYLD_LIBRARY_PATH | |
+ export LDFLAGS="-framework CoreFoundation" | |
test_darwin=true | |
fi |