Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/object-item/phui-oi-list-view.css
| Show First 20 Lines • Show All 720 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .phui-oi-tail { | .phui-oi-tail { | ||||
| text-align: center; | text-align: center; | ||||
| padding: 8px 0; | padding: 8px 0; | ||||
| background: linear-gradient({$lightbluebackground}, #fff 66%, #fff); | background: linear-gradient({$lightbluebackground}, #fff 66%, #fff); | ||||
| } | } | ||||
| .phui-oi-action-list { | .phui-oi-menu { | ||||
| background: {$lightbluebackground}; | background: {$lightbluebackground}; | ||||
| border-left: 1px solid {$thinblueborder}; | border-style: solid; | ||||
| border-color: {$thinblueborder}; | |||||
| padding: 4px; | padding: 4px; | ||||
| } | } | ||||
| .device-desktop .phui-oi-menu, | |||||
| .device-tablet .phui-oi-menu { | |||||
| width: 200px; | |||||
| border-width: 0 0 1px 1px; | |||||
| } | |||||
| .device-phone .phui-oi-menu { | |||||
| border-width: 0 0 1px; | |||||
| margin-bottom: 12px; | |||||
| } | |||||