mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 11:30:55 +01:00
Widen property list key value
Summary: Ref T12180. Seems we widened the value side, but not the key. Test Plan: Review application property page. Set item to stacked, see non-cutoff layout. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12180 Differential Revision: https://secure.phabricator.com/D17302
This commit is contained in:
parent
dd068a071e
commit
4686769273
3 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'conpherence.pkg.css' => 'e25569a9',
|
'conpherence.pkg.css' => 'e25569a9',
|
||||||
'conpherence.pkg.js' => '6249a1cf',
|
'conpherence.pkg.js' => '6249a1cf',
|
||||||
'core.pkg.css' => '022cdeed',
|
'core.pkg.css' => '867a3ad4',
|
||||||
'core.pkg.js' => '1fa7c0c5',
|
'core.pkg.js' => '1fa7c0c5',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '4815647b',
|
'differential.pkg.css' => '4815647b',
|
||||||
|
@ -162,14 +162,14 @@ return array(
|
||||||
'rsrc/css/phui/phui-object-box.css' => '8b289e3d',
|
'rsrc/css/phui/phui-object-box.css' => '8b289e3d',
|
||||||
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
'rsrc/css/phui/phui-pager.css' => 'bea33d23',
|
||||||
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
'rsrc/css/phui/phui-pinboard-view.css' => '2495140e',
|
||||||
'rsrc/css/phui/phui-property-list-view.css' => '6d8e58ac',
|
'rsrc/css/phui/phui-property-list-view.css' => '2dc7993f',
|
||||||
'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591',
|
'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591',
|
||||||
'rsrc/css/phui/phui-segment-bar-view.css' => 'b1d1b892',
|
'rsrc/css/phui/phui-segment-bar-view.css' => 'b1d1b892',
|
||||||
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
'rsrc/css/phui/phui-spacing.css' => '042804d6',
|
||||||
'rsrc/css/phui/phui-status.css' => 'd5263e49',
|
'rsrc/css/phui/phui-status.css' => 'd5263e49',
|
||||||
'rsrc/css/phui/phui-tag-view.css' => '84d65f26',
|
'rsrc/css/phui/phui-tag-view.css' => '84d65f26',
|
||||||
'rsrc/css/phui/phui-timeline-view.css' => 'bc523970',
|
'rsrc/css/phui/phui-timeline-view.css' => 'bc523970',
|
||||||
'rsrc/css/phui/phui-two-column-view.css' => 'f63cad3c',
|
'rsrc/css/phui/phui-two-column-view.css' => '8a1074c7',
|
||||||
'rsrc/css/phui/workboards/phui-workboard-color.css' => 'f0551a33',
|
'rsrc/css/phui/workboards/phui-workboard-color.css' => 'f0551a33',
|
||||||
'rsrc/css/phui/workboards/phui-workboard.css' => '3bc85455',
|
'rsrc/css/phui/workboards/phui-workboard.css' => '3bc85455',
|
||||||
'rsrc/css/phui/workboards/phui-workcard.css' => 'cca5fa92',
|
'rsrc/css/phui/workboards/phui-workcard.css' => 'cca5fa92',
|
||||||
|
@ -882,7 +882,7 @@ return array(
|
||||||
'phui-oi-simple-ui-css' => 'a8beebea',
|
'phui-oi-simple-ui-css' => 'a8beebea',
|
||||||
'phui-pager-css' => 'bea33d23',
|
'phui-pager-css' => 'bea33d23',
|
||||||
'phui-pinboard-view-css' => '2495140e',
|
'phui-pinboard-view-css' => '2495140e',
|
||||||
'phui-property-list-view-css' => '6d8e58ac',
|
'phui-property-list-view-css' => '2dc7993f',
|
||||||
'phui-remarkup-preview-css' => '1a8f2591',
|
'phui-remarkup-preview-css' => '1a8f2591',
|
||||||
'phui-segment-bar-view-css' => 'b1d1b892',
|
'phui-segment-bar-view-css' => 'b1d1b892',
|
||||||
'phui-spacing-css' => '042804d6',
|
'phui-spacing-css' => '042804d6',
|
||||||
|
@ -890,7 +890,7 @@ return array(
|
||||||
'phui-tag-view-css' => '84d65f26',
|
'phui-tag-view-css' => '84d65f26',
|
||||||
'phui-theme-css' => '9f261c6b',
|
'phui-theme-css' => '9f261c6b',
|
||||||
'phui-timeline-view-css' => 'bc523970',
|
'phui-timeline-view-css' => 'bc523970',
|
||||||
'phui-two-column-view-css' => 'f63cad3c',
|
'phui-two-column-view-css' => '8a1074c7',
|
||||||
'phui-workboard-color-css' => 'f0551a33',
|
'phui-workboard-color-css' => 'f0551a33',
|
||||||
'phui-workboard-view-css' => '3bc85455',
|
'phui-workboard-view-css' => '3bc85455',
|
||||||
'phui-workcard-view-css' => 'cca5fa92',
|
'phui-workcard-view-css' => 'cca5fa92',
|
||||||
|
|
|
@ -61,7 +61,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.device .phui-property-list-key,
|
.device .phui-property-list-key,
|
||||||
.phui-property-list-stacked .phui-property-list-properties
|
div.phui-property-list-stacked .phui-property-list-properties
|
||||||
.phui-property-list-key {
|
.phui-property-list-key {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
|
|
||||||
.device-desktop .phui-main-column .phui-property-list-key {
|
.device-desktop .phui-main-column .phui-property-list-key {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
width: 160px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-desktop .phui-main-column .phui-property-list-value {
|
.device-desktop .phui-main-column .phui-property-list-value {
|
||||||
|
|
Loading…
Reference in a new issue