blob: 2595410341d3bf0cbb1d875598a30fb26a316396 [file] [log] [blame]
/*
* Copyright 2018-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
ONOS GUI -- OpenstackVtap -- CSS file
*/
/* --- Topo Vtap Panel --- */
#topo-p-vtap {
padding: 16px;
top: 190px;
left: 20px;
}
.topo-p td input.number-input {
width: 50px;
}
.topo-p div.footer tbody {
float: right;
}
.topo-p div.footer tbody input.button-input {
background-color: #5b99d2;
border: 0;
border-radius: 3px;
color: #fff;
height: 25px;
width: 60px;
padding: 1px 0 0 0;
}
#vtap-dialog {
padding: 16px;
top: 190px;
left: 20px;
}