Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15402613
D17345.id.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
D17345.id.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
@@ -9,7 +9,7 @@
'names' => array(
'conpherence.pkg.css' => 'a520d619',
'conpherence.pkg.js' => '6249a1cf',
- 'core.pkg.css' => '76a0e8c9',
+ 'core.pkg.css' => '1179d101',
'core.pkg.js' => '1fa7c0c5',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => '4815647b',
@@ -31,10 +31,10 @@
'rsrc/css/aphront/tokenizer.css' => '9a8cb501',
'rsrc/css/aphront/tooltip.css' => '173b9431',
'rsrc/css/aphront/typeahead-browse.css' => '8904346a',
- 'rsrc/css/aphront/typeahead.css' => 'd4f16145',
+ 'rsrc/css/aphront/typeahead.css' => '8a84cc7d',
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
'rsrc/css/application/auth/auth.css' => '0877ed6e',
- 'rsrc/css/application/base/main-menu-view.css' => '43d59288',
+ 'rsrc/css/application/base/main-menu-view.css' => '5294060f',
'rsrc/css/application/base/notification-menu.css' => '6a697e43',
'rsrc/css/application/base/phui-theme.css' => '9f261c6b',
'rsrc/css/application/base/standard-page-view.css' => '894d8a25',
@@ -555,7 +555,7 @@
'aphront-table-view-css' => '6ca8e057',
'aphront-tokenizer-control-css' => '9a8cb501',
'aphront-tooltip-css' => '173b9431',
- 'aphront-typeahead-control-css' => 'd4f16145',
+ 'aphront-typeahead-control-css' => '8a84cc7d',
'application-search-view-css' => '66ee5d46',
'auth-css' => '0877ed6e',
'bulk-job-css' => 'df9c1d4a',
@@ -797,7 +797,7 @@
'phabricator-flag-css' => 'bba8f811',
'phabricator-keyboard-shortcut' => '1ae869f2',
'phabricator-keyboard-shortcut-manager' => '4a021c10',
- 'phabricator-main-menu-view' => '43d59288',
+ 'phabricator-main-menu-view' => '5294060f',
'phabricator-nav-view-css' => 'e58a4a30',
'phabricator-notification' => 'ccf1cbf8',
'phabricator-notification-css' => '3f6c89c9',
@@ -1171,9 +1171,6 @@
'javelin-dom',
'javelin-request',
),
- '43d59288' => array(
- 'phui-theme-css',
- ),
'44959b73' => array(
'javelin-util',
'javelin-uri',
@@ -1280,6 +1277,9 @@
'javelin-vector',
'javelin-typeahead-static-source',
),
+ '5294060f' => array(
+ 'phui-theme-css',
+ ),
'5359e785' => array(
'javelin-install',
'javelin-util',
diff --git a/webroot/rsrc/css/aphront/typeahead.css b/webroot/rsrc/css/aphront/typeahead.css
--- a/webroot/rsrc/css/aphront/typeahead.css
+++ b/webroot/rsrc/css/aphront/typeahead.css
@@ -4,7 +4,7 @@
div.jx-typeahead-hardpoint {
position: relative;
- _zoom: 1; /* Some kind of IE6 fix? */ /* yes */ /* why? */
+ _zoom: 1; /* Some kind of IE6 fix? */ /* yes */ /* why? */ /* still need? */
}
div.jx-typeahead-results {
@@ -28,6 +28,9 @@
color: {$darkgreytext};
display: block;
font-size: {$normalfontsize};
+}
+
+div.jx-typeahead-results a.jx-result + a.jx-result {
border-top: 1px solid {$hoverborder};
}
diff --git a/webroot/rsrc/css/application/base/main-menu-view.css b/webroot/rsrc/css/application/base/main-menu-view.css
--- a/webroot/rsrc/css/application/base/main-menu-view.css
+++ b/webroot/rsrc/css/application/base/main-menu-view.css
@@ -139,8 +139,7 @@
}
.device-desktop .phabricator-main-menu-search-target {
- width: 320px;
- margin-left: -150px;
+ width: 360px;
}
.device .phabricator-main-menu-search-target {
@@ -276,11 +275,11 @@
box-shadow: {$dropshadow};
border: 1px solid {$lightgreyborder};
border-radius: 3px;
- margin-left: 40px;
+ margin-left: -64px;
}
.device .phabricator-main-menu-search-target div.jx-typeahead-results {
- margin-left: 30px;
+ margin-left: 28px;
}
.phabricator-main-search-typeahead-result .phabricator-search-icon {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 11:18 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710513
Default Alt Text
D17345.id.diff (3 KB)
Attached To
Mode
D17345: Clean up some search result alignment CSS
Attached
Detach File
Event Timeline
Log In to Comment