Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13981151
D13650.id.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
D13650.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
@@ -32,7 +32,7 @@
'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c',
'rsrc/css/aphront/typeahead.css' => '0e403212',
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
- 'rsrc/css/application/auth/auth.css' => 'dc62cb0e',
+ 'rsrc/css/application/auth/auth.css' => '0877ed6e',
'rsrc/css/application/base/main-menu-view.css' => '2f670a96',
'rsrc/css/application/base/notification-menu.css' => 'f31c0bde',
'rsrc/css/application/base/phabricator-application-launch-view.css' => '077e63cb',
@@ -505,7 +505,7 @@
'aphront-tooltip-css' => '7672b60f',
'aphront-two-column-view-css' => '16ab3ad2',
'aphront-typeahead-control-css' => '0e403212',
- 'auth-css' => 'dc62cb0e',
+ 'auth-css' => '0877ed6e',
'bulk-job-css' => 'df9c1d4a',
'calendar-icon-css' => 'c69aa59f',
'changeset-view-manager' => '58562350',
diff --git a/webroot/rsrc/css/application/auth/auth.css b/webroot/rsrc/css/application/auth/auth.css
--- a/webroot/rsrc/css/application/auth/auth.css
+++ b/webroot/rsrc/css/application/auth/auth.css
@@ -24,9 +24,9 @@
}
.auth-account-view {
- background-color: #fff;
- border: 1px solid {$lightblueborder};
- border-radius: 2px;
+ background-color: {$lightbluebackground};
+ border: 1px solid {$thinblueborder};
+ border-radius: 3px;
min-height: 50px;
position: relative;
padding: 4px 4px 4px 64px;
@@ -35,8 +35,8 @@
.auth-account-view-profile-image {
width: 50px;
height: 50px;
- top: 4px;
- left: 4px;
+ top: 6px;
+ left: 6px;
background-repeat: no-repeat;
background-size: 100%;
@@ -51,3 +51,7 @@
.auth-account-view-provider-name {
color: {$lightgreytext};
}
+
+.auth-account-view-account-uri {
+ word-break: break-word;
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 20, 2:34 PM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6718082
Default Alt Text
D13650.id.diff (1 KB)
Attached To
Mode
D13650: Touch up auth external account ui
Attached
Detach File
Event Timeline
Log In to Comment