2013-03-30 17:51:35 +01:00
|
|
|
/**
|
2013-09-06 23:06:12 +02:00
|
|
|
* @provides phui-workpanel-view-css
|
2013-03-30 17:51:35 +01:00
|
|
|
*/
|
|
|
|
|
2013-09-06 23:06:12 +02:00
|
|
|
.phui-workpanel-view .phabricator-action-header {
|
2013-03-30 17:51:35 +01:00
|
|
|
border: 1px solid #b3b5b6;
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2013-09-06 23:06:12 +02:00
|
|
|
.phui-workpanel-view .phui-workpanel-header-action {
|
2013-03-30 17:51:35 +01:00
|
|
|
float: right;
|
|
|
|
width: 24px;
|
|
|
|
border-left: 1px solid #b3b5b6;
|
|
|
|
}
|
|
|
|
|
2013-09-06 23:06:12 +02:00
|
|
|
.phui-workpanel-view .phui-workpanel-body {
|
2013-03-30 17:51:35 +01:00
|
|
|
background: #c4cde0;
|
|
|
|
padding: 5px 5px 1px 5px;
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
box-shadow: inset 0 0px 5px rgba(0,0,0,.4);
|
|
|
|
}
|
|
|
|
|
2013-09-06 23:06:12 +02:00
|
|
|
.phui-workpanel-view .phui-workpanel-footer-action a {
|
2013-03-30 22:46:02 +01:00
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-09-06 23:06:12 +02:00
|
|
|
.device-desktop .phui-workpanel-view .phui-workpanel-footer-action:hover {
|
2013-03-30 22:46:02 +01:00
|
|
|
background-color: rgba(100,100,100,.1);
|
2013-03-31 21:28:50 +02:00
|
|
|
border-radius: 3px;
|
2013-03-30 22:46:02 +01:00
|
|
|
}
|
|
|
|
|
2013-09-06 23:06:12 +02:00
|
|
|
.phui-workpanel-view .phui-list-item-icon {
|
2013-03-30 22:46:02 +01:00
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2013-09-06 23:06:12 +02:00
|
|
|
.phui-workpanel-view .phui-list-item-name {
|
2013-03-30 22:46:02 +01:00
|
|
|
padding-left: 5px;
|
|
|
|
display: inline-block;
|
2013-03-30 17:51:35 +01:00
|
|
|
}
|