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

grunt.css.specialcharpicker.css Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 6.2.0
Show newest version
/*-------- 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;
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy