Index: lams_central/web/css/authoring.css =================================================================== diff -u -r772f0f585ff29c3b9f51f8201682cc1db3bfee1c -rebe1058e6422f0e8ce4d72f37a130316da559d62 --- lams_central/web/css/authoring.css (.../authoring.css) (revision 772f0f585ff29c3b9f51f8201682cc1db3bfee1c) +++ lams_central/web/css/authoring.css (.../authoring.css) (revision ebe1058e6422f0e8ce4d72f37a130316da559d62) @@ -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;