Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/ponder/ponder-view.css
| /** | /** | ||||
| * @provides ponder-view-css | * @provides ponder-view-css | ||||
| */ | */ | ||||
| .ponder-show-comments { | .ponder-show-comments { | ||||
| text-align: center; | text-align: center; | ||||
| padding: 8px; | padding: 8px; | ||||
| margin: 0 16px; | margin: 0 16px; | ||||
| float: right; | float: right; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| background: #fff; | background: #fff; | ||||
| border-bottom: 1px solid {$blueborder}; | border-bottom: 1px solid {$blueborder}; | ||||
| border-left: 1px solid {$lightblueborder}; | border-left: 1px solid {$lightblueborder}; | ||||
| border-right: 1px solid {$lightblueborder}; | border-right: 1px solid {$lightblueborder}; | ||||
| } | } | ||||
| .ponder-question-view .phui-property-list-properties-wrap { | |||||
| width: 66%; | |||||
| } | |||||
| .ponder-question-view .phui-property-list-actions { | |||||
| width: 30%; | |||||
| } | |||||
| .ponder-answer-view { | .ponder-answer-view { | ||||
| margin-top: 16px; | margin-top: 16px; | ||||
| } | } | ||||
| .device-desktop .ponder-answer-view .phui-timeline-view { | .device-desktop .ponder-answer-view .phui-timeline-view { | ||||
| margin-left: 32px; | margin-left: 32px; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 54 Lines • Show Last 20 Lines | |||||