
uicore.uicore.css Maven / Gradle / Ivy
/**
* Copyright (C) 2014-2016 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* 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.
*/
.left {
text-align: left !important;
}
.center {
text-align: center !important;
}
.right {
text-align: right !important;
}
.nowrap {
white-space: nowrap;
}
/* Special row only present for IE9 fix */
tr.force-colspan {
height: 0px !important;
line-height: 0px !important;
display: none !important;
}
label.form-label-mandatory {
font-weight:bold;
}
label.form-label-alternative {
font-style: italic;
}
label.form-label-optional {
font-weight: normal;
}
option.select-option-special {
color:#aaa;
}
/** Y-margin for toolbars */
.btn-toolbar {
margin: 5px 0;
}
/** more business look an feel :) */
td {
vertical-align: top;
}
/** AbstractWebPageEx */
.datagroup-header {
font-weight: bold;
font-size: large;
margin-top: 3px;
margin-bottom: 3px;
}
/** Form fake button */
.invisible-button {
width:0;
height:0;
border:none;
z-index:-1;
position:absolute
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy