mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Tweak action buttons for desktop/tablet/mobile
Summary: Minor spacing updates for viewing buttons that collapse with icons. Also, minor ghost icon perfection tweak. Test Plan: test diffusion, action menu buttons, ghost buttons at all break points. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D12658
This commit is contained in:
parent
3da020b493
commit
2864e4ff0d
3 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
return array(
|
||||
'names' => array(
|
||||
'core.pkg.css' => '7a2366df',
|
||||
'core.pkg.css' => '5e307332',
|
||||
'core.pkg.js' => '59d01bb7',
|
||||
'darkconsole.pkg.js' => 'e7393ebb',
|
||||
'differential.pkg.css' => '3500921f',
|
||||
|
@ -58,7 +58,7 @@ return array(
|
|||
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
||||
'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e',
|
||||
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
||||
'rsrc/css/application/differential/phui-inline-comment.css' => 'fc53e7c7',
|
||||
'rsrc/css/application/differential/phui-inline-comment.css' => '48766bbe',
|
||||
'rsrc/css/application/differential/results-table.css' => '181aa9d9',
|
||||
'rsrc/css/application/differential/revision-comment.css' => '024dda6b',
|
||||
'rsrc/css/application/differential/revision-history.css' => '0e8eb855',
|
||||
|
@ -127,7 +127,7 @@ return array(
|
|||
'rsrc/css/phui/phui-action-list.css' => '4f4d09f2',
|
||||
'rsrc/css/phui/phui-action-panel.css' => '3ee9afd5',
|
||||
'rsrc/css/phui/phui-box.css' => '7b3a2eed',
|
||||
'rsrc/css/phui/phui-button.css' => '4d8e1e86',
|
||||
'rsrc/css/phui/phui-button.css' => 'de610129',
|
||||
'rsrc/css/phui/phui-crumbs-view.css' => '594d719e',
|
||||
'rsrc/css/phui/phui-document.css' => '94d5dcd8',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'c9f3a0b5',
|
||||
|
@ -778,7 +778,7 @@ return array(
|
|||
'phui-action-header-view-css' => '89c497e7',
|
||||
'phui-action-panel-css' => '3ee9afd5',
|
||||
'phui-box-css' => '7b3a2eed',
|
||||
'phui-button-css' => '4d8e1e86',
|
||||
'phui-button-css' => 'de610129',
|
||||
'phui-calendar-css' => '8675968e',
|
||||
'phui-calendar-day-css' => 'de035c8a',
|
||||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
|
@ -795,7 +795,7 @@ return array(
|
|||
'phui-image-mask-css' => '5a8b09c8',
|
||||
'phui-info-panel-css' => '27ea50a1',
|
||||
'phui-info-view-css' => 'c6f0aef8',
|
||||
'phui-inline-comment-view-css' => 'fc53e7c7',
|
||||
'phui-inline-comment-view-css' => '48766bbe',
|
||||
'phui-list-view-css' => '2e25ebfb',
|
||||
'phui-object-box-css' => '7d160002',
|
||||
'phui-object-item-list-view-css' => '9db65899',
|
||||
|
|
|
@ -415,7 +415,7 @@
|
|||
}
|
||||
|
||||
.ghost-icon .phui-icon-view {
|
||||
padding: 7px;
|
||||
padding: 7px 7px 8px;
|
||||
font-size: 15px;
|
||||
color: {$lightbluetext};
|
||||
}
|
||||
|
|
|
@ -273,7 +273,7 @@ a.toggle-fixed {
|
|||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: 10px;
|
||||
left: 12px;
|
||||
}
|
||||
|
||||
.phui-button-bar .button .phui-icon-view {
|
||||
|
@ -281,7 +281,7 @@ a.toggle-fixed {
|
|||
}
|
||||
|
||||
.button.has-icon .phui-button-text {
|
||||
margin-left: 14px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
/* Login Buttons */
|
||||
|
|
Loading…
Reference in a new issue