Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15393206
D13568.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
D13568.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' => 'b394b5ce',
+ 'core.pkg.css' => '15e557bc',
'core.pkg.js' => '47dc9ebb',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => '2de124c9',
@@ -141,7 +141,7 @@
'rsrc/css/phui/phui-object-item-list-view.css' => '26c30d3f',
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
- 'rsrc/css/phui/phui-property-list-view.css' => '03904f6b',
+ 'rsrc/css/phui/phui-property-list-view.css' => '27b2849e',
'rsrc/css/phui/phui-remarkup-preview.css' => '867f85b3',
'rsrc/css/phui/phui-spacing.css' => '042804d6',
'rsrc/css/phui/phui-status.css' => '888cedb8',
@@ -792,7 +792,7 @@
'phui-object-item-list-view-css' => '26c30d3f',
'phui-pager-css' => 'bea33d23',
'phui-pinboard-view-css' => '2495140e',
- 'phui-property-list-view-css' => '03904f6b',
+ 'phui-property-list-view-css' => '27b2849e',
'phui-remarkup-preview-css' => '867f85b3',
'phui-spacing-css' => '042804d6',
'phui-status-list-view-css' => '888cedb8',
diff --git a/src/view/phui/PHUIPropertyListView.php b/src/view/phui/PHUIPropertyListView.php
--- a/src/view/phui/PHUIPropertyListView.php
+++ b/src/view/phui/PHUIPropertyListView.php
@@ -127,6 +127,7 @@
// If we have an action list, make sure we render a property part, even
// if there are no properties. Otherwise, the action list won't render.
if ($this->actionList) {
+ $this->classes[] = 'phui-property-list-has-actions';
$have_property_part = false;
foreach ($this->parts as $part) {
if ($part['type'] == 'property') {
diff --git a/webroot/rsrc/css/phui/phui-property-list-view.css b/webroot/rsrc/css/phui/phui-property-list-view.css
--- a/webroot/rsrc/css/phui/phui-property-list-view.css
+++ b/webroot/rsrc/css/phui/phui-property-list-view.css
@@ -43,7 +43,7 @@
}
.device-desktop .phui-property-list-key {
- width: 18%;
+ width: 12%;
margin-left: 1%;
text-align: right;
float: left;
@@ -51,6 +51,10 @@
margin-bottom: 4px;
}
+.device-desktop .phui-property-list-has-actions .phui-property-list-key {
+ width: 18%;
+}
+
.phui-property-list-properties-wrap.phui-property-list-stacked {
width: auto;
float: none;
@@ -71,12 +75,16 @@
}
.device-desktop .phui-property-list-value {
- width: 78%;
+ width: 84%;
margin-left: 1%;
float: left;
margin-bottom: 4px;
}
+.device-desktop .phui-property-list-has-actions .phui-property-list-value {
+ width: 78%;
+}
+
.device .phui-property-list-value,
.phui-property-list-stacked .phui-property-list-properties
.phui-property-list-value {
@@ -158,7 +166,7 @@
margin: 2px 0;
}
-.phui-property-list-properties-wrap {
+.phui-property-list-has-actions .phui-property-list-properties-wrap {
float: left;
width: 78%;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 16 2025, 8:23 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7680828
Default Alt Text
D13568.diff (2 KB)
Attached To
Mode
D13568: Widen PHUIPropertyListView when ActionList isn't attached
Attached
Detach File
Event Timeline
Log In to Comment