Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/diffusion/diffusion.css
| Show First 20 Lines • Show All 96 Lines • ▼ Show 20 Lines | .diffusion-history-list .phui-oi-attribute { | ||||
| font-size: {$smallerfontsize}; | font-size: {$smallerfontsize}; | ||||
| letter-spacing: 0.01em; | letter-spacing: 0.01em; | ||||
| } | } | ||||
| .diffusion-history-author-name a { | .diffusion-history-author-name a { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| .diffusion-history-list .diffusion-differential-tag { | |||||
| margin-left: 4px; | |||||
| } | |||||
| /* - Branch Styles ----------------------------------------------------------*/ | /* - Branch Styles ----------------------------------------------------------*/ | ||||
| .diffusion-branch-list .phui-oi-attribute a { | .diffusion-branch-list .phui-oi-attribute a { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| .diffusion-branch-list .phui-oi-attribute-spacer { | .diffusion-branch-list .phui-oi-attribute-spacer { | ||||
| visibility: hidden; | visibility: hidden; | ||||
| ▲ Show 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | |||||
| .diffusion-commit-graph-table td.diffusion-commit-graph-path-cell { | .diffusion-commit-graph-table td.diffusion-commit-graph-path-cell { | ||||
| padding: 0 4px 0 0; | padding: 0 4px 0 0; | ||||
| } | } | ||||
| .diffusion-commit-graph-table td.diffusion-commit-graph-path-cell > canvas { | .diffusion-commit-graph-table td.diffusion-commit-graph-path-cell > canvas { | ||||
| display: block; | display: block; | ||||
| } | } | ||||
| .diffusion-commit-graph-date-header { | .diffusion-commit-graph-table .phui-oi-list-header { | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| padding: 4px 0; | padding: 4px 4px; | ||||
| font-size: {$normalfontsize}; | |||||
| } | } | ||||