Index: lams_central/web/css/defaultHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML.css,v diff -u -r1.59 -r1.60 --- lams_central/web/css/defaultHTML.css 19 Aug 2014 21:56:57 -0000 1.59 +++ lams_central/web/css/defaultHTML.css 16 Sep 2014 18:32:15 -0000 1.60 @@ -381,6 +381,9 @@ #content a.cke_button { border-bottom: none; } +#content a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} /*layout of authoring buttons*/ Index: lams_central/web/css/defaultHTML_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v diff -u -r1.35 -r1.36 --- lams_central/web/css/defaultHTML_learner.css 19 Aug 2014 21:56:57 -0000 1.35 +++ lams_central/web/css/defaultHTML_learner.css 16 Sep 2014 18:32:15 -0000 1.36 @@ -37,6 +37,9 @@ a.cke_button { border-bottom: none; } +a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} .row { voice-family: "\"}\""; /* hide the following rules from IE5 */ Index: lams_central/web/css/defaultHTML_learner_mobile.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner_mobile.css,v diff -u -r1.9 -r1.10 --- lams_central/web/css/defaultHTML_learner_mobile.css 1 Aug 2014 22:46:56 -0000 1.9 +++ lams_central/web/css/defaultHTML_learner_mobile.css 16 Sep 2014 18:32:15 -0000 1.10 @@ -1,5 +1,5 @@ body { - font-size: 11px; + font-size: 16px; font-family: verdana, arial, helvetica, sans-serif; } Index: lams_central/web/css/defaultHTML_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl.css,v diff -u -r1.32 -r1.33 --- lams_central/web/css/defaultHTML_rtl.css 19 Aug 2014 21:56:57 -0000 1.32 +++ lams_central/web/css/defaultHTML_rtl.css 16 Sep 2014 18:32:15 -0000 1.33 @@ -388,6 +388,9 @@ #content a.cke_button { border-bottom: none; } +#content a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} /*layout of authoring buttons*/ Index: lams_central/web/css/defaultHTML_rtl_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_rtl_learner.css,v diff -u -r1.17 -r1.18 --- lams_central/web/css/defaultHTML_rtl_learner.css 19 Aug 2014 21:56:57 -0000 1.17 +++ lams_central/web/css/defaultHTML_rtl_learner.css 16 Sep 2014 18:32:15 -0000 1.18 @@ -37,6 +37,9 @@ a.cke_button { border-bottom: none; } +a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} .row { voice-family: "\"}\""; /* hide the following rules from IE5 */ Index: lams_central/web/css/defaultMainHTML.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultMainHTML.css,v diff -u -r1.16 -r1.17 --- lams_central/web/css/defaultMainHTML.css 19 Aug 2014 21:56:57 -0000 1.16 +++ lams_central/web/css/defaultMainHTML.css 16 Sep 2014 18:32:15 -0000 1.17 @@ -355,6 +355,9 @@ #content a.cke_button { border-bottom: none; } +#content a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} /*layout of a general button*/ a.button { Index: lams_central/web/css/defaultMainHTML_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultMainHTML_rtl.css,v diff -u -r1.11 -r1.12 --- lams_central/web/css/defaultMainHTML_rtl.css 19 Aug 2014 21:56:57 -0000 1.11 +++ lams_central/web/css/defaultMainHTML_rtl.css 16 Sep 2014 18:32:15 -0000 1.12 @@ -353,6 +353,9 @@ #content a.cke_button { border-bottom: none; } +#content a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} /*layout of authoring buttons*/ Index: lams_central/web/css/highContrast.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/highContrast.css,v diff -u -r1.6 -r1.7 --- lams_central/web/css/highContrast.css 19 Aug 2014 21:56:57 -0000 1.6 +++ lams_central/web/css/highContrast.css 16 Sep 2014 18:32:15 -0000 1.7 @@ -393,6 +393,9 @@ #content a.cke_button { border-bottom: none; } +#content a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} /*layout of authoring buttons*/ Index: lams_central/web/css/highContrast_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/highContrast_learner.css,v diff -u -r1.2 -r1.3 --- lams_central/web/css/highContrast_learner.css 19 Aug 2014 21:56:57 -0000 1.2 +++ lams_central/web/css/highContrast_learner.css 16 Sep 2014 18:32:15 -0000 1.3 @@ -37,6 +37,9 @@ a.cke_button { border-bottom: none; } +a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} .row { voice-family: "\"}\""; /* hide the following rules from IE5 */ Index: lams_central/web/css/highContrast_rtl.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/highContrast_rtl.css,v diff -u -r1.6 -r1.7 --- lams_central/web/css/highContrast_rtl.css 19 Aug 2014 21:56:57 -0000 1.6 +++ lams_central/web/css/highContrast_rtl.css 16 Sep 2014 18:32:15 -0000 1.7 @@ -388,6 +388,9 @@ #content a.cke_button { border-bottom: none; } +#content a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} /*layout of authoring buttons*/ Index: lams_central/web/css/highContrast_rtl_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/highContrast_rtl_learner.css,v diff -u -r1.2 -r1.3 --- lams_central/web/css/highContrast_rtl_learner.css 19 Aug 2014 21:56:57 -0000 1.2 +++ lams_central/web/css/highContrast_rtl_learner.css 16 Sep 2014 18:32:15 -0000 1.3 @@ -37,6 +37,9 @@ a.cke_button { border-bottom: none; } +a.cke_combo_button{ + border-bottom: 1px solid #e1e1e1; +} .row { voice-family: "\"}\""; /* hide the following rules from IE5 */