blob: dea7fbaba4a0933ec9652f660521c5e69a6630f0 [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.
*/
.appointmentPopUp td {
vertical-align: top;
}
.appointmentPopUp input[name="appointmentName"] {
width: 420px;
}
.appointmentPopUp input[name="password"] {
width: 420px;
}
.appointmentPopUp input[name="appointmentLocation"] {
width: 420px;
}
.appointmentPopUp textarea[name="appointmentDescription"] {
width: 424px;
height: 80px;
}
.appointmentPopUp select[name="remind"] {
width: 426px;
}
.appointmentPopUp select[name="room.roomtype"] {
width: 426px;
}
.appointmentPopUp select[name="room"] {
width: 426px;
}
.appointmentPopUp .formNewButton {
float: left;
}
.appointmentPopUp .attendeeContainer {
background-color: #FFFFFF;
border: solid 1px #aacfe4;
width: 424px;
height: 100px;
overflow-x: scroll;
float: left;
}
.appointmentPopUp .attendeeContainer table td:FIRST-CHILD div {
width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.appointmentPopUp .attendeeContainer table td:nth-child(2) div {
width: 260px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.appointmentPopUp .attendeeContainer table td:nth-child(3) div {
width: 20px;
}
.appointment.attendees {
width: 100%;
}
.appointment.attendees.select2-container-multi .select2-choices {
max-height: 100px;
overflow-y: auto;
}