Sha256: 9f2a89ee2093de1a68aee7f68057d94574949288bc330c8bcfcaf7ad07f84e5a

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 KB

Contents

// dispatch statistics
#progress-bar { height: 25px; }
#dispatch-progress-holder { background:#373737; padding:4px; @include rounded(5px); }
#dispatch-progress-read { background:image-url('forge/read-meter-bg.png') $red; color:white; float:left; font-size:12px; font-weight:bold; height:22px; padding-top:3px; @include rounded(5px); }
#dispatch-progress-sent { background:#EAEAEA; float:left; height:25px; @include rounded(5px); @include box-shadow-inset(0px 2px 5px #999); }

#dispatch-stats {
  .column { padding-top:0px; }
  .inner-half { width:340px; }
  big, big a { background:none; color:$black; display:block; font-size:28px; font-weight:700; line-height:30px;
    &:hover { text-decoration:none; }
  }
  small a { background:$red; float:right; font-weight:bold; padding:0 4px; position:relative; top:-20px; }
  .grey {
    .link { float:left; width:70%; }
    .click { float:right; width:26%; }
  }
}


.chart-legend { margin-top:3px;
  span { display:inline-block; width:10px; height:10px; @include rounded(3px); margin-right:3px; }
  div { float:left; margin-right:10px; font-size:12px; }
}
.read span { background:$red;}
.unread span { background:white; }
.clicked span { background:white; }
.unsubscribed span { background:#80b0e1;}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forge-cli-0.0.10 lib/forge/lib/assets/stylesheets/forge/dispatches.css.scss
forge-cli-0.0.9 lib/forge/lib/assets/stylesheets/forge/dispatches.css.scss
forge-cli-0.0.8 lib/forge/lib/assets/stylesheets/forge/dispatches.css.scss
forge-cli-0.0.7 lib/forge/lib/assets/stylesheets/forge/dispatches.css.scss
forge-cli-0.0.6 lib/forge/lib/assets/stylesheets/forge/dispatches.css.scss