Files
WorkspaceOrg/Asset/css/workspaceorg.css

82 lines
1.4 KiB
CSS
Raw Permalink Normal View History

/* WorkspaceOrg -- the [Workspace] badge shown before a project title. */
.wso-badge {
display: inline-block;
margin-right: 4px;
padding: 0 6px;
border-radius: 3px;
background: #34495e;
color: #fff;
font-size: 0.85em;
font-weight: bold;
vertical-align: middle;
}
/* "My workspaces" dashboard page. */
.wso-group {
margin-bottom: 25px;
}
.wso-group-title {
border-bottom: 1px solid #ddd;
padding-bottom: 4px;
margin-bottom: 8px;
}
.wso-group-actions {
margin-left: 12px;
font-size: 0.7em;
font-weight: normal;
}
.wso-group-actions a {
margin-right: 10px;
}
.wso-empty {
margin: 4px 0 0 4px;
color: #999;
font-style: italic;
}
/* One project row: id (+ config dropdown) / title / owner on the left, move control on the right,
separated by a light horizontal line. */
.wso-row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 2px;
border-bottom: 1px solid #eee;
}
.wso-row-main {
display: flex;
align-items: baseline;
flex-wrap: wrap;
}
.wso-id {
margin-right: 8px;
color: #777;
}
.wso-title {
margin-right: 12px;
font-weight: bold;
}
.wso-owner {
color: #999;
font-size: 0.9em;
}
.wso-move {
flex: 0 0 auto;
margin-left: 12px;
text-align: right;
}
.wso-move-form {
display: inline;
margin: 0;
}