blob: fcb8094cc27928690042484c8afd16cc4c6be847 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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.
*/
/*
Local port configuration
*/
#port-configuration {
z-index: 1301;
display: none;
width: 400px;
height: 470px;
}
#port-name {
width: 70%;
float: left;
}
#port-name-container {
height: 32px;
}
textarea.port-field {
height: 100px;
}
div.port-setting {
margin-bottom: 15px;
}
div.port-enabled {
width: 20%;
height: 12px;
float: left;
margin-right: 4px;
}
div.port-enabled-container {
float: left;
margin-top: 5px;
margin-left: 10px;
}