mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
30441fe208
Summary: Updates table design to use new standards, work well in PHUIObjectBox. Fixes T4142 Comma Test Plan: Tested on Diffusion, Settings, will roll out to more places soon Reviewers: epriestley, btrahan CC: Korvin, epriestley, aran Maniphest Tasks: T4142 Differential Revision: https://secure.phabricator.com/D7901
25 lines
461 B
CSS
25 lines
461 B
CSS
/**
|
|
* @provides phabricator-settings-css
|
|
*/
|
|
|
|
.phabricator-settings-homepagetable .fixed {
|
|
width: 48px;
|
|
text-align: center;
|
|
}
|
|
|
|
.phabricator-settings-homepagetable td em {
|
|
color: {$lightgreytext};
|
|
}
|
|
|
|
.phabricator-settings-homepagetable-button .aphront-form-input {
|
|
margin: 0;
|
|
width: auto;
|
|
}
|
|
|
|
.phabricator-settings-homepagetable-button .aphront-form-control {
|
|
padding: 0;
|
|
}
|
|
|
|
.phabricator-settings-homepagetable-wrap .phui-form-view {
|
|
padding: 0;
|
|
}
|