From: Michael M Slusarz Date: Tue, 9 Mar 2010 01:41:45 +0000 (-0700) Subject: Add basic MIMP theme X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a6cfa8a1dfd4b7e5a535feec7afba74bd5b1dab7;p=horde.git Add basic MIMP theme --- diff --git a/imp/templates/common-header.inc b/imp/templates/common-header.inc index 10304082e..e2a689574 100644 --- a/imp/templates/common-header.inc +++ b/imp/templates/common-header.inc @@ -43,7 +43,11 @@ case 'dimp': break; case 'mimp': - // Nothing + Horde_Themes::includeStylesheetFiles(array( + 'nohorde' => true, + 'sub' => 'mimp', + 'subonly' => true + )); break; default: diff --git a/imp/themes/mimp/screen.css b/imp/themes/mimp/screen.css new file mode 100644 index 000000000..77980d759 --- /dev/null +++ b/imp/themes/mimp/screen.css @@ -0,0 +1,15 @@ +/** + * MIMP core CSS + */ + +body { + font-family: sans-serif; + font-size: 90%; +} + +.notices img { + display: none; +} +.notices { + border: 1px solid black; +}