From 63c27b322c31ed03a9535923928e930080457c20 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 13 May 2013 10:06:09 -0700 Subject: [PATCH] Fix token CSS Summary: This got caught in the crossfire when I swapped menus for PHUIIconView. Test Plan: {F43206} Reviewers: btrahan, chad Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D5919 --- src/__celerity_resource_map__.php | 2 +- webroot/rsrc/css/application/tokens/tokens.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index ff60291ac6..80179abb3e 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -4001,7 +4001,7 @@ celerity_register_resource_map(array( ), 'tokens-css' => array( - 'uri' => '/res/1699df7d/rsrc/css/application/tokens/tokens.css', + 'uri' => '/res/8def7753/rsrc/css/application/tokens/tokens.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/application/tokens/tokens.css b/webroot/rsrc/css/application/tokens/tokens.css index 0ce257942e..5b4988d808 100644 --- a/webroot/rsrc/css/application/tokens/tokens.css +++ b/webroot/rsrc/css/application/tokens/tokens.css @@ -18,3 +18,7 @@ button.token-button { .token-grid { text-align: center; } + +.phui-icon-view.sprite-tokens { + display: inline-block; +}