Remove the border of check box field 由Paul Young發表於2011年 03月 1日(週二) 00:36 Number of replies: 3 Dear all, Is there anyway to remove the border of the check box field? See picture below. Thanks! 評比平均分數: - 永久鏈接 回覆 In reply to Paul Young Re: Remove the border of check box field 由Frank Ralf發表於2011年 03月 1日(週二) 02:30 Hi Paul, Try using Firebug to find and change the CSS responsible for that element. It might be a fieldset element. CSS FAQ and Themes FAQ are good starting points for learning more about CSS and theming. hth 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Frank Ralf Re: Remove the border of check box field 由Frank Ralf發表於2011年 03月 1日(週二) 03:24 Here's a screenshot taken from the database activity on http://demo.moodle.net/mod/data/edit.php?d=2 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Frank Ralf Re: Remove the border of check box field 由Paul Young發表於2011年 03月 1日(週二) 05:07 The problem was solved by adding the following in the CSS template: fieldset{ border: none;} Thank you very much for your help! 評比平均分數: - 永久鏈接 顯示上層文章 回覆
In reply to Paul Young Re: Remove the border of check box field 由Frank Ralf發表於2011年 03月 1日(週二) 02:30 Hi Paul, Try using Firebug to find and change the CSS responsible for that element. It might be a fieldset element. CSS FAQ and Themes FAQ are good starting points for learning more about CSS and theming. hth 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Frank Ralf Re: Remove the border of check box field 由Frank Ralf發表於2011年 03月 1日(週二) 03:24 Here's a screenshot taken from the database activity on http://demo.moodle.net/mod/data/edit.php?d=2 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Frank Ralf Re: Remove the border of check box field 由Paul Young發表於2011年 03月 1日(週二) 05:07 The problem was solved by adding the following in the CSS template: fieldset{ border: none;} Thank you very much for your help! 評比平均分數: - 永久鏈接 顯示上層文章 回覆
In reply to Frank Ralf Re: Remove the border of check box field 由Frank Ralf發表於2011年 03月 1日(週二) 03:24 Here's a screenshot taken from the database activity on http://demo.moodle.net/mod/data/edit.php?d=2 評比平均分數: - 永久鏈接 顯示上層文章 回覆 In reply to Frank Ralf Re: Remove the border of check box field 由Paul Young發表於2011年 03月 1日(週二) 05:07 The problem was solved by adding the following in the CSS template: fieldset{ border: none;} Thank you very much for your help! 評比平均分數: - 永久鏈接 顯示上層文章 回覆
In reply to Frank Ralf Re: Remove the border of check box field 由Paul Young發表於2011年 03月 1日(週二) 05:07 The problem was solved by adding the following in the CSS template: fieldset{ border: none;} Thank you very much for your help! 評比平均分數: - 永久鏈接 顯示上層文章 回覆