Files
phabricator/webroot/rsrc/css/application/settings/settings.css
T
Afaque Hussain a78b02e193 Placed Radio buttons for Home Page Preferences Settings
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
2013-04-09 09:43:42 -07:00

21 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;
}