mistral-dashboard/mistraldashboard/static/mistraldashboard/css/style.css
Gal Margalit 2a54532154 mistral-dashboard: added action executions screens
* Added 3 new action executions screens: index, overview, and update dialog
 * Added "type" attribute to task screens, followed by a corresponding link
 * Fixed breadcrumbs issue in detail screens following Horizon Newton change
 * Added state label design to detail screens
 * Added design to boolean fields

 * Screenshots: http://pho.to/AXApU

Implements blueprint: mistral-dashboard-action-execution-screens
Implements blueprint: dashboard-detail-screens-improvements
Partially implements blueprint: refactor-execution-link-in-task-executions-screens
Closes-Bug: #1642246

Change-Id: I4c270b2b23d548d4e1cb7e8507e804e44e27c88f
2016-12-06 10:46:15 +00:00

52 lines
642 B
CSS

.mistral-wrapper.list{
list-style: inherit;
}
.mistral-wrapper #actions{
width:100%;
}
.mistral-wrapper #actions a.btn{
width:initial;
}
.mistral-wrapper.detail-screen .page-breadcrumb ol li{
max-width: inherit;
}
.mistral-wrapper.detail-screen .page-breadcrumb li:last-child{
display:none;
}
.mistral-wrapper .navbar-brand{
padding: 6px 10px;
}
.boolfield{
font-style: italic;
}
.boolfield i{
padding-right: .2em;
}
.boolfield i.green{
color: green;
}
.boolfield i.red{
color: red;
}
.line-space{
margin: .3em 0;
}
.line-space dd{
display:inline-block;
margin-left: 1.5em;
}