| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305 |
- /*! X-editable - v1.5.1
- * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
- * http://github.com/vitalets/x-editable
- * Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
- /*
- BS3 width:1005 for inputs breaks editable form in popup
- See: https://github.com/vitalets/x-editable/issues/393
- */
- /*for jquery-ui buttons need set height to look more pretty*/
- /*add padding for jquery ui*/
- /* ---- For specific types ---- */
- /* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
- /* checklist vertical alignment */
- /* set exact width of textarea to fit buttons toolbar */
- /* clear button shown as link in date inputs */
- /* IOS-style clear button for text inputs */
- /*see https://github.com/vitalets/x-editable/issues/139 */
- /*!
- * 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
- *
- */
- .editableform {
- margin-bottom: 0;
- .control-group {
- margin-bottom: 0;
- white-space: nowrap;
- line-height: 20px;
- }
- .form-control {
- width: auto;
- }
- .editable-date {
- padding: 0;
- margin: 0;
- float: left;
- }
- }
- .editable-buttons {
- display: inline-block;
- vertical-align: top;
- margin-left: 7px;
- zoom: 1;
- *display: inline;
- .editable-cancel {
- margin-left: 7px;
- }
- button.ui-button-icon-only {
- height: 24px;
- width: 30px;
- }
- }
- .editable-buttons.editable-buttons-bottom {
- display: block;
- margin-top: 7px;
- margin-left: 0;
- }
- .editable-input {
- vertical-align: top;
- display: inline-block;
- width: auto;
- white-space: normal;
- zoom: 1;
- *display: inline;
- }
- .editableform-loading {
- background: url('../img/loading.gif') center center no-repeat;
- height: 25px;
- width: auto;
- min-width: 25px;
- }
- .editable-inline {
- .editableform-loading {
- background-position: left 5px;
- }
- .add-on {
- .icon-th {
- margin-top: 3px;
- margin-left: 1px;
- }
- }
- }
- .editable-error-block {
- max-width: 300px;
- margin: 5px 0 0 0;
- width: auto;
- white-space: normal;
- }
- .editable-error-block.ui-state-error {
- padding: 3px;
- }
- .editable-error {
- color: red;
- }
- .editable-checklist {
- label {
- input[type="checkbox"] {
- vertical-align: middle;
- margin: 0;
- }
- span {
- vertical-align: middle;
- margin: 0;
- }
- white-space: nowrap;
- }
- }
- .editable-wysihtml5 {
- width: 566px;
- height: 250px;
- }
- .editable-clear {
- clear: both;
- font-size: 0.9em;
- text-decoration: none;
- text-align: right;
- }
- .editable-clear-x {
- background: url('../img/clear.png') center center no-repeat;
- display: block;
- width: 13px;
- height: 13px;
- position: absolute;
- opacity: 0.6;
- z-index: 100;
- top: 50%;
- right: 6px;
- margin-top: -6px;
- &:hover {
- opacity: 1;
- }
- }
- .editable-pre-wrapped {
- white-space: pre-wrap;
- }
- .editable-container.editable-popup {
- max-width: none !important;
- }
- .editable-container.popover {
- width: auto;
- }
- .editable-container.editable-inline {
- display: inline-block;
- vertical-align: middle;
- width: auto;
- zoom: 1;
- *display: inline;
- }
- .editable-container.ui-widget {
- font-size: inherit;
- z-index: 9990;
- }
- .editable-click {
- text-decoration: none;
- border-bottom: dashed 1px #0088cc;
- }
- a.editable-click {
- text-decoration: none;
- border-bottom: dashed 1px #0088cc;
- &:hover {
- text-decoration: none;
- border-bottom: dashed 1px #0088cc;
- }
- }
- .editable-click.editable-disabled {
- color: #585858;
- cursor: default;
- border-bottom: none;
- }
- a.editable-click.editable-disabled {
- color: #585858;
- cursor: default;
- border-bottom: none;
- &:hover {
- color: #585858;
- cursor: default;
- border-bottom: none;
- }
- }
- .editable-empty {
- font-style: italic;
- color: #DD1144;
- text-decoration: none;
- &:hover {
- font-style: italic;
- color: #DD1144;
- text-decoration: none;
- }
- &:focus {
- font-style: italic;
- color: #DD1144;
- text-decoration: none;
- }
- }
- .editable-unsaved {
- font-weight: bold;
- }
- .editable-bg-transition {
- -webkit-transition: background-color 1400ms ease-out;
- -moz-transition: background-color 1400ms ease-out;
- -o-transition: background-color 1400ms ease-out;
- -ms-transition: background-color 1400ms ease-out;
- transition: background-color 1400ms ease-out;
- }
- .form-horizontal {
- .editable {
- padding-top: 5px;
- display: inline-block;
- }
- }
- .editableform {
- .datepicker {
- padding: 4px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- direction: ltr;
- > div {
- display: none;
- }
- table {
- margin: 0;
- tr {
- td.day {
- &:hover {
- background: #eeeeee;
- cursor: pointer;
- }
- }
- td.old {
- color: #999999;
- }
- td.new {
- color: #999999;
- }
- td.disabled {
- background: none;
- color: #999999;
- cursor: default;
- &:hover {
- background: none;
- color: #999999;
- cursor: default;
- }
- }
- td.today {
- 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);
- color: #000;
- &: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);
- color: #000;
- background-color: #fdf59a;
- &:hover {
- background-color: #fdf59a;
- color: #000;
- }
- &:active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- }
- }
- &:active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- }
- &:hover.active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- }
- &:hover.disabled {
- background-color: #fdf59a;
- }
- &:hover[disabled] {
- background-color: #fdf59a;
- }
- }
- td.today.disabled {
- 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);
- color: #000;
- background-color: #fdf59a;
- &: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);
- color: #000;
- background-color: #fdf59a;
- &:hover {
- background-color: #fdf59a;
- }
- &:active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- }
- }
- &:active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- }
- &:hover.active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- }
- &:hover.disabled {
- background-color: #fdf59a;
- }
- &:hover[disabled] {
- background-color: #fdf59a;
- }
- }
- td.today.active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- &:hover {
- color: #fff;
- }
- }
- td.today.disabled.active {
- background-color: #fdf59a;
- background-color: #fbf069 \9;
- }
- td.today.disabled.disabled {
- background-color: #fdf59a;
- }
- td.today[disabled] {
- background-color: #fdf59a;
- }
- td.today.disabled[disabled] {
- background-color: #fdf59a;
- }
- td.range {
- background: #eeeeee;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- &:hover {
- background: #eeeeee;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- }
- td.range.disabled {
- background: #eeeeee;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- &:hover {
- background: #eeeeee;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- }
- }
- td.range.today {
- background-color: #f3d17a;
- background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
- background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: linear-gradient(top, #f3c17a, #f3e97a);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
- border-color: #f3e97a #f3e97a #edde34;
- 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);
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- &:hover {
- background-color: #f3d17a;
- background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
- background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: linear-gradient(top, #f3c17a, #f3e97a);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
- border-color: #f3e97a #f3e97a #edde34;
- 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);
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- background-color: #f3e97a;
- &:hover {
- background-color: #f3e97a;
- }
- &:active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- }
- &:active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- &:hover.active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- &:hover.disabled {
- background-color: #f3e97a;
- }
- &:hover[disabled] {
- background-color: #f3e97a;
- }
- }
- td.range.today.disabled {
- background-color: #f3d17a;
- background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
- background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: linear-gradient(top, #f3c17a, #f3e97a);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
- border-color: #f3e97a #f3e97a #edde34;
- 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);
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- background-color: #f3e97a;
- &:hover {
- background-color: #f3d17a;
- background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
- background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
- background-image: linear-gradient(top, #f3c17a, #f3e97a);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
- border-color: #f3e97a #f3e97a #edde34;
- 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);
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- background-color: #f3e97a;
- &:hover {
- background-color: #f3e97a;
- }
- &:active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- }
- &:active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- &:hover.active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- &:hover.disabled {
- background-color: #f3e97a;
- }
- &:hover[disabled] {
- background-color: #f3e97a;
- }
- }
- td.range.today.active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- td.range.today.disabled.active {
- background-color: #f3e97a;
- background-color: #efe24b \9;
- }
- td.range.today.disabled.disabled {
- background-color: #f3e97a;
- }
- td.range.today[disabled] {
- background-color: #f3e97a;
- }
- td.range.today.disabled[disabled] {
- background-color: #f3e97a;
- }
- td.selected {
- background-color: #9e9e9e;
- background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
- background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
- background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
- background-image: -o-linear-gradient(top, #b3b3b3, #808080);
- background-image: linear-gradient(top, #b3b3b3, #808080);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
- border-color: #808080 #808080 #595959;
- 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);
- &:hover {
- background-color: #9e9e9e;
- background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
- background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
- background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
- background-image: -o-linear-gradient(top, #b3b3b3, #808080);
- background-image: linear-gradient(top, #b3b3b3, #808080);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
- border-color: #808080 #808080 #595959;
- 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);
- background-color: #808080;
- &:hover {
- background-color: #808080;
- }
- &:active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- }
- &:active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- &:hover.active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- &:hover.disabled {
- background-color: #808080;
- }
- &:hover[disabled] {
- background-color: #808080;
- }
- }
- td.selected.disabled {
- background-color: #9e9e9e;
- background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
- background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
- background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
- background-image: -o-linear-gradient(top, #b3b3b3, #808080);
- background-image: linear-gradient(top, #b3b3b3, #808080);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
- border-color: #808080 #808080 #595959;
- 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);
- background-color: #808080;
- &:hover {
- background-color: #9e9e9e;
- background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
- background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
- background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
- background-image: -o-linear-gradient(top, #b3b3b3, #808080);
- background-image: linear-gradient(top, #b3b3b3, #808080);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
- border-color: #808080 #808080 #595959;
- 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);
- background-color: #808080;
- &:hover {
- background-color: #808080;
- }
- &:active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- }
- &:active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- &:hover.active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- &:hover.disabled {
- background-color: #808080;
- }
- &:hover[disabled] {
- background-color: #808080;
- }
- }
- td.selected.active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- td.selected.disabled.active {
- background-color: #808080;
- background-color: #666666 \9;
- }
- td.selected.disabled.disabled {
- background-color: #808080;
- }
- td.selected[disabled] {
- background-color: #808080;
- }
- td.selected.disabled[disabled] {
- background-color: #808080;
- }
- td.active {
- 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);
- &: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);
- background-color: #0044cc;
- &:hover {
- background-color: #0044cc;
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.disabled {
- background-color: #0044cc;
- }
- &:hover[disabled] {
- background-color: #0044cc;
- }
- }
- td.active.disabled {
- 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);
- background-color: #0044cc;
- &: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);
- background-color: #0044cc;
- &:hover {
- background-color: #0044cc;
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.disabled {
- background-color: #0044cc;
- }
- &:hover[disabled] {
- background-color: #0044cc;
- }
- }
- td.active.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- td.active.disabled.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- td.active.disabled.disabled {
- background-color: #0044cc;
- }
- td.active[disabled] {
- background-color: #0044cc;
- }
- td.active.disabled[disabled] {
- background-color: #0044cc;
- }
- 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;
- &:hover {
- background: #eeeeee;
- }
- }
- span.disabled {
- background: none;
- color: #999999;
- cursor: default;
- &:hover {
- background: none;
- color: #999999;
- cursor: default;
- }
- }
- span.active {
- 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);
- &: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);
- background-color: #0044cc;
- &:hover {
- background-color: #0044cc;
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.disabled {
- background-color: #0044cc;
- }
- &:hover[disabled] {
- background-color: #0044cc;
- }
- }
- span.active.disabled {
- 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);
- background-color: #0044cc;
- &: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);
- background-color: #0044cc;
- &:hover {
- background-color: #0044cc;
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- }
- &:active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- &:hover.disabled {
- background-color: #0044cc;
- }
- &:hover[disabled] {
- background-color: #0044cc;
- }
- }
- span.active.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- span.active.disabled.active {
- background-color: #0044cc;
- background-color: #003399 \9;
- }
- span.active.disabled.disabled {
- background-color: #0044cc;
- }
- span.active[disabled] {
- background-color: #0044cc;
- }
- span.active.disabled[disabled] {
- background-color: #0044cc;
- }
- span.old {
- color: #999999;
- }
- span.new {
- color: #999999;
- }
- }
- }
- }
- td {
- text-align: center;
- width: 20px;
- height: 20px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- border: none;
- }
- th {
- text-align: center;
- width: 20px;
- height: 20px;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- border: none;
- }
- th.datepicker-switch {
- width: 145px;
- }
- thead {
- tr {
- &:first-child {
- th {
- cursor: pointer;
- &:hover {
- background: #eeeeee;
- }
- }
- th.cw {
- cursor: default;
- background-color: transparent;
- }
- }
- }
- }
- tfoot {
- tr {
- th {
- cursor: pointer;
- &:hover {
- background: #eeeeee;
- }
- }
- }
- }
- .cw {
- font-size: 10px;
- width: 12px;
- padding: 0 2px 0 5px;
- vertical-align: middle;
- }
- }
- .datepicker-inline {
- width: 220px;
- }
- .datepicker.datepicker-rtl {
- direction: rtl;
- table {
- tr {
- td {
- span {
- float: right;
- }
- }
- }
- }
- }
- .datepicker-dropdown {
- top: 0;
- left: 0;
- &: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;
- }
- &: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.days {
- div.datepicker-days {
- display: block;
- }
- }
- .datepicker.months {
- div.datepicker-months {
- display: block;
- }
- }
- .datepicker.years {
- div.datepicker-years {
- display: block;
- }
- }
- }
- .table-striped {
- .datepicker {
- table {
- tr {
- td {
- background-color: transparent;
- }
- th {
- background-color: transparent;
- }
- }
- }
- }
- }
- .input-append.date {
- .add-on {
- i {
- display: block;
- cursor: pointer;
- width: 16px;
- height: 16px;
- }
- }
- }
- .input-prepend.date {
- .add-on {
- i {
- display: block;
- cursor: pointer;
- width: 16px;
- height: 16px;
- }
- }
- }
- .input-daterange {
- input {
- text-align: center;
- &:first-child {
- -webkit-border-radius: 3px 0 0 3px;
- -moz-border-radius: 3px 0 0 3px;
- border-radius: 3px 0 0 3px;
- }
- &:last-child {
- -webkit-border-radius: 0 3px 3px 0;
- -moz-border-radius: 0 3px 3px 0;
- border-radius: 0 3px 3px 0;
- }
- }
- .add-on {
- display: inline-block;
- width: auto;
- min-width: 16px;
- height: 18px;
- padding: 4px 5px;
- font-weight: normal;
- line-height: 18px;
- text-align: center;
- text-shadow: 0 1px 0 #ffffff;
- vertical-align: middle;
- background-color: #eeeeee;
- border: 1px solid #ccc;
- margin-left: -5px;
- margin-right: -5px;
- }
- }
|