﻿
/* ===================================================
 * style.icon.css
 * ===================================================
 * Contains several new icon styles, which are mainly
 * used for the WYSIWYG editor.
 *
 * The inline flag style is also declared.
 * =================================================== */

/* Makes the flags align with the baseline of the text so that they are on one line */
.flag {
    vertical-align: baseline;
}

/* Represents the extended icon set */
.icon-small {
  background-position: 0 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-muted {
  background-position: -24px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-text-warning {
  background-position: -48px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-text-error {
  background-position: -72px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-text-info {
  background-position: -96px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-text-success {
  background-position: -120px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-pre {
  background-position: -144px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-code {
  background-position: -168px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-ordered-list {
  background-position: -192px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-unordered-list {
  background-position: -216px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-add-column {
  background-position: -240px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}
.icon-add-row {
  background-position: -264px 0;
  background-image: url("/Resources/Icons/icons.png") !important;
}