Red Button
==========
Description
-----------
Plugin Name: Red Button
Plugin URI: http://jensnilsson.nu
Description: Red button. For use in WordPress admin-pages.
Version: 1.0
Author: Jens Nilsson
Author URI: http://jensnilsson.nu
Installation
------------
Put the folder in your wp-content/plugins folder then activate the plugin from the plugins page. The css-file will be loaded on admin-pages.
Usage
-----
To use the button you must use both "button" and "button-red" classes on the element you want to use as a red button.
<input type="submit" class="button button-red" value="Save" />