Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15333917
D11014.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
D11014.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' => '2beb34f5',
+ 'core.pkg.css' => '03a41753',
'core.pkg.js' => 'bc72b978',
'darkconsole.pkg.js' => 'df001cab',
'differential.pkg.css' => '8af45893',
@@ -137,7 +137,7 @@
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
'rsrc/css/phui/phui-object-item-list-view.css' => '4e541c2c',
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
- 'rsrc/css/phui/phui-property-list-view.css' => '86f9df88',
+ 'rsrc/css/phui/phui-property-list-view.css' => '51480060',
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
'rsrc/css/phui/phui-spacing.css' => '042804d6',
'rsrc/css/phui/phui-status.css' => '888cedb8',
@@ -787,7 +787,7 @@
'phui-object-box-css' => 'e9f7e938',
'phui-object-item-list-view-css' => '4e541c2c',
'phui-pinboard-view-css' => '3dd4a269',
- 'phui-property-list-view-css' => '86f9df88',
+ 'phui-property-list-view-css' => '51480060',
'phui-remarkup-preview-css' => '19ad512b',
'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
@@ -204,7 +204,7 @@
$list = phutil_tag(
'dl',
array(
- 'class' => 'phui-property-list-properties '.$stacked,
+ 'class' => 'phui-property-list-properties',
),
$items);
@@ -216,7 +216,7 @@
$list = phutil_tag(
'div',
array(
- 'class' => 'phui-property-list-properties-wrap',
+ 'class' => 'phui-property-list-properties-wrap '.$stacked,
),
array($shortcuts, $list));
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
@@ -55,13 +55,19 @@
margin-bottom: 4px;
}
+.phui-property-list-properties-wrap.phui-property-list-stacked {
+ width: auto;
+ float: none;
+}
+
.device .phui-property-list-key,
-.phui-property-list-properties.phui-property-list-stacked
+.phui-property-list-stacked .phui-property-list-properties
.phui-property-list-key {
- padding-left: 12px;
- text-align: left;
- margin-left: 0;
- width: auto;
+ padding-left: 12px;
+ text-align: left;
+ margin-left: 0;
+ width: auto;
+ float: none;
}
.phui-property-list-value {
@@ -77,12 +83,13 @@
}
.device .phui-property-list-value,
-.phui-property-list-properties.phui-property-list-stacked
+.phui-property-list-stacked .phui-property-list-properties
.phui-property-list-value {
- padding: 0 16px;
- margin-bottom: 8px;
- width: auto;
- word-break: break-word;
+ padding: 0 16px;
+ margin-bottom: 8px;
+ width: auto;
+ word-break: break-word;
+ float: none;
}
.phui-property-list-section-header {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 9 2025, 5:36 AM (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7385490
Default Alt Text
D11014.diff (3 KB)
Attached To
Mode
D11014: Fix property list stacked UI
Attached
Detach File
Event Timeline
Log In to Comment