Page MenuHomePhabricator

D15664.diff
No OneTemporary

D15664.diff

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' => '9968bf8d',
+ 'core.pkg.css' => '2bd78e9d',
'core.pkg.js' => '6972d365',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => '7ba78475',
@@ -52,7 +52,7 @@
'rsrc/css/application/conpherence/update.css' => 'faf6be09',
'rsrc/css/application/conpherence/widget-pane.css' => '775eaaba',
'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4',
- 'rsrc/css/application/countdown/timer.css' => '96696f21',
+ 'rsrc/css/application/countdown/timer.css' => '16c52f5c',
'rsrc/css/application/daemon/bulk-job.css' => 'df9c1d4a',
'rsrc/css/application/dashboard/dashboard.css' => 'bc6f2127',
'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a',
@@ -123,7 +123,7 @@
'rsrc/css/phui/phui-action-panel.css' => '91c7b835',
'rsrc/css/phui/phui-badge.css' => '3baef8db',
'rsrc/css/phui/phui-big-info-view.css' => 'bd903741',
- 'rsrc/css/phui/phui-box.css' => 'd909ea3d',
+ 'rsrc/css/phui/phui-box.css' => '5c8387cf',
'rsrc/css/phui/phui-button.css' => 'a64a8de6',
'rsrc/css/phui/phui-chart.css' => '6bf6f78e',
'rsrc/css/phui/phui-crumbs-view.css' => '1a1265d4',
@@ -758,7 +758,7 @@
'phabricator-chatlog-css' => 'd295b020',
'phabricator-content-source-view-css' => '4b8b05d4',
'phabricator-core-css' => 'd0801452',
- 'phabricator-countdown-css' => '96696f21',
+ 'phabricator-countdown-css' => '16c52f5c',
'phabricator-dashboard-css' => 'bc6f2127',
'phabricator-drag-and-drop-file-upload' => '81f182b5',
'phabricator-draggable-list' => '5a13c79f',
@@ -811,7 +811,7 @@
'phui-action-panel-css' => '91c7b835',
'phui-badge-view-css' => '3baef8db',
'phui-big-info-view-css' => 'bd903741',
- 'phui-box-css' => 'd909ea3d',
+ 'phui-box-css' => '5c8387cf',
'phui-button-css' => 'a64a8de6',
'phui-calendar-css' => 'ccabe893',
'phui-calendar-day-css' => 'd1cf6f93',
diff --git a/webroot/rsrc/css/application/countdown/timer.css b/webroot/rsrc/css/application/countdown/timer.css
--- a/webroot/rsrc/css/application/countdown/timer.css
+++ b/webroot/rsrc/css/application/countdown/timer.css
@@ -7,8 +7,8 @@
}
.device .phabricator-timer {
- margin-left: 8px;
- margin-right: 8px;
+ margin-left: 12px;
+ margin-right: 12px;
}
.phabricator-remarkup .phabricator-timer-view {
@@ -16,9 +16,15 @@
margin: 0 0 12px 0;
}
-.phabricator-timer .countdown-description {
+body .phabricator-timer .countdown-description.phabricator-remarkup {
border-bottom: 1px solid {$thinblueborder};
- padding-bottom: 16px;
+ padding: 0 0 16px;
+ margin: 0;
+}
+
+.phabricator-timer .countdown-description.phabricator-remarkup
+ .phabricator-remarkup {
+ padding: 0;
}
.device-phone .phabricator-remarkup .phabricator-timer {
diff --git a/webroot/rsrc/css/phui/phui-box.css b/webroot/rsrc/css/phui/phui-box.css
--- a/webroot/rsrc/css/phui/phui-box.css
+++ b/webroot/rsrc/css/phui/phui-box.css
@@ -86,10 +86,11 @@
padding: 6px 16px;
}
-.device .phui-box.phui-box-blue-property .phui-header-shell,
-.device .phui-box-blue-property.phui-object-box.phui-object-box-collapsed
+body.device .phui-box.phui-box-blue-property .phui-header-shell,
+body.device .phui-box-blue-property.phui-object-box.phui-object-box-collapsed
.phui-header-shell {
padding: 6px 12px;
+ margin-top: 0;
}
.phui-box.phui-box-blue-property .phui-header-header {

File Metadata

Mime Type
text/plain
Expires
May 13 2024, 10:10 PM (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6276311
Default Alt Text
D15664.diff (3 KB)

Event Timeline