Index: lams_central/web/css/authoring.css =================================================================== diff -u -r849974951204f4b6aae6c21564e3a815fec12162 -rb92a2c77d9fc93b3a4100d70f95d31a78c4b6792 --- lams_central/web/css/authoring.css (.../authoring.css) (revision 849974951204f4b6aae6c21564e3a815fec12162) +++ lams_central/web/css/authoring.css (.../authoring.css) (revision b92a2c77d9fc93b3a4100d70f95d31a78c4b6792) @@ -66,6 +66,25 @@ } +div.exportDialog { + text-align: center; + font-size: 17px; + font-weight: bold; +} + +div.exportDialog a { + text-decoration: none; +} + +div.exportDialog iframe { + display: none; +} + +div#exportLDDialog { + cursor: pointer; +} + + div#ldStoreDialog > table { width: 100%; height: 682px; @@ -259,8 +278,10 @@ font-size: 11px; } -div#toolbar .split-ui-button + ul { +div#toolbar .split-ui-button + ul, div#toolbar .split-ui-button + ul ul { font-size: 11px; + font-weight: bold; + list-style: none; color: #2E6E9E; z-index: 1100; } @@ -274,6 +295,10 @@ background-color: #dfeffc; } +div#toolbar .split-ui-button + ul ul { + white-space: nowrap; +} + table#authoringTable { table-layout: fixed; width: 100%;