mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 16:30:59 +01:00
Minor fixes for CSS linter issues
Summary: Fixes a few line length linter issues with CSS resources. Test Plan: `arc lint` Reviewers: #blessed_reviewers, epriestley, chad Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11060
This commit is contained in:
parent
eedd7aa58b
commit
0d1403833c
7 changed files with 37 additions and 25 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '679c69f6',
|
||||
'core.pkg.css' => '64a2ba89',
|
||||
'core.pkg.js' => '2d1f7db1',
|
||||
'darkconsole.pkg.js' => 'df001cab',
|
||||
'differential.pkg.css' => '8af45893',
|
||||
|
@ -27,7 +27,7 @@ return array(
|
|||
'rsrc/css/aphront/notification.css' => '9c279160',
|
||||
'rsrc/css/aphront/pager-view.css' => '2e3539af',
|
||||
'rsrc/css/aphront/panel-view.css' => '5846dfa2',
|
||||
'rsrc/css/aphront/phabricator-nav-view.css' => '9283c2df',
|
||||
'rsrc/css/aphront/phabricator-nav-view.css' => '7aeaf435',
|
||||
'rsrc/css/aphront/table-view.css' => 'b22b7216',
|
||||
'rsrc/css/aphront/tokenizer.css' => '82ce2142',
|
||||
'rsrc/css/aphront/tooltip.css' => '4099b97e',
|
||||
|
@ -36,7 +36,7 @@ return array(
|
|||
'rsrc/css/aphront/typeahead.css' => 'a989b5b3',
|
||||
'rsrc/css/application/almanac/almanac.css' => 'dbb9b3af',
|
||||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '33e5f2f6',
|
||||
'rsrc/css/application/base/main-menu-view.css' => '3cf893a9',
|
||||
'rsrc/css/application/base/notification-menu.css' => '6aa0a74b',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '5d71008f',
|
||||
'rsrc/css/application/base/standard-page-view.css' => '2c96cfb5',
|
||||
|
@ -46,7 +46,7 @@ return array(
|
|||
'rsrc/css/application/config/config-welcome.css' => 'b0d16200',
|
||||
'rsrc/css/application/config/setup-issue.css' => '8f852bc0',
|
||||
'rsrc/css/application/conpherence/menu.css' => 'e1e0fdf1',
|
||||
'rsrc/css/application/conpherence/message-pane.css' => '11a393ca',
|
||||
'rsrc/css/application/conpherence/message-pane.css' => '042886d1',
|
||||
'rsrc/css/application/conpherence/notification.css' => '04a6e10a',
|
||||
'rsrc/css/application/conpherence/update.css' => '1099a660',
|
||||
'rsrc/css/application/conpherence/widget-pane.css' => '40c1e319',
|
||||
|
@ -64,7 +64,7 @@ return array(
|
|||
'rsrc/css/application/differential/table-of-contents.css' => '63f3ef4a',
|
||||
'rsrc/css/application/diffusion/diffusion-icons.css' => '9c5828da',
|
||||
'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661',
|
||||
'rsrc/css/application/feed/feed.css' => '7bfc6f12',
|
||||
'rsrc/css/application/feed/feed.css' => 'b513b5f4',
|
||||
'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad',
|
||||
'rsrc/css/application/flag/flag.css' => '5337623f',
|
||||
'rsrc/css/application/harbormaster/harbormaster.css' => '49d64eb4',
|
||||
|
@ -128,14 +128,14 @@ return array(
|
|||
'rsrc/css/phui/phui-feed-story.css' => 'dd3c5ff5',
|
||||
'rsrc/css/phui/phui-fontkit.css' => '9c3d2dce',
|
||||
'rsrc/css/phui/phui-form-view.css' => 'aad06f2a',
|
||||
'rsrc/css/phui/phui-form.css' => 'b78ec020',
|
||||
'rsrc/css/phui/phui-form.css' => '9aecbda1',
|
||||
'rsrc/css/phui/phui-header-view.css' => '39594ac0',
|
||||
'rsrc/css/phui/phui-icon.css' => 'a013a63d',
|
||||
'rsrc/css/phui/phui-image-mask.css' => '5a8b09c8',
|
||||
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
||||
'rsrc/css/phui/phui-list.css' => '43ed2d93',
|
||||
'rsrc/css/phui/phui-object-box.css' => 'e9f7e938',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '4e541c2c',
|
||||
'rsrc/css/phui/phui-object-item-list-view.css' => '402496b8',
|
||||
'rsrc/css/phui/phui-pinboard-view.css' => '3dd4a269',
|
||||
'rsrc/css/phui/phui-property-list-view.css' => '51480060',
|
||||
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
|
||||
|
@ -509,7 +509,7 @@ return array(
|
|||
'config-options-css' => '7fedf08b',
|
||||
'config-welcome-css' => 'b0d16200',
|
||||
'conpherence-menu-css' => 'e1e0fdf1',
|
||||
'conpherence-message-pane-css' => '11a393ca',
|
||||
'conpherence-message-pane-css' => '042886d1',
|
||||
'conpherence-notification-css' => '04a6e10a',
|
||||
'conpherence-update-css' => '1099a660',
|
||||
'conpherence-widget-pane-css' => '40c1e319',
|
||||
|
@ -708,7 +708,7 @@ return array(
|
|||
'phabricator-drag-and-drop-file-upload' => '8c49f386',
|
||||
'phabricator-draggable-list' => 'a16ec1c6',
|
||||
'phabricator-fatal-config-template-css' => '25d446d6',
|
||||
'phabricator-feed-css' => '7bfc6f12',
|
||||
'phabricator-feed-css' => 'b513b5f4',
|
||||
'phabricator-file-upload' => 'a4ae61bf',
|
||||
'phabricator-filetree-view-css' => 'fccf9f82',
|
||||
'phabricator-flag-css' => '5337623f',
|
||||
|
@ -716,8 +716,8 @@ return array(
|
|||
'phabricator-hovercard-view-css' => '893f4783',
|
||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
||||
'phabricator-main-menu-view' => '33e5f2f6',
|
||||
'phabricator-nav-view-css' => '9283c2df',
|
||||
'phabricator-main-menu-view' => '3cf893a9',
|
||||
'phabricator-nav-view-css' => '7aeaf435',
|
||||
'phabricator-notification' => '0c6946e7',
|
||||
'phabricator-notification-css' => '9c279160',
|
||||
'phabricator-notification-menu-css' => '6aa0a74b',
|
||||
|
@ -768,7 +768,7 @@ return array(
|
|||
'phui-feed-story-css' => 'dd3c5ff5',
|
||||
'phui-font-icon-base-css' => '3dad2ae3',
|
||||
'phui-fontkit-css' => '9c3d2dce',
|
||||
'phui-form-css' => 'b78ec020',
|
||||
'phui-form-css' => '9aecbda1',
|
||||
'phui-form-view-css' => 'aad06f2a',
|
||||
'phui-header-view-css' => '39594ac0',
|
||||
'phui-icon-view-css' => 'a013a63d',
|
||||
|
@ -776,7 +776,7 @@ return array(
|
|||
'phui-info-panel-css' => '27ea50a1',
|
||||
'phui-list-view-css' => '43ed2d93',
|
||||
'phui-object-box-css' => 'e9f7e938',
|
||||
'phui-object-item-list-view-css' => '4e541c2c',
|
||||
'phui-object-item-list-view-css' => '402496b8',
|
||||
'phui-pinboard-view-css' => '3dd4a269',
|
||||
'phui-property-list-view-css' => '51480060',
|
||||
'phui-remarkup-preview-css' => '19ad512b',
|
||||
|
|
|
@ -78,7 +78,8 @@
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.device-desktop .phabricator-standard-page-body .has-drag-nav .phabricator-nav-content {
|
||||
.device-desktop .phabricator-standard-page-body .has-drag-nav
|
||||
.phabricator-nav-content {
|
||||
margin-left: 212px;
|
||||
}
|
||||
|
||||
|
|
|
@ -434,7 +434,8 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.device-desktop .phabricator-application-menu .phui-list-item-view.core-menu-item {
|
||||
.device-desktop .phabricator-application-menu
|
||||
.phui-list-item-view.core-menu-item {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
@ -161,12 +161,13 @@
|
|||
}
|
||||
|
||||
.conpherence-message-pane .conpherence-edited .phabricator-transaction-content {
|
||||
padding: 0 0 5px 45px;
|
||||
font-style: italic;
|
||||
padding: 0 0 5px 45px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.device-phone .conpherence-message-pane .conpherence-edited .phabricator-transaction-content {
|
||||
padding: 0 0 5px 35px;
|
||||
.device-phone .conpherence-message-pane .conpherence-edited
|
||||
.phabricator-transaction-content {
|
||||
padding: 0 0 5px 35px;
|
||||
}
|
||||
|
||||
.conpherence-message-pane .phabricator-transaction-info,
|
||||
|
|
|
@ -95,6 +95,7 @@
|
|||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.dashboard-panel .phabricator-feed-frame .phabricator-feed-story-date-separator {
|
||||
.dashboard-panel .phabricator-feed-frame
|
||||
.phabricator-feed-story-date-separator {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
@ -86,9 +86,15 @@ div.jx-tokenizer-container-focused {
|
|||
outline: 0;
|
||||
/* IE6-9 */
|
||||
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
|
||||
-webkit-box-shadow:
|
||||
inset 0 1px 1px rgba(0,0,0,.075),
|
||||
0 0 8px rgba(82,168,236,.6);
|
||||
-moz-box-shadow:
|
||||
inset 0 1px 1px rgba(0,0,0,.075),
|
||||
0 0 8px rgba(82,168,236,.6);
|
||||
box-shadow:
|
||||
inset 0 1px 1px rgba(0,0,0,.075),
|
||||
0 0 8px rgba(82,168,236,.6);
|
||||
}
|
||||
input[type="radio"],
|
||||
input[type="checkbox"] {
|
||||
|
|
|
@ -244,7 +244,8 @@
|
|||
border-right: none;
|
||||
}
|
||||
|
||||
.phui-object-box .phui-object-list-stackable:last-child .phui-object-item-frame {
|
||||
.phui-object-box .phui-object-list-stackable:last-child
|
||||
.phui-object-item-frame {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
@ -637,7 +638,8 @@ ul.phui-object-item-icons {
|
|||
border: none;
|
||||
}
|
||||
|
||||
.phui-object-box .phui-object-list-states li:last-child .phui-object-item-frame {
|
||||
.phui-object-box .phui-object-list-states li:last-child
|
||||
.phui-object-item-frame {
|
||||
border: none;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue