Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14004260
D7860.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7860.diff
View Options
Index: src/__celerity_resource_map__.php
===================================================================
--- src/__celerity_resource_map__.php
+++ src/__celerity_resource_map__.php
@@ -853,7 +853,7 @@
),
'aphront-contextbar-view-css' =>
array(
- 'uri' => '/res/46c6248f/rsrc/css/aphront/context-bar.css',
+ 'uri' => '/res/d2e04a0a/rsrc/css/aphront/context-bar.css',
'type' => 'css',
'requires' =>
array(
Index: webroot/rsrc/css/aphront/context-bar.css
===================================================================
--- webroot/rsrc/css/aphront/context-bar.css
+++ webroot/rsrc/css/aphront/context-bar.css
@@ -8,6 +8,10 @@
border-bottom: 1px solid {$lightblueborder};
}
+.device-phone .aphront-contextbar-view {
+ padding: 12px 8px;
+}
+
.aphront-contextbar-content {
padding-top: 5px;
font-size: 13px;
@@ -18,11 +22,24 @@
float: right;
}
+.device-phone .aphront-contextbar-buttons {
+ float: none;
+}
+
.aphront-contextbar-buttons label {
font-weight: bold;
color: {$bluetext};
}
+.device-phone .aphront-contextbar-buttons label {
+ display: block;
+ margin-bottom: 4px;
+}
+
.aphront-contextbar-buttons a {
- margin: 0 0 0 .5em;
+ margin: 0 0 0 8px;
+}
+
+.device-phone .aphront-contextbar-buttons a {
+ margin: 0 8px 0 0;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 27, 5:34 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6744336
Default Alt Text
D7860.diff (1 KB)
Attached To
Mode
D7860: Mobile fix for creating another task UI
Attached
Detach File
Event Timeline
Log In to Comment