Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Add more offset to date labels
Browse files Browse the repository at this point in the history
  • Loading branch information
cycloon committed Aug 17, 2012
1 parent d9e9039 commit 72b2ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions styles/css/gantti.css
Expand Up @@ -98,7 +98,7 @@
display: block;
border-right: 1px solid #001f27;
border-bottom: 1px solid #001f27;
text-indent: -6000px; }
text-indent: -12000px; }

.gantt-day.weekend span {
background: #073642; }
Expand Down Expand Up @@ -138,7 +138,7 @@
background: white;
bottom: 0;
z-index: 1000;
text-indent: -6000px;
text-indent: -12000px;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px; }
Expand Down
4 changes: 2 additions & 2 deletions styles/scss/gantti.scss
Expand Up @@ -125,7 +125,7 @@ $aside-width: 200px;
display: block;
border-right: 1px solid $color-lines;
border-bottom: 1px solid $color-lines;
text-indent: -6000px;
text-indent: -12000px;
}
.gantt-day.weekend span {
background: $color-background-light;
Expand Down Expand Up @@ -168,7 +168,7 @@ $aside-width: 200px;
background: $color-today;
bottom: 0;
z-index: 1000;
text-indent: -6000px;
text-indent: -12000px;
-webkit-box-shadow: rgba(0,0,0, .3) 0 0 10px;
-moz-box-shadow: rgba(0,0,0, .3) 0 0 10px;
box-shadow: rgba(0,0,0, .3) 0 0 10px;
Expand Down

0 comments on commit 72b2ebd

Please sign in to comment.