From: Steve Sutton Date: Tue, 11 Oct 2016 14:09:39 +0000 (-0400) Subject: Merge branch 'develop' into feature/memberDashboard X-Git-Tag: v2.7.0^2~1^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=122c975a3e7b2a858f66d4517b762d2e50ebcde6;p=WP-Plugins%2Fglm-member-db.git Merge branch 'develop' into feature/memberDashboard --- 122c975a3e7b2a858f66d4517b762d2e50ebcde6 diff --cc css/admin.css index 85c386e6,c74e49dc..3b570bd2 --- a/css/admin.css +++ b/css/admin.css @@@ -408,50 -408,14 +408,61 @@@ input[type=submit], input[type=file] font-weight: 400; } +/* Dashboard Widgets for the Members Only */ +#glm-dashboard-widgets-wrap { + margin: 0 -8px; + overflow: hidden; +} +.glm-widget-container { + display: inline-block; + width: 45%; + float: left; + margin: 0 10px 20px; +} +.glm-widget { + min-width: 255px; + border: 1px solid #e5e5e5; + box-shadow: 0 1px 1px rgba( 0, 0, 0, .04); + background: #fff; +} +.glm-widget-content { + padding: 20px; +} +.glm-widget .glm-widget-content h3 { + padding: 8px 0; +} +.glm-widget h2 { + font-size: 18px; + padding: 8px 12px; + margin: 0; + line-height: 1.4; + border-bottom: 1px solid #eee; +} +.glm-widget h3 { + font-size: 12px; + padding: 8px 12px; + margin: 0; + line-height: 1.4; +} + +.glm-widget-container:nth-child(odd) { + clear: left; +} + +@media (max-width: 1200px) { + .glm-widget-container { + width: 90%; + float: none; + } +} + -.shortcode-option-list span ++/* Shortcode */ ++.shortcode-option-list span + { + display: inline-block; + width: 200px; + } + .shortcode-option-list-title + { + font-weight: bold; + } -