mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-27 16:00:59 +01:00
0c3f74663c
Summary: Ref T6920, This just removes the old voting UI from Ponder. Test Plan: Visit a Question, no voting UI Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T6920 Differential Revision: https://secure.phabricator.com/D13827
20 lines
385 B
CSS
20 lines
385 B
CSS
/**
|
|
* @provides ponder-view-css
|
|
*/
|
|
|
|
.ponder-show-comments {
|
|
text-align: center;
|
|
padding: 8px;
|
|
margin: 0 16px;
|
|
float: right;
|
|
font-weight: bold;
|
|
background: #fff;
|
|
border-bottom: 1px solid {$blueborder};
|
|
border-left: 1px solid {$lightblueborder};
|
|
border-right: 1px solid {$lightblueborder};
|
|
}
|
|
|
|
.device-desktop .ponder-comments-view {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|