mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
a78b02e193
Summary: Replaced AphrontFormSelectControl in PhabricatorSettingsPanelHomePreferences with AphrontFormRadioButtonControl :). Test Plan: By checking out Home page prefreces setting and playing around the values to see if it works ! Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin, chad, demo, AnhNhan Maniphest Tasks: T2340 Differential Revision: https://secure.phabricator.com/D5414
20 lines
280 B
CSS
20 lines
280 B
CSS
/**
|
|
* @provides phabricator-settings-css
|
|
*/
|
|
|
|
.phabricator-settings-homepagetable {
|
|
width: 60% !important;
|
|
margin: auto;
|
|
}
|
|
|
|
.phabricator-settings-homepagetable td.fixed {
|
|
width: 24px;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.phabricator-settings-panelview h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
|