Skip to content

Commit fe2a96e

Browse files
committedAug 26, 2013
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

+5
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",

0 commit comments

Comments
 (0)
Failed to load comments.