grunt.css.specialcharpicker.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isy-web Show documentation
Show all versions of isy-web Show documentation
Die IsyFact-Standards bilden das architektonische, technologische und methodische
Fundament der IsyFact. Sie umfassen allgemeingültige und wiederverwendbare Konzepte und
Komponenten, die für die Entwicklung beliebiger Fachanwendungen relevant sind.
/*-------- Stylesheet f�r Sonderzeichen Overlay -------*/
.clearfix {
clear: both;
}
.special-char-button {
float: right;
vertical-align: middle;
margin-top: 5px;
margin-right: 5px;
opacity: 0.6;
cursor: default;
}
.special-char-button.enabled {
opacity: 1;
cursor: pointer;
}
.special-char-picker-widget {
position: absolute;
width: 60em;
display: none;
border-radius: 8px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.special-char-picker-widget > div {
padding: 0px;
}
.special-char, .filter-item {
}
.special-char {
display: block;
float: left;
}
.filter-item {
display: inline-block;
}
.filter-bar {
}
.filter-table {
margin-left: auto;
margin-right: auto;
}
.special-char-box {
border-top: 2px;
}