blob: 41a49c431f2925c95ad5945e627c8ae57f1702dd [file] [log] [blame]
/*
* Copyright 2015-present Open Networking Laboratory
*
* 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 -- Intent View (layout) -- CSS file
*/
#ov-intent h2 {
display: inline-block;
}
#ov-intent div.ctrl-btns {
}
#ov-intent td.resources,
#ov-intent td.details {
padding-left: 36px;
}
#ov-intent div.show-intent-btn {
position:relative;
}
#ov-intent .dropdown {
position: absolute;
top: 42px;
left: 0;
display: none;
border: 1px solid black;
background-color: #aec5dc;
}
#ov-intent .overlay-choice {
padding: 2px;
white-space: nowrap;
font-size: 10pt;
color: black;
}
#ov-intent .overlay-choice:hover {
color: white;
}