Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15292739
D12764.id30682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Referenced Files
None
Subscribers
None
D12764.id30682.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => 'f43f9731',
+ 'core.pkg.css' => '2af709d2',
'core.pkg.js' => '60924527',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => 'bb338e4b',
@@ -53,7 +53,7 @@
'rsrc/css/application/conpherence/widget-pane.css' => '2af42ebe',
'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4',
'rsrc/css/application/countdown/timer.css' => '86b7b0a0',
- 'rsrc/css/application/dashboard/dashboard.css' => '17937d22',
+ 'rsrc/css/application/dashboard/dashboard.css' => 'db1d30b0',
'rsrc/css/application/diff/inline-comment-summary.css' => 'eb5f8e8c',
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e',
@@ -140,7 +140,7 @@
'rsrc/css/phui/phui-info-view.css' => 'c6f0aef8',
'rsrc/css/phui/phui-list.css' => '2e25ebfb',
'rsrc/css/phui/phui-object-box.css' => 'ab4f0f61',
- 'rsrc/css/phui/phui-object-item-list-view.css' => 'bfe590d4',
+ 'rsrc/css/phui/phui-object-item-list-view.css' => '6e6adbee',
'rsrc/css/phui/phui-pinboard-view.css' => 'eaab2b1b',
'rsrc/css/phui/phui-property-list-view.css' => 'da85c07d',
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
@@ -714,7 +714,7 @@
'phabricator-content-source-view-css' => '4b8b05d4',
'phabricator-core-css' => 'cee2aadb',
'phabricator-countdown-css' => '86b7b0a0',
- 'phabricator-dashboard-css' => '17937d22',
+ 'phabricator-dashboard-css' => 'db1d30b0',
'phabricator-drag-and-drop-file-upload' => '07de8873',
'phabricator-draggable-list' => 'a16ec1c6',
'phabricator-fatal-config-template-css' => '8e6c6fcd',
@@ -789,7 +789,7 @@
'phui-inline-comment-view-css' => '2174771a',
'phui-list-view-css' => '2e25ebfb',
'phui-object-box-css' => 'ab4f0f61',
- 'phui-object-item-list-view-css' => 'bfe590d4',
+ 'phui-object-item-list-view-css' => '6e6adbee',
'phui-pinboard-view-css' => 'eaab2b1b',
'phui-property-list-view-css' => 'da85c07d',
'phui-remarkup-preview-css' => '19ad512b',
diff --git a/src/applications/dashboard/engine/PhabricatorDashboardPanelRenderingEngine.php b/src/applications/dashboard/engine/PhabricatorDashboardPanelRenderingEngine.php
--- a/src/applications/dashboard/engine/PhabricatorDashboardPanelRenderingEngine.php
+++ b/src/applications/dashboard/engine/PhabricatorDashboardPanelRenderingEngine.php
@@ -214,14 +214,14 @@
case self::HEADER_MODE_EDIT:
$header = id(new PHUIActionHeaderView())
->setHeaderTitle($panel->getName())
- ->setHeaderColor(PHUIActionHeaderView::HEADER_LIGHTBLUE);
+ ->setHeaderColor(PHUIActionHeaderView::HEADER_WHITE);
$header = $this->addPanelHeaderActions($header);
break;
case self::HEADER_MODE_NORMAL:
default:
$header = id(new PHUIActionHeaderView())
->setHeaderTitle($panel->getName())
- ->setHeaderColor(PHUIActionHeaderView::HEADER_LIGHTBLUE);
+ ->setHeaderColor(PHUIActionHeaderView::HEADER_WHITE);
$panel_type = $panel->getImplementation();
$header = $panel_type->adjustPanelHeader(
$this->getViewer(),
diff --git a/webroot/rsrc/css/application/dashboard/dashboard.css b/webroot/rsrc/css/application/dashboard/dashboard.css
--- a/webroot/rsrc/css/application/dashboard/dashboard.css
+++ b/webroot/rsrc/css/application/dashboard/dashboard.css
@@ -77,11 +77,5 @@
.dashboard-panel .dashboard-box {
padding: 12px;
background: #fff;
- border-left: 1px solid {$lightblueborder};
- border-right: 1px solid {$lightblueborder};
- border-bottom: 1px solid {$blueborder};
-}
-
-.dashboard-panel .sprite-gradient .phui-action-header-title {
- padding: 10px 4px;
+ border: 1px solid {$lightblueborder};
}
diff --git a/webroot/rsrc/css/phui/phui-object-item-list-view.css b/webroot/rsrc/css/phui/phui-object-item-list-view.css
--- a/webroot/rsrc/css/phui/phui-object-item-list-view.css
+++ b/webroot/rsrc/css/phui/phui-object-item-list-view.css
@@ -232,7 +232,6 @@
.phui-object-item-list-view.phui-object-list-stackable
.phui-object-item {
margin: -1px 0 0 0;
- border-left-width: 1px;
background: #fff;
}
@@ -349,54 +348,6 @@
margin-right: 4px;
}
-
-/* - Bar Colors ----------------------------------------------------------------
-
- Colors for the left-hand border bars, used to indicate object status or other
- attributes.
-
-*/
-
-.phui-object-item-bar-color-red {
- border-left-color: {$red};
-}
-
-.phui-object-item-bar-color-orange {
- border-left-color: {$orange};
-}
-
-.phui-object-item-bar-color-yellow {
- border-left-color: {$yellow};
-}
-
-.phui-object-item-bar-color-green {
- border-left-color: {$green};
-}
-
-.phui-object-item-bar-color-sky {
- border-left-color: {$sky};
-}
-
-.phui-object-item-bar-color-blue {
- border-left-color: {$blue};
-}
-
-.phui-object-item-bar-color-indigo {
- border-left-color: {$indigo};
-}
-
-.phui-object-item-bar-color-violet {
- border-left-color: {$violet};
-}
-
-.phui-object-item-bar-color-grey {
- border-left-color: #bdc3c7;
-}
-
-.phui-object-item-bar-color-black {
- border-left-color: #333333;
-}
-
/* - Disabled ------------------------------------------------------------------
Disabled/inactive objects.
@@ -430,7 +381,6 @@
.phui-object-item.phui-object-item-highlighted {
background: {$lightyellow};
- border-left-color: {$yellow};
}
.phui-object-item-highlighted .phui-object-item-frame {
@@ -439,7 +389,6 @@
.phui-object-item-selected {
background: {$lightblue};
- border-left-color: {$blue};
}
.phui-object-item-selected .phui-object-item-frame {
@@ -646,7 +595,7 @@
padding: 0;
border-left: 1px solid {$lightblueborder};
border-right: 1px solid {$lightblueborder};
- border-bottom: 1px solid {$blueborder};
+ border-bottom: 1px solid {$lightblueborder};
margin-bottom: -1px;
}
@@ -655,7 +604,6 @@
margin: 0;
background-image: none;
background-color: #fff;
- border-left-width: 4px;
}
.dashboard-panel .phui-object-item-frame,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 2:52 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7228567
Default Alt Text
D12764.id30682.diff (6 KB)
Attached To
Mode
D12764: [Redesign] Small pass at dashboards
Attached
Detach File
Event Timeline
Log In to Comment