Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.3 -r1.4 --- lams_central/web/css/authoring.css 21 Oct 2013 13:47:28 -0000 1.3 +++ lams_central/web/css/authoring.css 5 Nov 2013 17:37:18 -0000 1.4 @@ -2,7 +2,7 @@ display: none; } -div#openLearningDesignDialog { +.ui-dialog { font-size: 12px; } @@ -14,7 +14,7 @@ div#openLearningDesignDialog > table { width: 100%; - height: 735px; + height: 684px; table-layout: fixed; border-top: thin dotted #2E6E9E; } @@ -52,27 +52,18 @@ td#canvasCell { text-align: center; padding: 10px 0px 0px 10px; + vertical-align: middle; } div#canvasDiv { overflow: auto; - height: 685px; + height: 665px; } img#ldScreenshotLoading { padding-top: 200px; } -#buttonsCell { - border-top: thin dotted #2E6E9E; - padding-top: 5px; -} - -#buttonsCell > div { - float: right; - margin-left: 10px; -} - div#toolbar { padding: 3px; height: 27px;