Page MenuHomePhabricator

D12221.id.diff
No OneTemporary

D12221.id.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' => '6088c5b0',
+ 'core.pkg.css' => 'ad650d52',
'core.pkg.js' => '0c88e7f6',
'darkconsole.pkg.js' => '8ab24e01',
'differential.pkg.css' => '3500921f',
@@ -20,7 +20,7 @@
'rsrc/css/aphront/dark-console.css' => '6378ef3d',
'rsrc/css/aphront/dialog-view.css' => 'd2e76b88',
'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d',
- 'rsrc/css/aphront/list-filter-view.css' => '2ae43867',
+ 'rsrc/css/aphront/list-filter-view.css' => '18b7e144',
'rsrc/css/aphront/multi-column.css' => 'fd18389d',
'rsrc/css/aphront/notification.css' => '9c279160',
'rsrc/css/aphront/pager-view.css' => '2e3539af',
@@ -501,7 +501,7 @@
'aphront-bars' => '231ac33c',
'aphront-dark-console-css' => '6378ef3d',
'aphront-dialog-view-css' => 'd2e76b88',
- 'aphront-list-filter-view-css' => '2ae43867',
+ 'aphront-list-filter-view-css' => '18b7e144',
'aphront-multi-column-view-css' => 'fd18389d',
'aphront-pager-view-css' => '2e3539af',
'aphront-panel-view-css' => '8427b78d',
diff --git a/webroot/rsrc/css/aphront/list-filter-view.css b/webroot/rsrc/css/aphront/list-filter-view.css
--- a/webroot/rsrc/css/aphront/list-filter-view.css
+++ b/webroot/rsrc/css/aphront/list-filter-view.css
@@ -14,8 +14,14 @@
padding: 0;
}
+.device-phone .aphront-list-filter-view {
+ padding: 0 8px 8px;
+}
+
.device-phone .aphront-list-filter-wrap {
- margin: 0 8px;
+ margin: 0;
+ border: none;
+ border-bottom: 1px solid {$lightblueborder};
}
.aphront-list-filter-view-content .phui-form-view {
@@ -24,6 +30,10 @@
padding: 12px 0 6px;
}
+.device-phone .aphront-list-filter-view-content .phui-form-view {
+ padding: 0;
+}
+
/* When a list filter view contains two consecuitive forms, lay them out
without much white space in between them so they look more contiugous. At
the time of writing, this is used only in the Diffusion repository search

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 18, 2:49 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224083
Default Alt Text
D12221.id.diff (2 KB)

Event Timeline