Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13974668
D13732.id33163.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D13732.id33163.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
@@ -54,7 +54,7 @@
'rsrc/css/application/conpherence/update.css' => 'faf6be09',
'rsrc/css/application/conpherence/widget-pane.css' => '419fd50c',
'rsrc/css/application/contentsource/content-source-view.css' => '4b8b05d4',
- 'rsrc/css/application/countdown/timer.css' => '4f02bd98',
+ 'rsrc/css/application/countdown/timer.css' => '3791bb38',
'rsrc/css/application/daemon/bulk-job.css' => 'df9c1d4a',
'rsrc/css/application/dashboard/dashboard.css' => 'eb458607',
'rsrc/css/application/diff/inline-comment-summary.css' => '51efda3a',
@@ -722,7 +722,7 @@
'phabricator-chatlog-css' => 'd295b020',
'phabricator-content-source-view-css' => '4b8b05d4',
'phabricator-core-css' => 'a76cefc9',
- 'phabricator-countdown-css' => '4f02bd98',
+ 'phabricator-countdown-css' => '3791bb38',
'phabricator-dashboard-css' => 'eb458607',
'phabricator-drag-and-drop-file-upload' => '07de8873',
'phabricator-draggable-list' => 'a16ec1c6',
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
@@ -3,17 +3,26 @@
*/
.phabricator-timer {
- margin: 16px;
+ margin: 16px 16px 0 16px;
border: 1px solid {$lightblueborder};
- border-radius: 4px;
+ border-radius: 3px;
background: #ffffff;
}
+.device-phone .phabricator-timer {
+ margin-left: 8px;
+ margin-right: 8px;
+}
+
.phabricator-remarkup .phabricator-timer {
width: 360px;
margin: 0 0 12px 0;
}
+.device-phone .phabricator-remarkup .phabricator-timer {
+ width: auto;
+}
+
.phabricator-timer-header {
font-size: {$biggerfontsize};
font-weight: bold;
@@ -30,6 +39,7 @@
.phabricator-timer-table th {
text-align: center;
+ font-size: {$biggerfontsize};
color: {$greytext};
width: 10%;
padding: 4px;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 19, 6:44 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6718954
Default Alt Text
D13732.id33163.diff (2 KB)
Attached To
Mode
D13732: Clean up Countdown views
Attached
Detach File
Event Timeline
Log In to Comment