Skip to content

Commit

Permalink
Added compiled files for 2.3.0 and updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwassen committed Jul 14, 2014
1 parent ffb23f9 commit 7172f7a
Show file tree
Hide file tree
Showing 7 changed files with 607 additions and 6 deletions.
83 changes: 83 additions & 0 deletions dist/2.3.0/css/ng-annotate-2.3.0.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
.text-center {
text-align: center; }

.ng-annotation {
border-bottom: 1px solid #000;
cursor: pointer; }
.ng-annotation.red {
color: #000;
background: #fcbcbc;
border-color: #fcbcbc; }
.ng-annotation.green {
color: #000;
background: #c7fcbc;
border-color: #c7fcbc; }
.ng-annotation.blue {
color: #000;
background: #BCDFFC;
border-color: #BCDFFC; }
.ng-annotation.pink {
color: #000;
background: #fcbcfa;
border-color: #fcbcfa; }
.ng-annotation.yellow {
color: #000;
background: #fafcbc;
border-color: #fafcbc; }
.ng-annotation.aqua {
color: #000;
background: #bcfcf7;
border-color: #bcfcf7; }
.ng-annotation.strike {
text-decoration: line-through; }

.ng-annotation-popup {
width: 225px;
position: absolute;
z-index: 1000;
background: #fff;
box-shadow: 0 0 10px #777;
display: none;
padding: 10px; }

.ng-annotation-popup label {
display: block; }

.ng-annotation-popup:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
background: #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
right: -6px;
top: 50%;
margin-top: -5px;
z-index: 990;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc; }

.ng-annotation-tooltip {
width: 225px;
position: absolute;
z-index: 1000;
background: #fff;
box-shadow: 0 0 10px #777;
display: none;
padding: 10px; }

.ng-annotation-tooltip:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
background: #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
right: -6px;
top: 50%;
margin-top: -5px;
z-index: 990;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc; }
1 change: 1 addition & 0 deletions dist/2.3.0/css/ng-annotate-2.3.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7172f7a

Please sign in to comment.