Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/workboards/phui-workpanel.css
| Show First 20 Lines • Show All 142 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .phui-workpanel-view.workboard-column-drop-target .phui-box-grey { | .phui-workpanel-view.workboard-column-drop-target .phui-box-grey { | ||||
| border-color: {$lightblueborder}; | border-color: {$lightblueborder}; | ||||
| } | } | ||||
| .workboard-group-header { | .workboard-group-header { | ||||
| background: rgba({$alphablue}, 0.10); | background: rgba({$alphablue}, 0.10); | ||||
| padding: 4px 8px; | padding: 6px 8px; | ||||
| margin: 0 0 8px -8px; | margin: 0 0 8px -8px; | ||||
| border-bottom: 1px solid {$lightgreyborder}; | border-bottom: 1px solid {$lightgreyborder}; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| position: relative; | |||||
| } | } | ||||
| .workboard-group-header .phui-icon-view { | .workboard-group-header .phui-icon-view { | ||||
| margin-right: 8px; | position: absolute; | ||||
| display: inline-block; | |||||
| width: 24px; | |||||
| padding: 5px 0 0 0; | |||||
| height: 19px; | |||||
| background-size: 100%; | |||||
| border-radius: 3px; | |||||
| background-repeat: no-repeat; | |||||
| text-align: center; | |||||
| background-color: {$lightgreybackground}; | |||||
| border: 1px solid {$lightgreybackground}; | |||||
| } | |||||
| .workboard-group-header .workboard-group-header-name { | |||||
| display: block; | |||||
| position: relative; | |||||
| height: 24px; | |||||
| line-height: 24px; | |||||
| margin-left: 36px; | |||||
| overflow: hidden; | |||||
| } | } | ||||