/*
Plugin Name: Widget Pagination
Plugin URI: http://wgpag.jana-sieber.de/
Description: Pagination for Wordpress Widgets
Version: 0.2
Author: Jana Sieber and Lars Uebernickel
Author URI: http://wordpress.org/support/profile/janasieber
License: GPL2
*/

#wgpag-options table td {
    vertical-align: top;
}

#wgpag-options form label {}

#wgpag-options .wgpag-items_per_page {
    text-align: center;
}

#wgpag-options .success {
    color: green;
    font-weight: bold;
}

#wgpag-options .hint {
    color: gray;
    font-size: 0.8em;
}