[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 /* ThemeRoller override style sheet for jQuery date picker v4.1.0. */ 2 .ui-datepicker { 3 display: block; 4 } 5 #ui-datepicker-div, 6 .ui-datepicker-inline { 7 width: 17em; 8 font-size: 75%; 9 } 10 #ui-datepicker-div { 11 z-index: 100; 12 } 13 .ui-datepicker-inline { 14 float: left; 15 } 16 .ui-datepicker-rtl { 17 direction: rtl; 18 } 19 #ui-datepicker-div a, 20 .ui-datepicker-inline a { 21 text-decoration: none; 22 } 23 .ui-datepicker-prompt { 24 height: 1.5em; 25 padding-top: 0.25em; 26 text-align: center; 27 } 28 button.ui-datepicker-cmd { 29 height: 2em; 30 } 31 .ui-datepicker-cmd-clear { 32 float: left; 33 margin-left: 0.25em; 34 } 35 .ui-datepicker-cmd-close { 36 float: right; 37 margin-right: 0.25em; 38 } 39 .ui-datepicker-cmd-prev { 40 position: static; 41 float: left; 42 width: 30%; 43 height: auto; 44 margin-left: 1%; 45 } 46 .ui-datepicker-cmd-next { 47 position: static; 48 float: right; 49 width: 30%; 50 height: auto; 51 margin-right: 1%; 52 text-align: right; 53 } 54 .ui-datepicker-cmd-current, 55 .ui-datepicker-cmd-today { 56 float: left; 57 width: 37%; 58 text-align: center; 59 } 60 .ui-datepicker-month-nav { 61 float: left; 62 text-align: center; 63 } 64 .ui-datepicker-month-nav div { 65 float: left; 66 width: 12.5%; 67 margin: 1%; 68 padding: 1%; 69 } 70 .ui-datepicker-month-nav span { 71 color: #888; 72 } 73 .ui-datepicker-row-break { 74 width: 100%; 75 font-size: 100%; 76 } 77 .ui-datepicker-group { 78 float: left; 79 width: 17em; 80 } 81 .ui-datepicker-group .ui-datepicker-header { 82 height: 1.5em; 83 text-align: center; 84 } 85 .ui-datepicker select, 86 .ui-datepicker-inline select { 87 width: auto; 88 height: 1.66em; 89 border: none; 90 font-weight: bold; 91 } 92 .ui-datepicker th { 93 padding: 0.5em 0.3em; 94 } 95 .ui-datepicker td, 96 .ui-datepicker td a, 97 .ui-datepicker td span { 98 border: 1px solid transparent; 99 text-align: center; 100 } 101 .ui-datepicker-status { 102 padding: 0.25em 0em; 103 text-align: center; 104 } 105 .ui-datepicker .ui-helper-clearfix { 106 clear: both; 107 } 108 .ui-datepicker-cover { 109 display: none; 110 display/**/: block; 111 position: absolute; 112 z-index: -1; 113 filter: mask(); 114 top: -1px; 115 left: -1px; 116 width: 187px; 117 height: 187px; 118 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |