Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/main-menu-view.css
| Show All 35 Lines | |||||
| */ | */ | ||||
| .device-desktop .phabricator-main-menu-group-logo { | .device-desktop .phabricator-main-menu-group-logo { | ||||
| float: left; | float: left; | ||||
| } | } | ||||
| .phabricator-main-menu-brand { | .phabricator-main-menu-brand { | ||||
| display: inline-block; | |||||
| width: 148px; | |||||
| height: 44px; | height: 44px; | ||||
| float: left; | float: left; | ||||
| margin-right: 4px; | margin-right: 6px; | ||||
| padding-left: 6px; | padding-left: 6px; | ||||
| } | } | ||||
| .phabricator-main-menu-logo { | |||||
| position: absolute; | |||||
| width: 96px; | |||||
| height: 40px; | |||||
| left: 52px; | |||||
| top: 2px; | |||||
| } | |||||
| .phabricator-main-menu-eye { | .phabricator-main-menu-eye { | ||||
| position: absolute; | margin: 2px 0; | ||||
| width: 40px; | width: 40px; | ||||
| height: 40px; | height: 40px; | ||||
| top: 2px; | float: left; | ||||
| display: block; | |||||
| } | } | ||||
| .device-desktop .phabricator-main-menu-brand:hover { | .device-desktop .phabricator-main-menu-brand:hover { | ||||
| background-color: rgba({$alphagrey},.2); | background-color: rgba({$alphagrey},.2); | ||||
| cursor: hand; | cursor: hand; | ||||
| } | } | ||||
| .device-phone .phabricator-wordmark { | |||||
| max-width: 112px; /* iPhone 5 limitation */ | |||||
| } | |||||
| .phabricator-wordmark { | |||||
| float: left; | |||||
| color: #fff; | |||||
| font-size: 18px; | |||||
| margin: 9px 4px 9px 6px; | |||||
| padding-right: 8px; | |||||
| max-width: 175px; | |||||
| overflow: hidden; | |||||
| } | |||||
| /* - Expand/Collapse Button ---------------------------------------------------- | /* - Expand/Collapse Button ---------------------------------------------------- | ||||
| On phones, the menu switches to a vertical layout and uses a button to expand | On phones, the menu switches to a vertical layout and uses a button to expand | ||||
| or collapse the items. | or collapse the items. | ||||
| */ | */ | ||||
| .phabricator-menu-button-icon { | .phabricator-menu-button-icon { | ||||
| ▲ Show 20 Lines • Show All 529 Lines • Show Last 20 Lines | |||||