Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15282093
D15664.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D15664.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' => '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
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 4, 10:44 PM (17 h, 59 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7222913
Default Alt Text
D15664.diff (3 KB)
Attached To
Mode
D15664: Increase specificity in blue property boxes
Attached
Detach File
Event Timeline
Log In to Comment