Advertisement
Guest User

Untitled

a guest
Aug 7th, 2012
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.03 KB | None | 0 0
  1. .fn-gantt .bottom {
  2.     clear: both;
  3.     background-color: #f6f6f6;
  4.     width: 100%;
  5. }
  6. .fn-gantt .navigate {
  7.     border-top: 1px solid #DDD;
  8.     padding: 10px 0 10px 225px;
  9. }
  10.  
  11. .fn-gantt .navigate .nav-slider {
  12.     height: 20px;
  13.     display: inline-block;
  14. }
  15.  
  16. .fn-gantt .navigate .nav-slider-left, .fn-gantt .navigate .nav-slider-right {
  17.     text-align: center;
  18.     height: 20px;
  19.     display: inline-block;
  20. }
  21.  
  22. .fn-gantt .navigate .nav-slider-left {
  23.     float: left;
  24. }
  25.  
  26. .fn-gantt .navigate .nav-slider-right {
  27.     float: right;
  28. }
  29.  
  30. .fn-gantt .navigate .nav-slider-content {
  31.     text-align: left;
  32.     width: 160px;
  33.     height: 20px;
  34.     display: inline-block;
  35.     margin: 0 10px;
  36. }
  37.  
  38. .fn-gantt .navigate .nav-slider-bar, .fn-gantt .navigate .nav-slider-button {
  39.     position: absolute;
  40.     display: block;
  41. }
  42.  
  43. .fn-gantt .navigate .nav-slider-bar {
  44.     width: 155px;
  45.     height: 6px;
  46.     background-color: #838688;
  47.     margin: 8px 0 0 0;
  48.         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
  49.         -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
  50.         box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
  51.             -webkit-border-radius: 3px;
  52.             -moz-border-radius: 3px;
  53.             border-radius: 3px;
  54. }
  55.  
  56. .fn-gantt .navigate .nav-slider-button {
  57.     width: 17px;
  58.     height: 60px;
  59.     background: url(../img/slider_handle.png) center center no-repeat;
  60.     left: 0px;
  61.     top: 0px;
  62.     margin: -26px 0 0 0;
  63.     cursor: pointer;
  64. }
  65.  
  66. .fn-gantt .navigate .page-number {
  67.     display: inline-block;
  68.     font-size: 10px;
  69.     height: 20px;
  70. }
  71.  
  72. .fn-gantt .navigate .page-number span {
  73.     color: #666666;
  74.     margin: 0 6px;
  75.     height: 20px;
  76.     line-height: 20px;
  77.     display: inline-block;
  78. }
  79.  
  80. .fn-gantt .navigate a:link, .fn-gantt .navigate a:visited, .fn-gantt .navigate a:active {
  81.     text-decoration: none;
  82. }
  83.  
  84. .fn-gantt .nav-link {
  85.     margin: 0 3px 0 0;
  86.     display: inline-block;
  87.     width: 20px;
  88.     height: 20px;
  89.     font-size: 0px;
  90.     background: #595959 url(../img/icon_sprite.png) !important;
  91.     border: 1px solid #454546;
  92.     cursor: pointer;
  93.     vertical-align: top;
  94.         -webkit-border-radius: 2px;
  95.         -moz-border-radius: 2px;
  96.         border-radius: 2px;
  97.             -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
  98.             -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
  99.             box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
  100.                 -webkit-box-sizing: border-box;
  101.                 -moz-box-sizing: border-box;
  102.                 box-sizing: border-box;
  103. }
  104. .fn-gantt .nav-link:active {
  105.     -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
  106.     -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
  107.     box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
  108. }
  109.  
  110. .fn-gantt .navigate .nav-page-back {
  111.     background-position: 1px 0 !important;
  112.     margin: 0;
  113. }
  114.  
  115. .fn-gantt .navigate .nav-page-next {
  116.     background-position: 1px -16px !important;
  117.     margin-right: 15px;
  118. }
  119.  
  120. .fn-gantt .navigate .nav-slider .nav-page-next {
  121.     margin-right: 5px;
  122. }
  123.  
  124. .fn-gantt .navigate .nav-begin {
  125.     background-position: 1px -112px !important;
  126. }
  127.  
  128. .fn-gantt .navigate .nav-prev-week {
  129.     background-position: 1px -128px !important;
  130. }
  131.  
  132. .fn-gantt .navigate .nav-prev-day {
  133.     background-position: 1px -48px !important;
  134. }
  135.  
  136. .fn-gantt .navigate .nav-next-day {
  137.     background-position: 1px -64px !important;
  138. }
  139.  
  140. .fn-gantt .navigate .nav-next-week {
  141.     background-position: 1px -160px !important;
  142. }
  143.  
  144. .fn-gantt .navigate .nav-end {
  145.     background-position: 1px -144px !important;
  146. }
  147.  
  148. .fn-gantt .navigate .nav-zoomOut {
  149.     background-position: 1px -96px !important;
  150. }
  151.  
  152. .fn-gantt .navigate .nav-zoomIn {
  153.     background-position: 1px -80px !important;
  154.     margin-left: 15px;
  155. }
  156.  
  157. .fn-gantt .navigate .nav-now {
  158.     background-position: 1px -32px !important;
  159. }
  160.  
  161. .fn-gantt .navigate .nav-slider .nav-now {
  162.     margin-right: 5px;
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement