All Downloads are FREE. Search and download functionalities are using the official Maven repository.

open_admin_style.css.admin.components.css Maven / Gradle / Ivy

/*
 * #%L
 * BroadleafCommerce Open Admin Platform
 * %%
 * Copyright (C) 2009 - 2013 Broadleaf Commerce
 * %%
 * 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.
 * #L%
 */
ul.entity-type-selection {
	list-style-type: none;
}

.hover-cursor:hover {
	cursor: pointer;
}

form.custom div.custom.dropdown { 
	margin-bottom: 2px !important;
}

div.additional-foreign-key-container {
}

input.datepicker {
	display: inline-block;
}

.datepicker-container {
	display: block;
    white-space: nowrap;
}

.datepicker-container:hover, input.datepicker:hover {
	cursor: pointer;
}

.ui-datepicker-title,
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	font-size: 11px;
}

.ui-datepicker {
	width: 14em !important;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -20px; font-size: 11px; }
.ui-timepicker-div dl dt.ui_tpicker_time_label { margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; font-size: 11px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; font-size: 11px; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.ui-datepicker-buttonpane button { font-size: 11px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy