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

bootstrap.bootstrap-phloc.css Maven / Gradle / Ivy

/* No margin if an alert is used in a nav */
.nav .alert {
  margin-bottom: 0px;
}

/* Do not wrap text and an eventual caret */
.nav > li > a {
  white-space: nowrap;
}

.phloc-form-label{
  text-align: right;
}

/* No selection outline around tabs */
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover {
  outline:none;
}

/* Remove dotted outline from image inputs */
input::-moz-focus-inner {
  border: 0;
}

/* Input fields with a suffix are always right aligned */
.input-append > input {
  text-align: right;
}

/* Make drop downs in modals possible.
Source: stackoverflow.com/questions/11899870/
*/
.modal { overflow: visible; }
.modal-body { overflow-y: visible; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy