phorge/webroot/rsrc/css/application/objectselector/object-selector.css
Chad Little 1c84d2719c [Redesign] Larger Font PostProcessor
Summary: Ref T8099, Ref T8614. Reasonable attempt at a larger font size PostProcessor, will need additional UI cleanup (places where we fix height) but overall very decent.

Test Plan: Use lots of the UI elements with new font sizes.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099, T8614

Differential Revision: https://secure.phabricator.com/D13457
2015-06-26 09:33:03 -07:00

112 lines
2 KiB
CSS

/**
* @provides phabricator-object-selector-css
* @requires aphront-dialog-view-css
*/
.device-desktop .phabricator-object-selector-dialog {
width: 860px;
}
.phabricator-object-selector-dialog .aphront-dialog-body {
padding: 0;
}
.phabricator-object-selector-search {
width: 100%;
background: {$lightbluebackground};
border-bottom: 1px solid {$thinblueborder};
}
.phabricator-object-selector-search td {
padding: 4px 8px;
vertical-align: middle;
}
td.phabricator-object-selector-search-text {
width: 100%;
}
.phabricator-object-selector-row:hover {
background-color: {$greybackground};
}
.phabricator-object-selector-row:hover a {
text-decoration: none;
}
.phabricator-object-selector-search-text input {
width: 100%;
border-radius: 14px;
padding: 4px 8px;
height: 26px;
margin: 2px 0;
}
.phabricator-object-selector-popicon {
display: inline-block;
margin-top: 4px;
}
.phabricator-object-selector-results {
position: relative;
height: 24em;
overflow-y: scroll;
overflow-x: hidden;
}
.phabricator-object-selector-handle {
width: 100%;
background: {$lightgreybackground};
margin-bottom: 1px;
}
.phabricator-object-selector-handle td {
padding: 4px 8px;
}
.phabricator-object-selector-handle th {
font-weight: bold;
vertical-align: middle;
width: 100%;
overflow: hidden;
}
.phabricator-object-selector-handle th a {
display: block;
padding: 4px 0;
}
.phabricator-object-selector-header {
margin-bottom: 8px;
font-weight: bold;
text-transform: uppercase;
color: {$bluetext};
}
.phabricator-object-selector-attach-explicit {
padding: 4px;
background: #f3f3f3;
border: solid #bbbbbb;
border-width: 1px 0px;
}
.phabricator-object-selector-current {
border-top: 1px solid {$thinblueborder};
}
.phabricator-object-selector-currently-attached {
padding: 8px;
}
.object-selector-nothing {
padding: 1em;
color: {$lightgreytext};
text-align: center;
}
.phabricator-object-selector-instructions {
font-size: {$smallestfontsize};
color: {$greytext};
margin-top: 1.25em;
}