873 lines
18 KiB
CSS
Executable File
873 lines
18 KiB
CSS
Executable File
/*!
|
|
* Datepicker for Bootstrap
|
|
*
|
|
* Copyright 2012 Stefan Petre
|
|
* Improvements by Andrew Rowls
|
|
* Licensed under the Apache License v2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
*/
|
|
.datepicker {
|
|
padding: 4px;
|
|
margin-top: 1px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
direction: ltr;
|
|
/*.dow {
|
|
border-top: 1px solid #ddd !important;
|
|
}*/
|
|
|
|
}
|
|
.datepicker-inline {
|
|
width: 220px;
|
|
}
|
|
.datepicker.datepicker-rtl {
|
|
direction: rtl;
|
|
}
|
|
.datepicker.datepicker-rtl table tr td span {
|
|
float: right;
|
|
}
|
|
.datepicker-dropdown {
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.datepicker-dropdown:before {
|
|
content: '';
|
|
display: inline-block;
|
|
border-left: 7px solid transparent;
|
|
border-right: 7px solid transparent;
|
|
border-bottom: 7px solid #ccc;
|
|
border-bottom-color: rgba(0, 0, 0, 0.2);
|
|
position: absolute;
|
|
top: -7px;
|
|
left: 6px;
|
|
}
|
|
.datepicker-dropdown:after {
|
|
content: '';
|
|
display: inline-block;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-bottom: 6px solid #ffffff;
|
|
position: absolute;
|
|
top: -6px;
|
|
left: 7px;
|
|
}
|
|
.datepicker > div {
|
|
display: none;
|
|
}
|
|
.datepicker.days div.datepicker-days {
|
|
display: block;
|
|
}
|
|
.datepicker.months div.datepicker-months {
|
|
display: block;
|
|
}
|
|
.datepicker.years div.datepicker-years {
|
|
display: block;
|
|
}
|
|
.datepicker table {
|
|
margin: 0;
|
|
}
|
|
.datepicker td,
|
|
.datepicker th {
|
|
text-align: center;
|
|
width: 20px;
|
|
height: 20px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
border: none;
|
|
}
|
|
.table-striped .datepicker table tr td,
|
|
.table-striped .datepicker table tr th {
|
|
background-color: transparent;
|
|
}
|
|
.datepicker table tr td.day:hover {
|
|
background: #eeeeee;
|
|
cursor: pointer;
|
|
}
|
|
.datepicker table tr td.old,
|
|
.datepicker table tr td.new {
|
|
color: #999999;
|
|
}
|
|
.datepicker table tr td.disabled,
|
|
.datepicker table tr td.disabled:hover {
|
|
background: none;
|
|
color: #999999;
|
|
cursor: default;
|
|
}
|
|
.datepicker table tr td.today,
|
|
.datepicker table tr td.today:hover,
|
|
.datepicker table tr td.today.disabled,
|
|
.datepicker table tr td.today.disabled:hover {
|
|
background-color: #fde19a;
|
|
background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
|
|
background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
|
|
background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
|
|
background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
|
|
background-image: linear-gradient(top, #fdd49a, #fdf59a);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
|
|
border-color: #fdf59a #fdf59a #fbed50;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
}
|
|
.datepicker table tr td.today:hover,
|
|
.datepicker table tr td.today:hover:hover,
|
|
.datepicker table tr td.today.disabled:hover,
|
|
.datepicker table tr td.today.disabled:hover:hover,
|
|
.datepicker table tr td.today:active,
|
|
.datepicker table tr td.today:hover:active,
|
|
.datepicker table tr td.today.disabled:active,
|
|
.datepicker table tr td.today.disabled:hover:active,
|
|
.datepicker table tr td.today.active,
|
|
.datepicker table tr td.today:hover.active,
|
|
.datepicker table tr td.today.disabled.active,
|
|
.datepicker table tr td.today.disabled:hover.active,
|
|
.datepicker table tr td.today.disabled,
|
|
.datepicker table tr td.today:hover.disabled,
|
|
.datepicker table tr td.today.disabled.disabled,
|
|
.datepicker table tr td.today.disabled:hover.disabled,
|
|
.datepicker table tr td.today[disabled],
|
|
.datepicker table tr td.today:hover[disabled],
|
|
.datepicker table tr td.today.disabled[disabled],
|
|
.datepicker table tr td.today.disabled:hover[disabled] {
|
|
background-color: #fdf59a;
|
|
}
|
|
.datepicker table tr td.today:active,
|
|
.datepicker table tr td.today:hover:active,
|
|
.datepicker table tr td.today.disabled:active,
|
|
.datepicker table tr td.today.disabled:hover:active,
|
|
.datepicker table tr td.today.active,
|
|
.datepicker table tr td.today:hover.active,
|
|
.datepicker table tr td.today.disabled.active,
|
|
.datepicker table tr td.today.disabled:hover.active {
|
|
background-color: #fbf069 \9;
|
|
}
|
|
.datepicker table tr td.active,
|
|
.datepicker table tr td.active:hover,
|
|
.datepicker table tr td.active.disabled,
|
|
.datepicker table tr td.active.disabled:hover {
|
|
background-color: #006dcc;
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: linear-gradient(top, #0088cc, #0044cc);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
|
border-color: #0044cc #0044cc #002a80;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
}
|
|
.datepicker table tr td.active:hover,
|
|
.datepicker table tr td.active:hover:hover,
|
|
.datepicker table tr td.active.disabled:hover,
|
|
.datepicker table tr td.active.disabled:hover:hover,
|
|
.datepicker table tr td.active:active,
|
|
.datepicker table tr td.active:hover:active,
|
|
.datepicker table tr td.active.disabled:active,
|
|
.datepicker table tr td.active.disabled:hover:active,
|
|
.datepicker table tr td.active.active,
|
|
.datepicker table tr td.active:hover.active,
|
|
.datepicker table tr td.active.disabled.active,
|
|
.datepicker table tr td.active.disabled:hover.active,
|
|
.datepicker table tr td.active.disabled,
|
|
.datepicker table tr td.active:hover.disabled,
|
|
.datepicker table tr td.active.disabled.disabled,
|
|
.datepicker table tr td.active.disabled:hover.disabled,
|
|
.datepicker table tr td.active[disabled],
|
|
.datepicker table tr td.active:hover[disabled],
|
|
.datepicker table tr td.active.disabled[disabled],
|
|
.datepicker table tr td.active.disabled:hover[disabled] {
|
|
background-color: #0044cc;
|
|
}
|
|
.datepicker table tr td.active:active,
|
|
.datepicker table tr td.active:hover:active,
|
|
.datepicker table tr td.active.disabled:active,
|
|
.datepicker table tr td.active.disabled:hover:active,
|
|
.datepicker table tr td.active.active,
|
|
.datepicker table tr td.active:hover.active,
|
|
.datepicker table tr td.active.disabled.active,
|
|
.datepicker table tr td.active.disabled:hover.active {
|
|
background-color: #003399 \9;
|
|
}
|
|
.datepicker table tr td span {
|
|
display: block;
|
|
width: 23%;
|
|
height: 54px;
|
|
line-height: 54px;
|
|
float: left;
|
|
margin: 1%;
|
|
cursor: pointer;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.datepicker table tr td span:hover {
|
|
background: #eeeeee;
|
|
}
|
|
.datepicker table tr td span.disabled,
|
|
.datepicker table tr td span.disabled:hover {
|
|
background: none;
|
|
color: #999999;
|
|
cursor: default;
|
|
}
|
|
.datepicker table tr td span.active,
|
|
.datepicker table tr td span.active:hover,
|
|
.datepicker table tr td span.active.disabled,
|
|
.datepicker table tr td span.active.disabled:hover {
|
|
background-color: #006dcc;
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
|
background-image: linear-gradient(top, #0088cc, #0044cc);
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
|
border-color: #0044cc #0044cc #002a80;
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
color: #fff;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
}
|
|
.datepicker table tr td span.active:hover,
|
|
.datepicker table tr td span.active:hover:hover,
|
|
.datepicker table tr td span.active.disabled:hover,
|
|
.datepicker table tr td span.active.disabled:hover:hover,
|
|
.datepicker table tr td span.active:active,
|
|
.datepicker table tr td span.active:hover:active,
|
|
.datepicker table tr td span.active.disabled:active,
|
|
.datepicker table tr td span.active.disabled:hover:active,
|
|
.datepicker table tr td span.active.active,
|
|
.datepicker table tr td span.active:hover.active,
|
|
.datepicker table tr td span.active.disabled.active,
|
|
.datepicker table tr td span.active.disabled:hover.active,
|
|
.datepicker table tr td span.active.disabled,
|
|
.datepicker table tr td span.active:hover.disabled,
|
|
.datepicker table tr td span.active.disabled.disabled,
|
|
.datepicker table tr td span.active.disabled:hover.disabled,
|
|
.datepicker table tr td span.active[disabled],
|
|
.datepicker table tr td span.active:hover[disabled],
|
|
.datepicker table tr td span.active.disabled[disabled],
|
|
.datepicker table tr td span.active.disabled:hover[disabled] {
|
|
background-color: #0044cc;
|
|
}
|
|
.datepicker table tr td span.active:active,
|
|
.datepicker table tr td span.active:hover:active,
|
|
.datepicker table tr td span.active.disabled:active,
|
|
.datepicker table tr td span.active.disabled:hover:active,
|
|
.datepicker table tr td span.active.active,
|
|
.datepicker table tr td span.active:hover.active,
|
|
.datepicker table tr td span.active.disabled.active,
|
|
.datepicker table tr td span.active.disabled:hover.active {
|
|
background-color: #003399 \9;
|
|
}
|
|
.datepicker table tr td span.old {
|
|
color: #999999;
|
|
}
|
|
.datepicker th.switch {
|
|
width: 145px;
|
|
}
|
|
.datepicker thead tr:first-child th,
|
|
.datepicker tfoot tr:first-child th {
|
|
cursor: pointer;
|
|
}
|
|
.datepicker thead tr:first-child th:hover,
|
|
.datepicker tfoot tr:first-child th:hover {
|
|
background: #eeeeee;
|
|
}
|
|
.input-append.date .add-on i,
|
|
.input-prepend.date .add-on i {
|
|
display: block;
|
|
cursor: pointer;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
display: inline-block;
|
|
width: 14px;
|
|
height: 14px;
|
|
*margin-right: .3em;
|
|
line-height: 14px;
|
|
vertical-align: text-top;
|
|
background-image: url("../img/glyphicons-halflings.png");
|
|
background-position: 14px 14px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
[class^="icon-"]:last-child,
|
|
[class*=" icon-"]:last-child {
|
|
*margin-left: 0;
|
|
}
|
|
|
|
.icon-white {
|
|
background-image: url("../img/glyphicons-halflings-white.png");
|
|
}
|
|
|
|
.icon-glass {
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.icon-music {
|
|
background-position: -24px 0;
|
|
}
|
|
|
|
.icon-search {
|
|
background-position: -48px 0;
|
|
}
|
|
|
|
.icon-envelope {
|
|
background-position: -72px 0;
|
|
}
|
|
|
|
.icon-heart {
|
|
background-position: -96px 0;
|
|
}
|
|
|
|
.icon-star {
|
|
background-position: -120px 0;
|
|
}
|
|
|
|
.icon-star-empty {
|
|
background-position: -144px 0;
|
|
}
|
|
|
|
.icon-user {
|
|
background-position: -168px 0;
|
|
}
|
|
|
|
.icon-film {
|
|
background-position: -192px 0;
|
|
}
|
|
|
|
.icon-th-large {
|
|
background-position: -216px 0;
|
|
}
|
|
|
|
.icon-th {
|
|
background-position: -240px 0;
|
|
}
|
|
|
|
.icon-th-list {
|
|
background-position: -264px 0;
|
|
}
|
|
|
|
.icon-ok {
|
|
background-position: -288px 0;
|
|
}
|
|
|
|
.icon-remove {
|
|
background-position: -312px 0;
|
|
}
|
|
|
|
.icon-zoom-in {
|
|
background-position: -336px 0;
|
|
}
|
|
|
|
.icon-zoom-out {
|
|
background-position: -360px 0;
|
|
}
|
|
|
|
.icon-off {
|
|
background-position: -384px 0;
|
|
}
|
|
|
|
.icon-signal {
|
|
background-position: -408px 0;
|
|
}
|
|
|
|
.icon-cog {
|
|
background-position: -432px 0;
|
|
}
|
|
|
|
.icon-trash {
|
|
background-position: -456px 0;
|
|
}
|
|
|
|
.icon-home {
|
|
background-position: 0 -24px;
|
|
}
|
|
|
|
.icon-file {
|
|
background-position: -24px -24px;
|
|
}
|
|
|
|
.icon-time {
|
|
background-position: -48px -24px;
|
|
}
|
|
|
|
.icon-road {
|
|
background-position: -72px -24px;
|
|
}
|
|
|
|
.icon-download-alt {
|
|
background-position: -96px -24px;
|
|
}
|
|
|
|
.icon-download {
|
|
background-position: -120px -24px;
|
|
}
|
|
|
|
.icon-upload {
|
|
background-position: -144px -24px;
|
|
}
|
|
|
|
.icon-inbox {
|
|
background-position: -168px -24px;
|
|
}
|
|
|
|
.icon-play-circle {
|
|
background-position: -192px -24px;
|
|
}
|
|
|
|
.icon-repeat {
|
|
background-position: -216px -24px;
|
|
}
|
|
|
|
.icon-refresh {
|
|
background-position: -240px -24px;
|
|
}
|
|
|
|
.icon-list-alt {
|
|
background-position: -264px -24px;
|
|
}
|
|
|
|
.icon-lock {
|
|
background-position: -287px -24px;
|
|
}
|
|
|
|
.icon-flag {
|
|
background-position: -312px -24px;
|
|
}
|
|
|
|
.icon-headphones {
|
|
background-position: -336px -24px;
|
|
}
|
|
|
|
.icon-volume-off {
|
|
background-position: -360px -24px;
|
|
}
|
|
|
|
.icon-volume-down {
|
|
background-position: -384px -24px;
|
|
}
|
|
|
|
.icon-volume-up {
|
|
background-position: -408px -24px;
|
|
}
|
|
|
|
.icon-qrcode {
|
|
background-position: -432px -24px;
|
|
}
|
|
|
|
.icon-barcode {
|
|
background-position: -456px -24px;
|
|
}
|
|
|
|
.icon-tag {
|
|
background-position: 0 -48px;
|
|
}
|
|
|
|
.icon-tags {
|
|
background-position: -25px -48px;
|
|
}
|
|
|
|
.icon-book {
|
|
background-position: -48px -48px;
|
|
}
|
|
|
|
.icon-bookmark {
|
|
background-position: -72px -48px;
|
|
}
|
|
|
|
.icon-print {
|
|
background-position: -96px -48px;
|
|
}
|
|
|
|
.icon-camera {
|
|
background-position: -120px -48px;
|
|
}
|
|
|
|
.icon-font {
|
|
background-position: -144px -48px;
|
|
}
|
|
|
|
.icon-bold {
|
|
background-position: -167px -48px;
|
|
}
|
|
|
|
.icon-italic {
|
|
background-position: -192px -48px;
|
|
}
|
|
|
|
.icon-text-height {
|
|
background-position: -216px -48px;
|
|
}
|
|
|
|
.icon-text-width {
|
|
background-position: -240px -48px;
|
|
}
|
|
|
|
.icon-align-left {
|
|
background-position: -264px -48px;
|
|
}
|
|
|
|
.icon-align-center {
|
|
background-position: -288px -48px;
|
|
}
|
|
|
|
.icon-align-right {
|
|
background-position: -312px -48px;
|
|
}
|
|
|
|
.icon-align-justify {
|
|
background-position: -336px -48px;
|
|
}
|
|
|
|
.icon-list {
|
|
background-position: -360px -48px;
|
|
}
|
|
|
|
.icon-indent-left {
|
|
background-position: -384px -48px;
|
|
}
|
|
|
|
.icon-indent-right {
|
|
background-position: -408px -48px;
|
|
}
|
|
|
|
.icon-facetime-video {
|
|
background-position: -432px -48px;
|
|
}
|
|
|
|
.icon-picture {
|
|
background-position: -456px -48px;
|
|
}
|
|
|
|
.icon-pencil {
|
|
background-position: 0 -72px;
|
|
}
|
|
|
|
.icon-map-marker {
|
|
background-position: -24px -72px;
|
|
}
|
|
|
|
.icon-adjust {
|
|
background-position: -48px -72px;
|
|
}
|
|
|
|
.icon-tint {
|
|
background-position: -72px -72px;
|
|
}
|
|
|
|
.icon-edit {
|
|
background-position: -96px -72px;
|
|
}
|
|
|
|
.icon-share {
|
|
background-position: -120px -72px;
|
|
}
|
|
|
|
.icon-check {
|
|
background-position: -144px -72px;
|
|
}
|
|
|
|
.icon-move {
|
|
background-position: -168px -72px;
|
|
}
|
|
|
|
.icon-step-backward {
|
|
background-position: -192px -72px;
|
|
}
|
|
|
|
.icon-fast-backward {
|
|
background-position: -216px -72px;
|
|
}
|
|
|
|
.icon-backward {
|
|
background-position: -240px -72px;
|
|
}
|
|
|
|
.icon-play {
|
|
background-position: -264px -72px;
|
|
}
|
|
|
|
.icon-pause {
|
|
background-position: -288px -72px;
|
|
}
|
|
|
|
.icon-stop {
|
|
background-position: -312px -72px;
|
|
}
|
|
|
|
.icon-forward {
|
|
background-position: -336px -72px;
|
|
}
|
|
|
|
.icon-fast-forward {
|
|
background-position: -360px -72px;
|
|
}
|
|
|
|
.icon-step-forward {
|
|
background-position: -384px -72px;
|
|
}
|
|
|
|
.icon-eject {
|
|
background-position: -408px -72px;
|
|
}
|
|
|
|
.icon-chevron-left {
|
|
background-position: -432px -72px;
|
|
}
|
|
|
|
.icon-chevron-right {
|
|
background-position: -456px -72px;
|
|
}
|
|
|
|
.icon-plus-sign {
|
|
background-position: 0 -96px;
|
|
}
|
|
|
|
.icon-minus-sign {
|
|
background-position: -24px -96px;
|
|
}
|
|
|
|
.icon-remove-sign {
|
|
background-position: -48px -96px;
|
|
}
|
|
|
|
.icon-ok-sign {
|
|
background-position: -72px -96px;
|
|
}
|
|
|
|
.icon-question-sign {
|
|
background-position: -96px -96px;
|
|
}
|
|
|
|
.icon-info-sign {
|
|
background-position: -120px -96px;
|
|
}
|
|
|
|
.icon-screenshot {
|
|
background-position: -144px -96px;
|
|
}
|
|
|
|
.icon-remove-circle {
|
|
background-position: -168px -96px;
|
|
}
|
|
|
|
.icon-ok-circle {
|
|
background-position: -192px -96px;
|
|
}
|
|
|
|
.icon-ban-circle {
|
|
background-position: -216px -96px;
|
|
}
|
|
|
|
.icon-arrow-left {
|
|
background-position: -240px -96px;
|
|
}
|
|
|
|
.icon-arrow-right {
|
|
background-position: -264px -96px;
|
|
}
|
|
|
|
.icon-arrow-up {
|
|
background-position: -289px -96px;
|
|
}
|
|
|
|
.icon-arrow-down {
|
|
background-position: -312px -96px;
|
|
}
|
|
|
|
.icon-share-alt {
|
|
background-position: -336px -96px;
|
|
}
|
|
|
|
.icon-resize-full {
|
|
background-position: -360px -96px;
|
|
}
|
|
|
|
.icon-resize-small {
|
|
background-position: -384px -96px;
|
|
}
|
|
|
|
.icon-plus {
|
|
background-position: -408px -96px;
|
|
}
|
|
|
|
.icon-minus {
|
|
background-position: -433px -96px;
|
|
}
|
|
|
|
.icon-asterisk {
|
|
background-position: -456px -96px;
|
|
}
|
|
|
|
.icon-exclamation-sign {
|
|
background-position: 0 -120px;
|
|
}
|
|
|
|
.icon-gift {
|
|
background-position: -24px -120px;
|
|
}
|
|
|
|
.icon-leaf {
|
|
background-position: -48px -120px;
|
|
}
|
|
|
|
.icon-fire {
|
|
background-position: -72px -120px;
|
|
}
|
|
|
|
.icon-eye-open {
|
|
background-position: -96px -120px;
|
|
}
|
|
|
|
.icon-eye-close {
|
|
background-position: -120px -120px;
|
|
}
|
|
|
|
.icon-warning-sign {
|
|
background-position: -144px -120px;
|
|
}
|
|
|
|
.icon-plane {
|
|
background-position: -168px -120px;
|
|
}
|
|
|
|
.icon-calendar {
|
|
background-position: -192px -120px;
|
|
}
|
|
|
|
.icon-random {
|
|
background-position: -216px -120px;
|
|
}
|
|
|
|
.icon-comment {
|
|
background-position: -240px -120px;
|
|
}
|
|
|
|
.icon-magnet {
|
|
background-position: -264px -120px;
|
|
}
|
|
|
|
.icon-chevron-up {
|
|
background-position: -288px -120px;
|
|
}
|
|
|
|
.icon-chevron-down {
|
|
background-position: -313px -119px;
|
|
}
|
|
|
|
.icon-retweet {
|
|
background-position: -336px -120px;
|
|
}
|
|
|
|
.icon-shopping-cart {
|
|
background-position: -360px -120px;
|
|
}
|
|
|
|
.icon-folder-close {
|
|
background-position: -384px -120px;
|
|
}
|
|
|
|
.icon-folder-open {
|
|
background-position: -408px -120px;
|
|
}
|
|
|
|
.icon-resize-vertical {
|
|
background-position: -432px -119px;
|
|
}
|
|
|
|
.icon-resize-horizontal {
|
|
background-position: -456px -118px;
|
|
}
|
|
|
|
.icon-hdd {
|
|
background-position: 0 -144px;
|
|
}
|
|
|
|
.icon-bullhorn {
|
|
background-position: -24px -144px;
|
|
}
|
|
|
|
.icon-bell {
|
|
background-position: -48px -144px;
|
|
}
|
|
|
|
.icon-certificate {
|
|
background-position: -72px -144px;
|
|
}
|
|
|
|
.icon-thumbs-up {
|
|
background-position: -96px -144px;
|
|
}
|
|
|
|
.icon-thumbs-down {
|
|
background-position: -120px -144px;
|
|
}
|
|
|
|
.icon-hand-right {
|
|
background-position: -144px -144px;
|
|
}
|
|
|
|
.icon-hand-left {
|
|
background-position: -168px -144px;
|
|
}
|
|
|
|
.icon-hand-up {
|
|
background-position: -192px -144px;
|
|
}
|
|
|
|
.icon-hand-down {
|
|
background-position: -216px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-right {
|
|
background-position: -240px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-left {
|
|
background-position: -264px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-up {
|
|
background-position: -288px -144px;
|
|
}
|
|
|
|
.icon-circle-arrow-down {
|
|
background-position: -312px -144px;
|
|
}
|
|
|
|
.icon-globe {
|
|
background-position: -336px -144px;
|
|
}
|
|
|
|
.icon-wrench {
|
|
background-position: -360px -144px;
|
|
}
|
|
|
|
.icon-tasks {
|
|
background-position: -384px -144px;
|
|
}
|
|
|
|
.icon-filter {
|
|
background-position: -408px -144px;
|
|
}
|
|
|
|
.icon-briefcase {
|
|
background-position: -432px -144px;
|
|
}
|
|
|
|
.icon-fullscreen {
|
|
background-position: -456px -144px;
|
|
} |