Redesign Config Application
Summary: Ref T11132, significantly cleans up the Config app, new layout, icons, spacing, etc. Some minor todos around re-designing "issues", mobile support, and maybe another pass at actual Group pages.
Test Plan: Visit and test every page in the config app, set new items, resolve setup issues, etc.
Reviewers: epriestley
Reviewed By: epriestley
Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam, Korvin
Maniphest Tasks: T11132
Differential Revision: https://secure.phabricator.com/D16468
2016-08-30 00:36:13 +02:00
|
|
|
/**
|
|
|
|
* @provides config-page-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.config-page-header {
|
|
|
|
margin: 28px 24px 0;
|
|
|
|
padding-bottom: 28px;
|
|
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
2016-10-20 00:01:41 +02:00
|
|
|
.device-phone .config-page-header {
|
|
|
|
margin: 4px 12px 0;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
Redesign Config Application
Summary: Ref T11132, significantly cleans up the Config app, new layout, icons, spacing, etc. Some minor todos around re-designing "issues", mobile support, and maybe another pass at actual Group pages.
Test Plan: Visit and test every page in the config app, set new items, resolve setup issues, etc.
Reviewers: epriestley
Reviewed By: epriestley
Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam, Korvin
Maniphest Tasks: T11132
Differential Revision: https://secure.phabricator.com/D16468
2016-08-30 00:36:13 +02:00
|
|
|
.config-page-header .phui-profile-header {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2016-10-20 00:01:41 +02:00
|
|
|
.device-phone .config-page-header .phui-profile-header {
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
Redesign Config Application
Summary: Ref T11132, significantly cleans up the Config app, new layout, icons, spacing, etc. Some minor todos around re-designing "issues", mobile support, and maybe another pass at actual Group pages.
Test Plan: Visit and test every page in the config app, set new items, resolve setup issues, etc.
Reviewers: epriestley
Reviewed By: epriestley
Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam, Korvin
Maniphest Tasks: T11132
Differential Revision: https://secure.phabricator.com/D16468
2016-08-30 00:36:13 +02:00
|
|
|
.config-page-header .phui-profile-header.phui-header-shell .phui-header-header {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
2016-10-20 00:01:41 +02:00
|
|
|
.device-phone .config-page-header .phui-profile-header.phui-header-shell
|
|
|
|
.phui-header-header {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
Redesign Config Application
Summary: Ref T11132, significantly cleans up the Config app, new layout, icons, spacing, etc. Some minor todos around re-designing "issues", mobile support, and maybe another pass at actual Group pages.
Test Plan: Visit and test every page in the config app, set new items, resolve setup issues, etc.
Reviewers: epriestley
Reviewed By: epriestley
Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam, Korvin
Maniphest Tasks: T11132
Differential Revision: https://secure.phabricator.com/D16468
2016-08-30 00:36:13 +02:00
|
|
|
|
|
|
|
.config-page-content {
|
|
|
|
margin: 0 24px;
|
|
|
|
}
|
|
|
|
|
2016-10-20 00:01:41 +02:00
|
|
|
.device-phone .config-page-content {
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
2016-12-14 20:35:51 +01:00
|
|
|
.device-desktop .config-page-content .phui-oi-list-view {
|
Redesign Config Application
Summary: Ref T11132, significantly cleans up the Config app, new layout, icons, spacing, etc. Some minor todos around re-designing "issues", mobile support, and maybe another pass at actual Group pages.
Test Plan: Visit and test every page in the config app, set new items, resolve setup issues, etc.
Reviewers: epriestley
Reviewed By: epriestley
Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam, Korvin
Maniphest Tasks: T11132
Differential Revision: https://secure.phabricator.com/D16468
2016-08-30 00:36:13 +02:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .config-page-content .phui-document-fluid .phui-document-view {
|
|
|
|
padding: 16px 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.config-page-content .aphront-table-view {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.config-page-property {
|
|
|
|
padding-top: 4px;
|
|
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.config-page-content .aphront-table-notice {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.config-page-content .aphront-table-notice .phui-info-view {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.config-page-content .aphront-table-wrap + .aphront-table-wrap {
|
|
|
|
margin-top: 20px;
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.config-page-content .phui-box.phui-box-blue-property {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|