mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
[ONOS-8097] Pipeconf table top header misaligned
Change-Id: I53177528333684e244478b9ea728b535ce9ad6e6
This commit is contained in:
parent
63b17dc0ac
commit
97aa670c9a
@ -18,7 +18,7 @@
|
||||
/* Base */
|
||||
#ov-pipeconf h2 {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
margin: 0 0 0 16px;
|
||||
}
|
||||
|
||||
#pipeconf-info h2 {
|
||||
@ -87,80 +87,3 @@
|
||||
.pipeconf-table tr td p {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
/* Detail panel */
|
||||
.container {
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.container .top, .bottom {
|
||||
padding: 15px;
|
||||
}
|
||||
.container .bottom {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.container .bottom h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.container .top .detail-panel-header {
|
||||
display: inline-block;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
|
||||
.detail-panel-table {
|
||||
width: 100%;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.detail-panel-table td, th {
|
||||
text-align: left;
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
.top-info {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.top-info .label {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding-right:6px;
|
||||
}
|
||||
|
||||
.top-info .value {
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Widgets */
|
||||
.collapse-btn {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
max-height: 30px;
|
||||
overflow-y: hidden;
|
||||
position: relative;
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.close-btn {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
margin: 0.1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.no-data {
|
||||
text-align: center !important;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user