MDL-27588 Fixed up several bugs with the formal_white theme
authorkordan <kordan@mclink.it>
Mon, 23 May 2011 07:05:03 +0000 (15:05 +0800)
committerSam Hemelryk <sam@moodle.com>
Wed, 8 Jun 2011 05:17:06 +0000 (13:17 +0800)
commitb396e1678b22c6d8728793008ce3831a072da719
treeb9e2c09e796a68d299a7f6f6a8b81886f7ce6bbe
parentd1c96f6604fce9408c9d64eb580a2d428c1268bb
MDL-27588 Fixed up several bugs with the formal_white theme

-> MDL-26934 has been fixed
-> MDL-27474 has been fixed
-> one more option to have blocks column with different background colours
-> one more option to use custom font size
-> version.php, and b/install.php to handle upgrades
-> increased the font size in the table with plugin list shown at upgrade time
-> minor fixes in IE7 when images from remote web sites are shown in the header
-> conformed the dock background colour to the block background colour to avoid unpleasant color combinations
-> conformed a.link, a.visited and a.active colours in tabs
-> conformed a.link, a.visited and a.active colours in the navigation block
-> deleted an awful box border from enrolment page
-> right aligned commands for resources and activities in the course page
-> increased the width of field item title column in mform
-> increased the padding-top to the help popup box messages
-> user menu restyled to fix some minor tweaks in IE7
-> minor repair to tabs to improve its look
-> restyling of the docked item panel header to look like all the other blocks
-> reduced the distance between elements in headermenu to look better even when only headings are shown in the header
-> links wherever and always black
-> the "search courses" field in the navigation bar does not force extra height
-> some unpleasant generalbox border duplicating some other border have been removed
-> some unpleasant margin/padding in notices and mtables has been removed
18 files changed:
theme/formal_white/config.php
theme/formal_white/db/install.php [new file with mode: 0644]
theme/formal_white/lang/en/theme_formal_white.php
theme/formal_white/layout/frontpage.php
theme/formal_white/layout/general.php
theme/formal_white/lib.php
theme/formal_white/pix/gradient_h.jpg
theme/formal_white/pix/sprite.png [deleted file]
theme/formal_white/settings.php
theme/formal_white/style/calendar.css
theme/formal_white/style/core.css
theme/formal_white/style/course.css
theme/formal_white/style/formal_white.css
theme/formal_white/style/menu.css
theme/formal_white/style/pagelayout.css
theme/formal_white/style/quiz.css
theme/formal_white/style/tabs.css
theme/formal_white/version.php [new file with mode: 0644]