mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
e077d2f7a7
Summary: Reorgaizes the CSS here a bit, by object list style, adds in a new drag ui class, which will be used in menu ordering. Test Plan: Workboards, Home Apps. {F2126266} Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17057
43 lines
733 B
CSS
43 lines
733 B
CSS
/**
|
|
* @provides phui-oi-simple-ui-css
|
|
* @requires phui-oi-list-view-css
|
|
*/
|
|
|
|
.phui-oi-list-simple .phui-oi-with-image .phui-oi-frame {
|
|
min-height: 26px;
|
|
}
|
|
|
|
.phui-oi-list-simple .phui-oi-image {
|
|
height: 26px;
|
|
width: 26px;
|
|
margin: 0;
|
|
}
|
|
|
|
.phui-oi-list-simple .phui-oi-with-image
|
|
.phui-oi-content-box {
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.phui-oi-list-simple .phui-oi-name {
|
|
padding: 2px 0;
|
|
}
|
|
|
|
.phui-oi-list-simple .phui-oi-name a {
|
|
color: {$darkbluetext};
|
|
}
|
|
|
|
.phui-oi-list-view.phui-oi-list-simple .phui-oi-frame {
|
|
border: none;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.phui-oi-list-view.phui-oi-list-simple li:last-child
|
|
.phui-oi-frame {
|
|
margin: 0;
|
|
}
|
|
|
|
.phui-oi-list-simple .phui-oi-actions {
|
|
top: 2px;
|
|
bottom: 2px;
|
|
right: 2px;
|
|
}
|