Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.26 -r1.27 --- lams_central/web/css/authoring.css 26 May 2014 10:11:54 -0000 1.26 +++ lams_central/web/css/authoring.css 2 Jun 2014 07:27:16 -0000 1.27 @@ -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%;