Skip to content

Commit fe2a96e

Browse files
committed
Update Form Layouts
Summary: This attempts some consistency in form layouts. Notably, they all now contain headers and are 16px off the sides and tops of pages. Also updated dialogs to the same look and feel. I think I got 98% of forms with this pass, but it's likely I missed some buried somewhere. TODO: will take another pass as consolidating these colors and new gradients in another diff. Test Plan: Played in my sandbox all week. Please play with it too and let me know how they feel. Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6806
1 parent 320498d commit fe2a96e

File tree

117 files changed

+633
-589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+633
-589
lines changed
196 Bytes
Loading

resources/sprite/manifest/gradient.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"rule" : ".gradient-grey-header",
3232
"hash" : "1c8f8d61984e3fc5a7e528b9bd4d484a"
3333
},
34+
"gradient-lightblue-header" : {
35+
"name" : "gradient-lightblue-header",
36+
"rule" : ".gradient-lightblue-header",
37+
"hash" : "b838d2eb15f9b620e82b4da240bf464a"
38+
},
3439
"gradient-menu-label" : {
3540
"name" : "gradient-menu-label",
3641
"rule" : ".gradient-menu-label, .phabricator-side-menu .phui-list-item-type-label",

scripts/celerity_mapper.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'phui-button-css',
7171
'phabricator-standard-page-view',
7272
'aphront-dialog-view-css',
73-
'aphront-form-view-css',
73+
'phui-form-view-css',
7474
'aphront-panel-view-css',
7575
'aphront-table-view-css',
7676
'aphront-tokenizer-control-css',
@@ -97,7 +97,6 @@
9797
'phabricator-notification-menu-css',
9898
'lightbox-attachment-css',
9999
'phabricator-header-view-css',
100-
'phabricator-form-view-css',
101100
'phabricator-filetree-view-css',
102101
'phabricator-nav-view-css',
103102
'phabricator-side-menu-view-css',

src/__celerity_resource_map__.php

Lines changed: 81 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -632,8 +632,8 @@
632632
),
633633
'/rsrc/image/sprite-gradient.png' =>
634634
array(
635-
'hash' => 'a49d2e493dba4bea85bb202af528106a',
636-
'uri' => '/res/a49d2e49/rsrc/image/sprite-gradient.png',
635+
'hash' => 'c6c42387e625948e683d9d8c62ea1b7f',
636+
'uri' => '/res/c6c42387/rsrc/image/sprite-gradient.png',
637637
'disk' => '/rsrc/image/sprite-gradient.png',
638638
'type' => 'png',
639639
),
@@ -836,7 +836,7 @@
836836
),
837837
'aphront-dialog-view-css' =>
838838
array(
839-
'uri' => '/res/29a054fd/rsrc/css/aphront/dialog-view.css',
839+
'uri' => '/res/c7a7e179/rsrc/css/aphront/dialog-view.css',
840840
'type' => 'css',
841841
'requires' =>
842842
array(
@@ -845,25 +845,16 @@
845845
),
846846
'aphront-error-view-css' =>
847847
array(
848-
'uri' => '/res/e2bb50c4/rsrc/css/aphront/error-view.css',
848+
'uri' => '/res/4ba306a0/rsrc/css/aphront/error-view.css',
849849
'type' => 'css',
850850
'requires' =>
851851
array(
852852
),
853853
'disk' => '/rsrc/css/aphront/error-view.css',
854854
),
855-
'aphront-form-view-css' =>
856-
array(
857-
'uri' => '/res/1be2545a/rsrc/css/aphront/form-view.css',
858-
'type' => 'css',
859-
'requires' =>
860-
array(
861-
),
862-
'disk' => '/rsrc/css/aphront/form-view.css',
863-
),
864855
'aphront-list-filter-view-css' =>
865856
array(
866-
'uri' => '/res/a90a0c94/rsrc/css/aphront/list-filter-view.css',
857+
'uri' => '/res/9fd0aae6/rsrc/css/aphront/list-filter-view.css',
867858
'type' => 'css',
868859
'requires' =>
869860
array(
@@ -899,7 +890,7 @@
899890
),
900891
'aphront-panel-view-css' =>
901892
array(
902-
'uri' => '/res/f55024c3/rsrc/css/aphront/panel-view.css',
893+
'uri' => '/res/e19deae5/rsrc/css/aphront/panel-view.css',
903894
'type' => 'css',
904895
'requires' =>
905896
array(
@@ -990,7 +981,7 @@
990981
),
991982
'conpherence-message-pane-css' =>
992983
array(
993-
'uri' => '/res/80cde760/rsrc/css/application/conpherence/message-pane.css',
984+
'uri' => '/res/4f3bfae5/rsrc/css/application/conpherence/message-pane.css',
994985
'type' => 'css',
995986
'requires' =>
996987
array(
@@ -2178,7 +2169,7 @@
21782169
),
21792170
'javelin-behavior-phabricator-transaction-list' =>
21802171
array(
2181-
'uri' => '/res/db441ac4/rsrc/js/application/transactions/behavior-transaction-list.js',
2172+
'uri' => '/res/f05b3c6b/rsrc/js/application/transactions/behavior-transaction-list.js',
21822173
'type' => 'js',
21832174
'requires' =>
21842175
array(
@@ -3063,7 +3054,7 @@
30633054
),
30643055
'phabricator-core-css' =>
30653056
array(
3066-
'uri' => '/res/bb4b77f3/rsrc/css/core/core.css',
3057+
'uri' => '/res/9e767fb1/rsrc/css/core/core.css',
30673058
'type' => 'css',
30683059
'requires' =>
30693060
array(
@@ -3181,15 +3172,6 @@
31813172
),
31823173
'disk' => '/rsrc/css/application/flag/flag.css',
31833174
),
3184-
'phabricator-form-view-css' =>
3185-
array(
3186-
'uri' => '/res/ba05f8ba/rsrc/css/layout/phabricator-form-view.css',
3187-
'type' => 'css',
3188-
'requires' =>
3189-
array(
3190-
),
3191-
'disk' => '/rsrc/css/layout/phabricator-form-view.css',
3192-
),
31933175
'phabricator-header-view-css' =>
31943176
array(
31953177
'uri' => '/res/da35cfa0/rsrc/css/layout/phabricator-header-view.css',
@@ -3404,7 +3386,7 @@
34043386
),
34053387
'phabricator-remarkup-css' =>
34063388
array(
3407-
'uri' => '/res/8531b6a1/rsrc/css/core/remarkup.css',
3389+
'uri' => '/res/d0af3cab/rsrc/css/core/remarkup.css',
34083390
'type' => 'css',
34093391
'requires' =>
34103392
array(
@@ -3443,7 +3425,7 @@
34433425
),
34443426
'phabricator-side-menu-view-css' =>
34453427
array(
3446-
'uri' => '/res/f43a8365/rsrc/css/layout/phabricator-side-menu-view.css',
3428+
'uri' => '/res/e83fbe58/rsrc/css/layout/phabricator-side-menu-view.css',
34473429
'type' => 'css',
34483430
'requires' =>
34493431
array(
@@ -3766,7 +3748,7 @@
37663748
),
37673749
'phui-box-css' =>
37683750
array(
3769-
'uri' => '/res/1b741073/rsrc/css/phui/phui-box.css',
3751+
'uri' => '/res/8244305c/rsrc/css/phui/phui-box.css',
37703752
'type' => 'css',
37713753
'requires' =>
37723754
array(
@@ -3802,13 +3784,22 @@
38023784
),
38033785
'phui-form-css' =>
38043786
array(
3805-
'uri' => '/res/c02b6db7/rsrc/css/phui/phui-form.css',
3787+
'uri' => '/res/8f33e95f/rsrc/css/phui/phui-form.css',
38063788
'type' => 'css',
38073789
'requires' =>
38083790
array(
38093791
),
38103792
'disk' => '/rsrc/css/phui/phui-form.css',
38113793
),
3794+
'phui-form-view-css' =>
3795+
array(
3796+
'uri' => '/res/52025834/rsrc/css/phui/phui-form-view.css',
3797+
'type' => 'css',
3798+
'requires' =>
3799+
array(
3800+
),
3801+
'disk' => '/rsrc/css/phui/phui-form-view.css',
3802+
),
38123803
'phui-icon-view-css' =>
38133804
array(
38143805
'uri' => '/res/f78f4c64/rsrc/css/phui/phui-icon.css',
@@ -3838,7 +3829,7 @@
38383829
),
38393830
'phui-remarkup-preview-css' =>
38403831
array(
3841-
'uri' => '/res/4535e062/rsrc/css/phui/phui-remarkup-preview.css',
3832+
'uri' => '/res/3cba9fbc/rsrc/css/phui/phui-remarkup-preview.css',
38423833
'type' => 'css',
38433834
'requires' =>
38443835
array(
@@ -4081,7 +4072,7 @@
40814072
),
40824073
'sprite-gradient-css' =>
40834074
array(
4084-
'uri' => '/res/af8d50a1/rsrc/css/sprite-gradient.css',
4075+
'uri' => '/res/08c64fb3/rsrc/css/sprite-gradient.css',
40854076
'type' => 'css',
40864077
'requires' =>
40874078
array(
@@ -4172,7 +4163,7 @@
41724163
), array(
41734164
'packages' =>
41744165
array(
4175-
'4a060444' =>
4166+
'4c072d06' =>
41764167
array(
41774168
'name' => 'core.pkg.css',
41784169
'symbols' =>
@@ -4182,7 +4173,7 @@
41824173
2 => 'phui-button-css',
41834174
3 => 'phabricator-standard-page-view',
41844175
4 => 'aphront-dialog-view-css',
4185-
5 => 'aphront-form-view-css',
4176+
5 => 'phui-form-view-css',
41864177
6 => 'aphront-panel-view-css',
41874178
7 => 'aphront-table-view-css',
41884179
8 => 'aphront-tokenizer-control-css',
@@ -4205,22 +4196,21 @@
42054196
25 => 'phabricator-notification-menu-css',
42064197
26 => 'lightbox-attachment-css',
42074198
27 => 'phabricator-header-view-css',
4208-
28 => 'phabricator-form-view-css',
4209-
29 => 'phabricator-filetree-view-css',
4210-
30 => 'phabricator-nav-view-css',
4211-
31 => 'phabricator-side-menu-view-css',
4212-
32 => 'phabricator-crumbs-view-css',
4213-
33 => 'phabricator-object-item-list-view-css',
4214-
34 => 'global-drag-and-drop-css',
4215-
35 => 'phui-spacing-css',
4216-
36 => 'phui-form-css',
4217-
37 => 'phui-icon-view-css',
4218-
38 => 'phabricator-application-launch-view-css',
4219-
39 => 'phabricator-action-list-view-css',
4220-
40 => 'phabricator-property-list-view-css',
4221-
41 => 'phabricator-tag-view-css',
4199+
28 => 'phabricator-filetree-view-css',
4200+
29 => 'phabricator-nav-view-css',
4201+
30 => 'phabricator-side-menu-view-css',
4202+
31 => 'phabricator-crumbs-view-css',
4203+
32 => 'phabricator-object-item-list-view-css',
4204+
33 => 'global-drag-and-drop-css',
4205+
34 => 'phui-spacing-css',
4206+
35 => 'phui-form-css',
4207+
36 => 'phui-icon-view-css',
4208+
37 => 'phabricator-application-launch-view-css',
4209+
38 => 'phabricator-action-list-view-css',
4210+
39 => 'phabricator-property-list-view-css',
4211+
40 => 'phabricator-tag-view-css',
42224212
),
4223-
'uri' => '/res/pkg/4a060444/core.pkg.css',
4213+
'uri' => '/res/pkg/4c072d06/core.pkg.css',
42244214
'type' => 'css',
42254215
),
42264216
'4f81c788' =>
@@ -4411,16 +4401,15 @@
44114401
),
44124402
'reverse' =>
44134403
array(
4414-
'aphront-dialog-view-css' => '4a060444',
4415-
'aphront-error-view-css' => '4a060444',
4416-
'aphront-form-view-css' => '4a060444',
4417-
'aphront-list-filter-view-css' => '4a060444',
4418-
'aphront-pager-view-css' => '4a060444',
4419-
'aphront-panel-view-css' => '4a060444',
4420-
'aphront-table-view-css' => '4a060444',
4421-
'aphront-tokenizer-control-css' => '4a060444',
4422-
'aphront-tooltip-css' => '4a060444',
4423-
'aphront-typeahead-control-css' => '4a060444',
4404+
'aphront-dialog-view-css' => '4c072d06',
4405+
'aphront-error-view-css' => '4c072d06',
4406+
'aphront-list-filter-view-css' => '4c072d06',
4407+
'aphront-pager-view-css' => '4c072d06',
4408+
'aphront-panel-view-css' => '4c072d06',
4409+
'aphront-table-view-css' => '4c072d06',
4410+
'aphront-tokenizer-control-css' => '4c072d06',
4411+
'aphront-tooltip-css' => '4c072d06',
4412+
'aphront-typeahead-control-css' => '4c072d06',
44244413
'differential-changeset-view-css' => '09216861',
44254414
'differential-core-view-css' => '09216861',
44264415
'differential-inline-comment-editor' => 'd07a3bc2',
@@ -4434,7 +4423,7 @@
44344423
'differential-table-of-contents-css' => '09216861',
44354424
'diffusion-commit-view-css' => 'c8ce2d88',
44364425
'diffusion-icons-css' => 'c8ce2d88',
4437-
'global-drag-and-drop-css' => '4a060444',
4426+
'global-drag-and-drop-css' => '4c072d06',
44384427
'inline-comment-summary-css' => '09216861',
44394428
'javelin-aphlict' => '4f81c788',
44404429
'javelin-behavior' => '2dbbb7d1',
@@ -4507,55 +4496,55 @@
45074496
'javelin-util' => '2dbbb7d1',
45084497
'javelin-vector' => '2dbbb7d1',
45094498
'javelin-workflow' => '2dbbb7d1',
4510-
'lightbox-attachment-css' => '4a060444',
4499+
'lightbox-attachment-css' => '4c072d06',
45114500
'maniphest-task-summary-css' => '06bacb9a',
45124501
'maniphest-transaction-detail-css' => '06bacb9a',
4513-
'phabricator-action-list-view-css' => '4a060444',
4514-
'phabricator-application-launch-view-css' => '4a060444',
4502+
'phabricator-action-list-view-css' => '4c072d06',
4503+
'phabricator-application-launch-view-css' => '4c072d06',
45154504
'phabricator-busy' => '4f81c788',
45164505
'phabricator-content-source-view-css' => '09216861',
4517-
'phabricator-core-css' => '4a060444',
4518-
'phabricator-crumbs-view-css' => '4a060444',
4506+
'phabricator-core-css' => '4c072d06',
4507+
'phabricator-crumbs-view-css' => '4c072d06',
45194508
'phabricator-drag-and-drop-file-upload' => 'd07a3bc2',
45204509
'phabricator-dropdown-menu' => '4f81c788',
45214510
'phabricator-file-upload' => '4f81c788',
4522-
'phabricator-filetree-view-css' => '4a060444',
4523-
'phabricator-flag-css' => '4a060444',
4524-
'phabricator-form-view-css' => '4a060444',
4525-
'phabricator-header-view-css' => '4a060444',
4511+
'phabricator-filetree-view-css' => '4c072d06',
4512+
'phabricator-flag-css' => '4c072d06',
4513+
'phabricator-header-view-css' => '4c072d06',
45264514
'phabricator-hovercard' => '4f81c788',
4527-
'phabricator-jump-nav' => '4a060444',
4515+
'phabricator-jump-nav' => '4c072d06',
45284516
'phabricator-keyboard-shortcut' => '4f81c788',
45294517
'phabricator-keyboard-shortcut-manager' => '4f81c788',
4530-
'phabricator-main-menu-view' => '4a060444',
4518+
'phabricator-main-menu-view' => '4c072d06',
45314519
'phabricator-menu-item' => '4f81c788',
4532-
'phabricator-nav-view-css' => '4a060444',
4520+
'phabricator-nav-view-css' => '4c072d06',
45334521
'phabricator-notification' => '4f81c788',
4534-
'phabricator-notification-css' => '4a060444',
4535-
'phabricator-notification-menu-css' => '4a060444',
4536-
'phabricator-object-item-list-view-css' => '4a060444',
4522+
'phabricator-notification-css' => '4c072d06',
4523+
'phabricator-notification-menu-css' => '4c072d06',
4524+
'phabricator-object-item-list-view-css' => '4c072d06',
45374525
'phabricator-object-selector-css' => '09216861',
45384526
'phabricator-phtize' => '4f81c788',
45394527
'phabricator-prefab' => '4f81c788',
45404528
'phabricator-project-tag-css' => '06bacb9a',
4541-
'phabricator-property-list-view-css' => '4a060444',
4542-
'phabricator-remarkup-css' => '4a060444',
4529+
'phabricator-property-list-view-css' => '4c072d06',
4530+
'phabricator-remarkup-css' => '4c072d06',
45434531
'phabricator-shaped-request' => 'd07a3bc2',
4544-
'phabricator-side-menu-view-css' => '4a060444',
4545-
'phabricator-standard-page-view' => '4a060444',
4546-
'phabricator-tag-view-css' => '4a060444',
4532+
'phabricator-side-menu-view-css' => '4c072d06',
4533+
'phabricator-standard-page-view' => '4c072d06',
4534+
'phabricator-tag-view-css' => '4c072d06',
45474535
'phabricator-textareautils' => '4f81c788',
45484536
'phabricator-tooltip' => '4f81c788',
4549-
'phabricator-transaction-view-css' => '4a060444',
4550-
'phabricator-zindex-css' => '4a060444',
4551-
'phui-button-css' => '4a060444',
4552-
'phui-form-css' => '4a060444',
4553-
'phui-icon-view-css' => '4a060444',
4554-
'phui-spacing-css' => '4a060444',
4555-
'sprite-apps-large-css' => '4a060444',
4556-
'sprite-gradient-css' => '4a060444',
4557-
'sprite-icons-css' => '4a060444',
4558-
'sprite-menu-css' => '4a060444',
4559-
'syntax-highlighting-css' => '4a060444',
4537+
'phabricator-transaction-view-css' => '4c072d06',
4538+
'phabricator-zindex-css' => '4c072d06',
4539+
'phui-button-css' => '4c072d06',
4540+
'phui-form-css' => '4c072d06',
4541+
'phui-form-view-css' => '4c072d06',
4542+
'phui-icon-view-css' => '4c072d06',
4543+
'phui-spacing-css' => '4c072d06',
4544+
'sprite-apps-large-css' => '4c072d06',
4545+
'sprite-gradient-css' => '4c072d06',
4546+
'sprite-icons-css' => '4c072d06',
4547+
'sprite-menu-css' => '4c072d06',
4548+
'syntax-highlighting-css' => '4c072d06',
45604549
),
45614550
));

0 commit comments

Comments
 (0)