From: Laury GvR Date: Mon, 10 Oct 2016 18:30:28 +0000 (-0400) Subject: Merge branch 'develop' into feature/lauryAdminPolishing X-Git-Tag: v2.9.15^2~15^2~39 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7227c5ee75c5d54499a37045a373ef6daec43e54;p=WP-Plugins%2Fglm-member-db.git Merge branch 'develop' into feature/lauryAdminPolishing --- 7227c5ee75c5d54499a37045a373ef6daec43e54 diff --cc css/admin.css index 69dc71f7,c74e49dc..9aa9cd49 --- a/css/admin.css +++ b/css/admin.css @@@ -488,50 -408,14 +488,60 @@@ 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: 14px; + 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 + { + display: inline-block; + width: 200px; + } + .shortcode-option-list-title + { + font-weight: bold; + } -