1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/application/diffusion/diffusion-repository.css
Chad Little b25b379ca0 Move Diffusion Browse to a single column layout
Summary: The main change here is moving (compare, search, history) into buttons in the header bar on all browse views. This allows Directory Browsing to be full width, since there is no other curtain information. File, Image, LFS, Binary all stay in TwoColumn layouts with the same buttons in the header.

Test Plan: Test viewing a directory, file, image, binary file, readme, and fake a gitlfs.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17766
2017-07-01 20:45:56 +02:00

13 lines
272 B
CSS

/**
* @provides diffusion-repository-css
*/
.diffusion-page-header-view a.phui-header-action-link {
display: block;
float: none;
}
.phui-box.phui-object-box.phui-box-blue-property
.diffusion-panel-header-view.phui-header-shell {
padding: 8px 4px 8px 16px;
}