From 96a7868fe027aececd6db1536b62216ccc93676f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 12 Jun 2014 11:27:51 -0700 Subject: [PATCH] Style quote reply headers Summary: Adds some minor tweaks to the Quoted Remarkup rules. I tried altering the nested quote as well, but it became a bit of a joke quickly, not sure there is benefit there. Fixes T4962 Test Plan: Quoted lots of times. {F165606} Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T4962 Differential Revision: https://secure.phabricator.com/D9502 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/core/remarkup.css | 13 +++++++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 7dd4df9403..df0819336b 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ return array( 'names' => array( - 'core.pkg.css' => 'd82d2f53', + 'core.pkg.css' => 'c76b553b', 'core.pkg.js' => '0627d27e', 'darkconsole.pkg.js' => 'ca8671ce', 'differential.pkg.css' => '4a93db37', @@ -104,7 +104,7 @@ return array( 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 'rsrc/css/application/uiexample/example.css' => '528b19de', 'rsrc/css/core/core.css' => '40151074', - 'rsrc/css/core/remarkup.css' => 'b510c359', + 'rsrc/css/core/remarkup.css' => '864d4f5e', 'rsrc/css/core/syntax.css' => '3c18c1cb', 'rsrc/css/core/z-index.css' => 'efb673ac', 'rsrc/css/diviner/diviner-shared.css' => '38813222', @@ -716,7 +716,7 @@ return array( 'phabricator-prefab' => '41ed7994', 'phabricator-profile-css' => '33e6f703', 'phabricator-project-tag-css' => '095c9404', - 'phabricator-remarkup-css' => 'b510c359', + 'phabricator-remarkup-css' => '864d4f5e', 'phabricator-search-results-css' => 'f240504c', 'phabricator-shaped-request' => '7cbe244b', 'phabricator-side-menu-view-css' => 'a2ccd7bd', diff --git a/webroot/rsrc/css/core/remarkup.css b/webroot/rsrc/css/core/remarkup.css index 53878931bf..b076ff4301 100644 --- a/webroot/rsrc/css/core/remarkup.css +++ b/webroot/rsrc/css/core/remarkup.css @@ -154,7 +154,7 @@ border-left: 3px solid {$lightbluetext}; color: {$bluetext}; font-style: italic; - margin: 4px 20px 12px 0; + margin: 4px 0 12px 0; padding: 8px 12px; background-color: #F8F9FC; } @@ -164,7 +164,16 @@ } .phabricator-remarkup blockquote div.remarkup-reply-head { - font-weight: bold; + font-style: normal; + padding-bottom: 4px; +} + +.phabricator-remarkup blockquote div.remarkup-reply-head + .phui-tag-core { + background-color: transparent; + border: none; + padding: 0; + color: {$darkbluetext}; } .phabricator-remarkup img.remarkup-proxy-image {