Page MenuHomePhabricator

D7860.diff
No OneTemporary

D7860.diff

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

Mime Type
text/plain
Expires
Fri, Sep 20, 12:52 AM (8 h, 11 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6622127
Default Alt Text
D7860.diff (1 KB)

Event Timeline