mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
14 lines
272 B
CSS
14 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;
|
||
|
}
|