1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/config/config-welcome.css
Chad Little e5e3eb357f New Admin Welcome Screen
Summary: Somewhat easier to parse and present information, with ICONS.

Test Plan:
Rebuilt current view with new layout. Tested toggling on and off some of the entries.

{F327816}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11938
2015-03-02 15:42:25 -08:00

23 lines
368 B
CSS

/**
* @provides config-welcome-css
*/
.phui-document-content .config-welcome-box .phabricator-remarkup {
padding: 0 16px 16px;
position: relative;
}
.config-welcome-box {
padding: 8px 0;
}
.config-welcome-content {
margin-left: 44px;
}
.config-welcome-box .config-welcome-icon {
width: 32px;
float: left;
text-align: center;
margin-left: 16px;
}