mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Minor Tokenizer Form Bugs
Summary: -Tokenizer field now grows. -Tokenizer input text standard #333 Test Plan: use tokenizer Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T3158 Differential Revision: https://secure.phabricator.com/D5886
This commit is contained in:
parent
a42851501f
commit
2d3e75938f
2 changed files with 42 additions and 41 deletions
|
@ -858,7 +858,7 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'aphront-tokenizer-control-css' =>
|
'aphront-tokenizer-control-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/db2c0f0e/rsrc/css/aphront/tokenizer.css',
|
'uri' => '/res/34d83c5b/rsrc/css/aphront/tokenizer.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
@ -4011,7 +4011,7 @@ celerity_register_resource_map(array(
|
||||||
), array(
|
), array(
|
||||||
'packages' =>
|
'packages' =>
|
||||||
array(
|
array(
|
||||||
'56e0b740' =>
|
'aede25c4' =>
|
||||||
array(
|
array(
|
||||||
'name' => 'core.pkg.css',
|
'name' => 'core.pkg.css',
|
||||||
'symbols' =>
|
'symbols' =>
|
||||||
|
@ -4053,7 +4053,7 @@ celerity_register_resource_map(array(
|
||||||
34 => 'phabricator-object-item-list-view-css',
|
34 => 'phabricator-object-item-list-view-css',
|
||||||
35 => 'global-drag-and-drop-css',
|
35 => 'global-drag-and-drop-css',
|
||||||
),
|
),
|
||||||
'uri' => '/res/pkg/56e0b740/core.pkg.css',
|
'uri' => '/res/pkg/aede25c4/core.pkg.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
),
|
),
|
||||||
'26980a1c' =>
|
'26980a1c' =>
|
||||||
|
@ -4244,16 +4244,16 @@ celerity_register_resource_map(array(
|
||||||
'reverse' =>
|
'reverse' =>
|
||||||
array(
|
array(
|
||||||
'aphront-attached-file-view-css' => '6b1fccc6',
|
'aphront-attached-file-view-css' => '6b1fccc6',
|
||||||
'aphront-dialog-view-css' => '56e0b740',
|
'aphront-dialog-view-css' => 'aede25c4',
|
||||||
'aphront-error-view-css' => '56e0b740',
|
'aphront-error-view-css' => 'aede25c4',
|
||||||
'aphront-form-view-css' => '56e0b740',
|
'aphront-form-view-css' => 'aede25c4',
|
||||||
'aphront-list-filter-view-css' => '56e0b740',
|
'aphront-list-filter-view-css' => 'aede25c4',
|
||||||
'aphront-pager-view-css' => '56e0b740',
|
'aphront-pager-view-css' => 'aede25c4',
|
||||||
'aphront-panel-view-css' => '56e0b740',
|
'aphront-panel-view-css' => 'aede25c4',
|
||||||
'aphront-table-view-css' => '56e0b740',
|
'aphront-table-view-css' => 'aede25c4',
|
||||||
'aphront-tokenizer-control-css' => '56e0b740',
|
'aphront-tokenizer-control-css' => 'aede25c4',
|
||||||
'aphront-tooltip-css' => '56e0b740',
|
'aphront-tooltip-css' => 'aede25c4',
|
||||||
'aphront-typeahead-control-css' => '56e0b740',
|
'aphront-typeahead-control-css' => 'aede25c4',
|
||||||
'differential-changeset-view-css' => 'dd27a69b',
|
'differential-changeset-view-css' => 'dd27a69b',
|
||||||
'differential-core-view-css' => 'dd27a69b',
|
'differential-core-view-css' => 'dd27a69b',
|
||||||
'differential-inline-comment-editor' => '27c55b30',
|
'differential-inline-comment-editor' => '27c55b30',
|
||||||
|
@ -4267,7 +4267,7 @@ celerity_register_resource_map(array(
|
||||||
'differential-table-of-contents-css' => 'dd27a69b',
|
'differential-table-of-contents-css' => 'dd27a69b',
|
||||||
'diffusion-commit-view-css' => 'c8ce2d88',
|
'diffusion-commit-view-css' => 'c8ce2d88',
|
||||||
'diffusion-icons-css' => 'c8ce2d88',
|
'diffusion-icons-css' => 'c8ce2d88',
|
||||||
'global-drag-and-drop-css' => '56e0b740',
|
'global-drag-and-drop-css' => 'aede25c4',
|
||||||
'inline-comment-summary-css' => 'dd27a69b',
|
'inline-comment-summary-css' => 'dd27a69b',
|
||||||
'javelin-aphlict' => '26980a1c',
|
'javelin-aphlict' => '26980a1c',
|
||||||
'javelin-behavior' => '202a3dd0',
|
'javelin-behavior' => '202a3dd0',
|
||||||
|
@ -4339,48 +4339,48 @@ celerity_register_resource_map(array(
|
||||||
'javelin-util' => '202a3dd0',
|
'javelin-util' => '202a3dd0',
|
||||||
'javelin-vector' => '202a3dd0',
|
'javelin-vector' => '202a3dd0',
|
||||||
'javelin-workflow' => '202a3dd0',
|
'javelin-workflow' => '202a3dd0',
|
||||||
'lightbox-attachment-css' => '56e0b740',
|
'lightbox-attachment-css' => 'aede25c4',
|
||||||
'maniphest-task-summary-css' => '6b1fccc6',
|
'maniphest-task-summary-css' => '6b1fccc6',
|
||||||
'maniphest-transaction-detail-css' => '6b1fccc6',
|
'maniphest-transaction-detail-css' => '6b1fccc6',
|
||||||
'phabricator-busy' => '26980a1c',
|
'phabricator-busy' => '26980a1c',
|
||||||
'phabricator-content-source-view-css' => 'dd27a69b',
|
'phabricator-content-source-view-css' => 'dd27a69b',
|
||||||
'phabricator-core-buttons-css' => '56e0b740',
|
'phabricator-core-buttons-css' => 'aede25c4',
|
||||||
'phabricator-core-css' => '56e0b740',
|
'phabricator-core-css' => 'aede25c4',
|
||||||
'phabricator-crumbs-view-css' => '56e0b740',
|
'phabricator-crumbs-view-css' => 'aede25c4',
|
||||||
'phabricator-directory-css' => '56e0b740',
|
'phabricator-directory-css' => 'aede25c4',
|
||||||
'phabricator-drag-and-drop-file-upload' => '27c55b30',
|
'phabricator-drag-and-drop-file-upload' => '27c55b30',
|
||||||
'phabricator-dropdown-menu' => '26980a1c',
|
'phabricator-dropdown-menu' => '26980a1c',
|
||||||
'phabricator-file-upload' => '26980a1c',
|
'phabricator-file-upload' => '26980a1c',
|
||||||
'phabricator-filetree-view-css' => '56e0b740',
|
'phabricator-filetree-view-css' => 'aede25c4',
|
||||||
'phabricator-flag-css' => '56e0b740',
|
'phabricator-flag-css' => 'aede25c4',
|
||||||
'phabricator-form-view-css' => '56e0b740',
|
'phabricator-form-view-css' => 'aede25c4',
|
||||||
'phabricator-header-view-css' => '56e0b740',
|
'phabricator-header-view-css' => 'aede25c4',
|
||||||
'phabricator-jump-nav' => '56e0b740',
|
'phabricator-jump-nav' => 'aede25c4',
|
||||||
'phabricator-keyboard-shortcut' => '26980a1c',
|
'phabricator-keyboard-shortcut' => '26980a1c',
|
||||||
'phabricator-keyboard-shortcut-manager' => '26980a1c',
|
'phabricator-keyboard-shortcut-manager' => '26980a1c',
|
||||||
'phabricator-main-menu-view' => '56e0b740',
|
'phabricator-main-menu-view' => 'aede25c4',
|
||||||
'phabricator-menu-item' => '26980a1c',
|
'phabricator-menu-item' => '26980a1c',
|
||||||
'phabricator-nav-view-css' => '56e0b740',
|
'phabricator-nav-view-css' => 'aede25c4',
|
||||||
'phabricator-notification' => '26980a1c',
|
'phabricator-notification' => '26980a1c',
|
||||||
'phabricator-notification-css' => '56e0b740',
|
'phabricator-notification-css' => 'aede25c4',
|
||||||
'phabricator-notification-menu-css' => '56e0b740',
|
'phabricator-notification-menu-css' => 'aede25c4',
|
||||||
'phabricator-object-item-list-view-css' => '56e0b740',
|
'phabricator-object-item-list-view-css' => 'aede25c4',
|
||||||
'phabricator-object-selector-css' => 'dd27a69b',
|
'phabricator-object-selector-css' => 'dd27a69b',
|
||||||
'phabricator-phtize' => '26980a1c',
|
'phabricator-phtize' => '26980a1c',
|
||||||
'phabricator-prefab' => '26980a1c',
|
'phabricator-prefab' => '26980a1c',
|
||||||
'phabricator-project-tag-css' => '6b1fccc6',
|
'phabricator-project-tag-css' => '6b1fccc6',
|
||||||
'phabricator-remarkup-css' => '56e0b740',
|
'phabricator-remarkup-css' => 'aede25c4',
|
||||||
'phabricator-shaped-request' => '27c55b30',
|
'phabricator-shaped-request' => '27c55b30',
|
||||||
'phabricator-side-menu-view-css' => '56e0b740',
|
'phabricator-side-menu-view-css' => 'aede25c4',
|
||||||
'phabricator-standard-page-view' => '56e0b740',
|
'phabricator-standard-page-view' => 'aede25c4',
|
||||||
'phabricator-textareautils' => '26980a1c',
|
'phabricator-textareautils' => '26980a1c',
|
||||||
'phabricator-tooltip' => '26980a1c',
|
'phabricator-tooltip' => '26980a1c',
|
||||||
'phabricator-transaction-view-css' => '56e0b740',
|
'phabricator-transaction-view-css' => 'aede25c4',
|
||||||
'phabricator-zindex-css' => '56e0b740',
|
'phabricator-zindex-css' => 'aede25c4',
|
||||||
'sprite-apps-large-css' => '56e0b740',
|
'sprite-apps-large-css' => 'aede25c4',
|
||||||
'sprite-gradient-css' => '56e0b740',
|
'sprite-gradient-css' => 'aede25c4',
|
||||||
'sprite-icon-css' => '56e0b740',
|
'sprite-icon-css' => 'aede25c4',
|
||||||
'sprite-menu-css' => '56e0b740',
|
'sprite-menu-css' => 'aede25c4',
|
||||||
'syntax-highlighting-css' => '56e0b740',
|
'syntax-highlighting-css' => 'aede25c4',
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
|
@ -13,7 +13,8 @@ body div.jx-tokenizer-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 30px;
|
min-height: 30px;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
var.jx-tokenizer-metrics {
|
var.jx-tokenizer-metrics {
|
||||||
|
@ -33,7 +34,7 @@ body input.jx-tokenizer-input {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #777;
|
color: #333;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue