fonts
4 years ago
images
4 years ago
admin-fix.css
4 years ago
admin-fix.min.css
4 years ago
editor-rtl.css
4 years ago
editor.css
4 years ago
editor.min-rtl.css
4 years ago
editor.min.css
4 years ago
gutenberg-jalali-calendar.build.css
4 years ago
jalalidatepicker.css
4 years ago
jalalidatepicker.min.css
4 years ago
jquery-ui.css
4 years ago
settings.css
4 years ago
settings.min.css
4 years ago
timepicki.css
4 years ago
timepicki.min.css
4 years ago
vazir-font.css
4 years ago
vazir-font.min.css
4 years ago
timepicki.css
92 lines
| 1 | |
| 2 | /* |
| 3 | Created on: 17 Sep, 2014, 4:29:37 PM |
| 4 | Author: senthil |
| 5 | */ |
| 6 | |
| 7 | .ti_tx, |
| 8 | .mi_tx, |
| 9 | .mer_tx { |
| 10 | width: 100%; |
| 11 | text-align: center; |
| 12 | margin: 10px 0; |
| 13 | } |
| 14 | |
| 15 | .time, |
| 16 | .mins, |
| 17 | .meridian { |
| 18 | width: 60px; |
| 19 | float: left; |
| 20 | margin: 0 10px; |
| 21 | font-size: 20px; |
| 22 | color: #2d2e2e; |
| 23 | font-family: arial; |
| 24 | font-weight: 700; |
| 25 | } |
| 26 | |
| 27 | .prev, |
| 28 | .next { |
| 29 | cursor: pointer; |
| 30 | padding: 18px; |
| 31 | width: 28%; |
| 32 | border: 1px solid #ccc; |
| 33 | margin: auto; |
| 34 | background: url(../images/arrow-down.png) no-repeat; |
| 35 | border-radius: 5px; |
| 36 | } |
| 37 | |
| 38 | .prev:hover, |
| 39 | .next:hover { |
| 40 | background-color: #ccc; |
| 41 | } |
| 42 | |
| 43 | .next { |
| 44 | background-position: 50% 150%; |
| 45 | } |
| 46 | |
| 47 | .prev { |
| 48 | background-position: 50% -50%; |
| 49 | } |
| 50 | |
| 51 | .time_pick { |
| 52 | position: relative; |
| 53 | } |
| 54 | |
| 55 | .timepicker_wrap { |
| 56 | padding: 10px; |
| 57 | border-radius: 5px; |
| 58 | z-index: 998; |
| 59 | display: none; |
| 60 | box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35); |
| 61 | background: #f6f6f6; |
| 62 | border: 1px solid #ccc; |
| 63 | float: left; |
| 64 | position: absolute; |
| 65 | top: 27px; |
| 66 | left: 0; |
| 67 | } |
| 68 | |
| 69 | .arrow_top { |
| 70 | position: absolute; |
| 71 | top: -10px; |
| 72 | left: 20px; |
| 73 | background: url(../images/arrow-up.png) no-repeat; |
| 74 | width: 18px; |
| 75 | height: 10px; |
| 76 | z-index: 999; |
| 77 | } |
| 78 | input.timepicki-input { |
| 79 | background: none repeat scroll 0 0 #FFFFFF; |
| 80 | border: 1px solid #CCCCCC; |
| 81 | border-radius: 5px 5px 5px 5px; |
| 82 | float: none; |
| 83 | margin: 0; |
| 84 | text-align: center; |
| 85 | width: 70%; |
| 86 | } |
| 87 | a.reset_time { |
| 88 | float: left; |
| 89 | margin-top: 5px; |
| 90 | color: #000; |
| 91 | } |
| 92 |