- shortened height on Add/Remove content dialog window

This commit is contained in:
denise 2012-07-10 13:19:03 -04:00
parent 2e5b1d9ca8
commit 81eb751c9f

View file

@ -132,7 +132,7 @@ function findViewportDimensions() {
return { return {
width: viewportwidth, width: viewportwidth,
height: viewportheight height: viewportheight-45
}; };
} }