Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-formation-view.css
| Show All 11 Lines | .phui-formation-view-expander { | ||||
| width: 24px; | width: 24px; | ||||
| height: 36px; | height: 36px; | ||||
| top: 64px; | top: 64px; | ||||
| border-style: solid; | border-style: solid; | ||||
| box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); | box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); | ||||
| border-color: {$lightgreyborder}; | border-color: {$lightgreyborder}; | ||||
| background: {$lightgreybackground}; | background: {$lightgreybackground}; | ||||
| z-index: 4; | z-index: 4; | ||||
| display: none; | |||||
| } | |||||
| .device-desktop .phui-formation-view-expander { | |||||
| display: block; | |||||
| } | |||||
| .phui-formation-desktop-only { | |||||
| display: none; | |||||
| } | |||||
| .device-desktop .phui-formation-desktop-only { | |||||
| display: table-cell; | |||||
| } | } | ||||
| .phui-formation-view-expander-left { | .phui-formation-view-expander-left { | ||||
| border-radius: 0 12px 12px 0; | border-radius: 0 12px 12px 0; | ||||
| border-width: 1px 1px 1px 0; | border-width: 1px 1px 1px 0; | ||||
| cursor: e-resize; | cursor: e-resize; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 78 Lines • ▼ Show 20 Lines | .phui-formation-resizer { | ||||
| border-color: #fff #999c9e #fff #999c9e; | border-color: #fff #999c9e #fff #999c9e; | ||||
| box-sizing: border-box; | box-sizing: border-box; | ||||
| box-shadow: inset -1px 0px 1px rgba({$alphablack}, 0.15); | box-shadow: inset -1px 0px 1px rgba({$alphablack}, 0.15); | ||||
| background-image: url(/rsrc/image/divot.png); | background-image: url(/rsrc/image/divot.png); | ||||
| background-position: center; | background-position: center; | ||||
| background-repeat: no-repeat; | background-repeat: no-repeat; | ||||
| display: none; | |||||
| } | |||||
| .device-desktop .phui-formation-resizer { | |||||
| display: block; | |||||
| } | } | ||||
| .phui-flank-view-fixed { | .phui-flank-view-fixed { | ||||
| position: fixed; | position: fixed; | ||||
| top: {$menu.main.height}; | top: {$menu.main.height}; | ||||
| bottom: 0; | bottom: 0; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 72 Lines • Show Last 20 Lines | |||||