mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor CSS workboard tweaks
Summary: Clean up a little spacing. Test Plan: Pixels. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15169
This commit is contained in:
parent
268a9ced78
commit
d15d0486c8
3 changed files with 12 additions and 7 deletions
|
@ -154,8 +154,8 @@ return array(
|
|||
'rsrc/css/phui/phui-timeline-view.css' => '2efceff8',
|
||||
'rsrc/css/phui/phui-two-column-view.css' => 'c75bfc5b',
|
||||
'rsrc/css/phui/workboards/phui-workboard.css' => 'b07a5524',
|
||||
'rsrc/css/phui/workboards/phui-workcard.css' => '42c703d7',
|
||||
'rsrc/css/phui/workboards/phui-workpanel.css' => 'b90970eb',
|
||||
'rsrc/css/phui/workboards/phui-workcard.css' => '0d1aa006',
|
||||
'rsrc/css/phui/workboards/phui-workpanel.css' => '68140031',
|
||||
'rsrc/css/sprite-login.css' => '60e8560e',
|
||||
'rsrc/css/sprite-menu.css' => '9dd65b92',
|
||||
'rsrc/css/sprite-tokens.css' => '4f399012',
|
||||
|
@ -831,8 +831,8 @@ return array(
|
|||
'phui-timeline-view-css' => '2efceff8',
|
||||
'phui-two-column-view-css' => 'c75bfc5b',
|
||||
'phui-workboard-view-css' => 'b07a5524',
|
||||
'phui-workcard-view-css' => '42c703d7',
|
||||
'phui-workpanel-view-css' => 'b90970eb',
|
||||
'phui-workcard-view-css' => '0d1aa006',
|
||||
'phui-workpanel-view-css' => '68140031',
|
||||
'phuix-action-list-view' => 'b5c256b8',
|
||||
'phuix-action-view' => '8cf6d262',
|
||||
'phuix-autocomplete' => '9196fb06',
|
||||
|
@ -1319,6 +1319,9 @@ return array(
|
|||
'javelin-vector',
|
||||
'phabricator-hovercard',
|
||||
),
|
||||
68140031 => array(
|
||||
'phui-workcard-view-css',
|
||||
),
|
||||
'6882e80a' => array(
|
||||
'javelin-dom',
|
||||
),
|
||||
|
@ -1752,9 +1755,6 @@ return array(
|
|||
'b6b0d1bb' => array(
|
||||
'phui-inline-comment-view-css',
|
||||
),
|
||||
'b90970eb' => array(
|
||||
'phui-workcard-view-css',
|
||||
),
|
||||
'bd4c8dca' => array(
|
||||
'javelin-install',
|
||||
'javelin-util',
|
||||
|
|
|
@ -88,6 +88,10 @@
|
|||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.phui-workpanel-view .drag-ghost {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
/* - Draggable Colors --------------------------------------------------------*/
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
margin: 0;
|
||||
display: inline-block;
|
||||
color: {$lightgreytext};
|
||||
font-size: {$normalfontsize};
|
||||
}
|
||||
|
||||
.device .phui-workpanel-view .phui-header-shell {
|
||||
|
|
Loading…
Reference in a new issue