Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15331464
D12364.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
D12364.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
@@ -7,7 +7,7 @@
*/
return array(
'names' => array(
- 'core.pkg.css' => 'a31d0df4',
+ 'core.pkg.css' => 'a2bfa724',
'core.pkg.js' => '6a4f677f',
'darkconsole.pkg.js' => '8ab24e01',
'differential.pkg.css' => '3500921f',
@@ -34,7 +34,7 @@
'rsrc/css/aphront/typeahead.css' => '0e403212',
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
'rsrc/css/application/auth/auth.css' => '1e655982',
- 'rsrc/css/application/base/main-menu-view.css' => 'fa9ebdbd',
+ 'rsrc/css/application/base/main-menu-view.css' => 'af66f1d4',
'rsrc/css/application/base/notification-menu.css' => '6aa0a74b',
'rsrc/css/application/base/phabricator-application-launch-view.css' => '16ca323f',
'rsrc/css/application/base/standard-page-view.css' => 'd2a6518d',
@@ -731,7 +731,7 @@
'phabricator-hovercard-view-css' => '893f4783',
'phabricator-keyboard-shortcut' => '1ae869f2',
'phabricator-keyboard-shortcut-manager' => 'c1700f6f',
- 'phabricator-main-menu-view' => 'fa9ebdbd',
+ 'phabricator-main-menu-view' => 'af66f1d4',
'phabricator-nav-view-css' => '7aeaf435',
'phabricator-notification' => '0c6946e7',
'phabricator-notification-css' => '9c279160',
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
@@ -148,15 +148,15 @@
font-size: 13px;
border-width: 2px;
border-color: rgba(0,0,0,.6);
- border-radius: 3px 0 0 3px;
+ border-radius: 3px;
background-color: rgba(0,0,0,.5);
opacity: .8;
height: 28px;
line-height: 12px;
box-shadow: 0px 1px 1px rgba(128, 128, 128, 0.25);
- padding: 6px;
+ padding: 6px 30px 6px 6px;
float: left;
- width: 175px;
+ width: 205px;
left: 0;
}
@@ -192,14 +192,13 @@
box-shadow: none;
text-shadow: none;
min-width: 0;
- height: 28px;
- width: 30px;
- top: 8px;
+ height: 24px;
+ width: 28px;
+ top: 10px;
right: -7px;
margin: 0 8px 0 0;
padding: 0;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
+ border-radius: 0;
}
.phabricator-main-menu-search button:hover {
@@ -209,6 +208,8 @@
.device .phabricator-main-menu-search button {
top: 6px;
border-radius: 0;
+ height: 28px;
+ right: -6px;
}
.phabricator-main-menu-search-target div.jx-typeahead-results {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 8, 10:34 AM (4 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381832
Default Alt Text
D12364.diff (2 KB)
Attached To
Mode
D12364: Draw main search border around button also
Attached
Detach File
Event Timeline
Log In to Comment