From 85b2cb380d2a7fe4bf6b5449c3cb0f17d69a7cdd Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 15 Feb 2014 23:46:50 +1100 Subject: [PATCH] Style install notice --- admin/includes/notice-install.php | 6 ++--- assets/css/admin.css | 43 +++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/admin/includes/notice-install.php b/admin/includes/notice-install.php index 6e43f5b0..241ad248 100644 --- a/admin/includes/notice-install.php +++ b/admin/includes/notice-install.php @@ -2,9 +2,9 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
-

Welcome to SportsPress – Get Started', 'sportspress' ); ?>

+

Welcome to SportsPress – Get Started', 'sportspress' ); ?>

- - + +

\ No newline at end of file diff --git a/assets/css/admin.css b/assets/css/admin.css index 09fa27e2..b9d713ca 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -1,5 +1,35 @@ /* SportsPress admin styles */ +.sportspress-message { + border-left-color: #ff9900 !important; +} + +.sportspress-message a.button-primary, +.sportspress-message a.button-secondary { + background: #ff9900; + border-color: #f48600; + -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15); + box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15); + color: #fff; + text-decoration: none; +} + +.sportspress-message a.button-primary:hover, +.sportspress-message a.button-secondary:hover { + background: #ff8800; + border-color: #f27000; + -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15); + box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 rgba(0,0,0,.15); + color: #fff; + text-decoration: none; +} + +.sportspress-message a.button-secondary { + -moz-opacity: 0.7; + opacity: 0.7; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70); +} + .widget[id*="sp_recent_events-"] .widget-title h4:before, .widget[id*="sp_future_events-"] .widget-title h4:before, .widget[id*="sp_countdown-"] .widget-title h4:before, @@ -82,6 +112,19 @@ table.widefat td.column-sp_icon { text-align: center; } + +table.widefat th.column-sp_number, +table.widefat td.column-sp_number { + width: 32px; +} + +table.widefat td.column-sp_number .sp-flag { + height: auto; + width: auto; + max-height: 16px; + max-width: 20px; +} + #sp_venue-adder h4, #sp_team-adder h4, #sp_season-adder h4,