Skip to content

Commit

Permalink
Added some option wizard styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kozi committed Feb 20, 2015
1 parent de461e8 commit b58663b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contao/assets/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
11 changes: 11 additions & 0 deletions contao/assets/be_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* recipientselect
* http://kozianka.de/
* Copyright (c) 2015 Martin Kozianka
*
*/

.tl_optionwizard input.tl_text_2 {
width:200px;
}

5 changes: 5 additions & 0 deletions contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
$GLOBALS['TL_HOOKS']['prepareFormData'][] = array('RecipientManager', 'prepareRecipients');


if (TL_MODE == 'BE') {
$GLOBALS['TL_CSS'][] = 'system/modules/recipientselect/assets/be_style.css|screen';
}


0 comments on commit b58663b

Please sign in to comment.