Last active
January 4, 2016 08:49
Revisions
-
jonbellah revised this gist
Jan 24, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ function my_custom_admin_styles() { echo '<style type="text/css"> .your-custom-css { height: 300px; overflow: scroll; border: 1px solid #ddd; -
jonbellah created this gist
Jan 24, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ function my_custom_admin_styles() { echo '<style type="text/css"> .customcss { height: 300px; overflow: scroll; border: 1px solid #ddd; padding: 15px;} </style>'; } add_action('admin_head', 'my_custom_admin_styles');