Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14028530
D7644.id17261.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
D7644.id17261.diff
View Options
Index: src/__celerity_resource_map__.php
===================================================================
--- src/__celerity_resource_map__.php
+++ src/__celerity_resource_map__.php
@@ -975,7 +975,7 @@
),
'auth-css' =>
array(
- 'uri' => '/res/9e544d3c/rsrc/css/application/auth/auth.css',
+ 'uri' => '/res/a55f96ce/rsrc/css/application/auth/auth.css',
'type' => 'css',
'requires' =>
array(
@@ -3551,7 +3551,7 @@
),
'phabricator-source-code-view-css' =>
array(
- 'uri' => '/res/aee63670/rsrc/css/layout/phabricator-source-code-view.css',
+ 'uri' => '/res/f70ef208/rsrc/css/layout/phabricator-source-code-view.css',
'type' => 'css',
'requires' =>
array(
Index: src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
===================================================================
--- src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
+++ src/applications/settings/panel/PhabricatorSettingsPanelExternalAccounts.php
@@ -35,6 +35,7 @@
$linked = id(new PHUIObjectItemListView())
->setUser($viewer)
+ ->setCards(true)
->setNoDataString(pht('You have no linked accounts.'));
$login_accounts = 0;
@@ -97,6 +98,7 @@
$linkable = id(new PHUIObjectItemListView())
->setUser($viewer)
+ ->setCards(true)
->setNoDataString(
pht('Your account is linked with all available providers.'));
@@ -126,11 +128,17 @@
$linkable->addItem($item);
}
+ $linked_box = id(new PHUIObjectBoxView())
+ ->setHeader($linked_head)
+ ->appendChild($linked);
+
+ $linkable_box = id(new PHUIObjectBoxView())
+ ->setHeader($linkable_head)
+ ->appendChild($linkable);
+
return array(
- $linked_head,
- $linked,
- $linkable_head,
- $linkable,
+ $linked_box,
+ $linkable_box,
);
}
Index: webroot/rsrc/css/application/auth/auth.css
===================================================================
--- webroot/rsrc/css/application/auth/auth.css
+++ webroot/rsrc/css/application/auth/auth.css
@@ -24,13 +24,13 @@
}
.auth-account-view {
- border: 1px solid #aaaaaa;
+ background-color: #fff;
+ border: 1px solid {$lightblueborder};
background-repeat: no-repeat;
background-position: 4px 4px;
padding: 4px 4px 4px 62px;
min-height: 50px;
border-radius: 2px;
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.auth-account-view-name {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 1:59 PM (3 d, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6719715
Default Alt Text
D7644.id17261.diff (2 KB)
Attached To
Mode
D7644: Clean up external accounts page
Attached
Detach File
Event Timeline
Log In to Comment