Tidy up project panel errors
Summary: Makes the fallback a little cleaner on long titles. Wow we have a lot of error states here. Test Plan: New Milestone with no tasks. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15686
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
return array(
 | 
					return array(
 | 
				
			||||||
  'names' => array(
 | 
					  'names' => array(
 | 
				
			||||||
    'core.pkg.css' => 'c49855c0',
 | 
					    'core.pkg.css' => 'ce06b6f6',
 | 
				
			||||||
    'core.pkg.js' => '08b41036',
 | 
					    'core.pkg.js' => '08b41036',
 | 
				
			||||||
    'darkconsole.pkg.js' => 'e7393ebb',
 | 
					    'darkconsole.pkg.js' => 'e7393ebb',
 | 
				
			||||||
    'differential.pkg.css' => '7ba78475',
 | 
					    'differential.pkg.css' => '7ba78475',
 | 
				
			||||||
@@ -148,7 +148,7 @@ return array(
 | 
				
			|||||||
    'rsrc/css/phui/phui-object-item-list-view.css' => '8d99e42b',
 | 
					    'rsrc/css/phui/phui-object-item-list-view.css' => '8d99e42b',
 | 
				
			||||||
    'rsrc/css/phui/phui-pager.css' => 'bea33d23',
 | 
					    'rsrc/css/phui/phui-pager.css' => 'bea33d23',
 | 
				
			||||||
    'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
 | 
					    'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
 | 
				
			||||||
    'rsrc/css/phui/phui-profile-menu.css' => '7e92a89a',
 | 
					    'rsrc/css/phui/phui-profile-menu.css' => 'c8557f33',
 | 
				
			||||||
    'rsrc/css/phui/phui-property-list-view.css' => '1d42ee7c',
 | 
					    'rsrc/css/phui/phui-property-list-view.css' => '1d42ee7c',
 | 
				
			||||||
    'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591',
 | 
					    'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591',
 | 
				
			||||||
    'rsrc/css/phui/phui-segment-bar-view.css' => '46342871',
 | 
					    'rsrc/css/phui/phui-segment-bar-view.css' => '46342871',
 | 
				
			||||||
@@ -839,7 +839,7 @@ return array(
 | 
				
			|||||||
    'phui-object-item-list-view-css' => '8d99e42b',
 | 
					    'phui-object-item-list-view-css' => '8d99e42b',
 | 
				
			||||||
    'phui-pager-css' => 'bea33d23',
 | 
					    'phui-pager-css' => 'bea33d23',
 | 
				
			||||||
    'phui-pinboard-view-css' => '2495140e',
 | 
					    'phui-pinboard-view-css' => '2495140e',
 | 
				
			||||||
    'phui-profile-menu-css' => '7e92a89a',
 | 
					    'phui-profile-menu-css' => 'c8557f33',
 | 
				
			||||||
    'phui-property-list-view-css' => '1d42ee7c',
 | 
					    'phui-property-list-view-css' => '1d42ee7c',
 | 
				
			||||||
    'phui-remarkup-preview-css' => '1a8f2591',
 | 
					    'phui-remarkup-preview-css' => '1a8f2591',
 | 
				
			||||||
    'phui-segment-bar-view-css' => '46342871',
 | 
					    'phui-segment-bar-view-css' => '46342871',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -152,9 +152,17 @@
 | 
				
			|||||||
.phui-profile-menu .phabricator-side-menu .phui-profile-menu-error {
 | 
					.phui-profile-menu .phabricator-side-menu .phui-profile-menu-error {
 | 
				
			||||||
  color: rgba({$alphawhite}, 0.5);
 | 
					  color: rgba({$alphawhite}, 0.5);
 | 
				
			||||||
  font-size: {$smallerfontsize};
 | 
					  font-size: {$smallerfontsize};
 | 
				
			||||||
  padding: 18px 15px;
 | 
					  padding: 16px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.phui-profile-menu .phui-profile-menu-collapsed .phabricator-side-menu
 | 
				
			||||||
 | 
					  .phui-profile-menu-error {
 | 
				
			||||||
 | 
					  padding: 16px 8px;
 | 
				
			||||||
 | 
					  overflow: hidden;
 | 
				
			||||||
 | 
					  text-overflow: ellipsis;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.phui-profile-menu .phabricator-side-menu .phui-list-item-disabled
 | 
					.phui-profile-menu .phabricator-side-menu .phui-list-item-disabled
 | 
				
			||||||
  .phui-list-item-href,
 | 
					  .phui-list-item-href,
 | 
				
			||||||
.phui-profile-menu .phui-list-sidenav .phui-list-item-disabled
 | 
					.phui-profile-menu .phui-list-sidenav .phui-list-item-disabled
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user