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
|
|
|
*/
|
|
|
|
|
2014-06-24 18:39:32 +02:00
|
|
|
.phui-workpanel-view .phui-action-header {
|
2013-03-30 17:51:35 +01:00
|
|
|
border: 1px solid #b3b5b6;
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
}
|
|
|
|
|
2014-06-24 18:39:32 +02:00
|
|
|
.phui-workpanel-view .phui-action-header .phui-action-header-title {
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
|
2013-11-05 00:50:43 +01:00
|
|
|
.device-phone .phui-workboard-view {
|
|
|
|
width: auto;
|
|
|
|
margin: 0 8px;
|
|
|
|
}
|
|
|
|
|
2014-05-16 03:21:13 +02:00
|
|
|
.phui-workboard-view .phui-object-item-link {
|
|
|
|
white-space: normal;
|
|
|
|
display: inline;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-workboard-view .phui-object-item-objname {
|
|
|
|
vertical-align: top;
|
2013-11-05 00:50:43 +01:00
|
|
|
}
|
|
|
|
|
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-10-17 18:32:34 +02:00
|
|
|
background: {$backdrop};
|
2013-03-30 17:51:35 +01:00
|
|
|
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 {
|
2014-05-12 19:08:32 +02:00
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
2013-03-30 22:46:02 +01:00
|
|
|
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
|
|
|
}
|
2013-11-05 00:50:43 +01:00
|
|
|
|
2013-11-06 03:55:42 +01:00
|
|
|
.aphront-multi-column-fixed .phui-workpanel-body {
|
2014-05-08 23:21:32 +02:00
|
|
|
width: 300px;
|
2013-11-05 00:50:43 +01:00
|
|
|
}
|
|
|
|
|
2014-01-13 21:24:13 +01:00
|
|
|
.phui-workpanel-body .phui-object-item-list-view {
|
|
|
|
min-height: 54px;
|
|
|
|
}
|
|
|
|
|
2013-11-06 03:55:42 +01:00
|
|
|
.device .aphront-multi-column-outer
|
2013-11-05 00:50:43 +01:00
|
|
|
div.aphront-multi-column-column-outer .phui-workpanel-body {
|
|
|
|
width: auto;
|
|
|
|
}
|
2014-01-13 21:24:13 +01:00
|
|
|
|
|
|
|
.project-column-empty {
|
2014-01-21 23:26:05 +01:00
|
|
|
background: rgba(255,255,255,.4);
|
|
|
|
border-radius: 3px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
border: 1px dashed #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-column-empty .drag-ghost {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-column-empty.drag-target-list {
|
|
|
|
background: rgba(255,255,255,.7);
|
2014-01-13 21:24:13 +01:00
|
|
|
}
|
2014-02-16 18:26:22 +01:00
|
|
|
|
2014-06-26 05:55:10 +02:00
|
|
|
.phui-workpanel-view .phui-workpanel-lightred .phui-action-header {
|
|
|
|
border-top: 1px solid {$redborder};
|
|
|
|
border-left: 1px solid {$redborder};
|
|
|
|
border-right: 1px solid {$redborder};
|
|
|
|
}
|
|
|
|
|
2014-02-16 18:26:22 +01:00
|
|
|
/* - Workpanel Cards -----------------------------------------------------------
|
|
|
|
|
|
|
|
Slight display changes for how cards work in tight spaces
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phui-workpanel-view .phui-object-item-grippable .phui-object-item-frame {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-workpanel-view .phui-object-item-grip {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-workpanel-view .phui-object-item-attribute a {
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|