diff options
| author | Misko Hevery | 2011-08-24 21:28:55 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-10-11 10:53:06 -0700 |
| commit | 1942861472a4cd8d2d72f2ed54ee2b63be5d68b8 (patch) | |
| tree | ef71c388e21704fd241367dfdfdf6d0181e480a8 /css/angular.css | |
| parent | b96e978178a6acbf048aa6db466ed845e1395445 (diff) | |
| download | angular.js-1942861472a4cd8d2d72f2ed54ee2b63be5d68b8.tar.bz2 | |
refactor(hover): delete hover service
Diffstat (limited to 'css/angular.css')
| -rw-r--r-- | css/angular.css | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/css/angular.css b/css/angular.css index 6c2c52f4..aadd0a31 100644 --- a/css/angular.css +++ b/css/angular.css @@ -19,68 +19,6 @@ border: 2px solid #FF0000; } - -/***************** - * TIP - *****************/ -#ng-callout { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-size: 13px; - font-weight: normal; - font-family: Verdana, Arial, Helvetica, sans-serif; - vertical-align: baseline; - background: transparent; - text-decoration: none; -} - -#ng-callout .ng-arrow-left{ - background-image: url("data:image/gif;base64,R0lGODlhCwAXAKIAAMzMzO/v7/f39////////wAAAAAAAAAAACH5BAUUAAQALAAAAAALABcAAAMrSLoc/AG8FeUUIN+sGebWAnbKSJodqqlsOxJtqYooU9vvk+vcJIcTkg+QAAA7"); - background-repeat: no-repeat; - background-position: left top; - position: absolute; - z-index:101; - left:-12px; - height:23px; - width:10px; - top:-3px; -} - -#ng-callout .ng-arrow-right{ - background-image: url("data:image/gif;base64,R0lGODlhCwAXAKIAAMzMzO/v7/f39////////wAAAAAAAAAAACH5BAUUAAQALAAAAAALABcAAAMrCLTcoM29yN6k9socs91e5X3EyJloipYrO4ohTMqA0Fn2XVNswJe+H+SXAAA7"); - background-repeat: no-repeat; - background-position: left top; - position: absolute; - z-index:101; - height:23px; - width:11px; - top:-2px; -} - -#ng-callout { - position: absolute; - z-index:100; - border: 2px solid #CCCCCC; - background-color: #fff; -} - -#ng-callout .ng-content{ - padding:10px 10px 10px 10px; - color:#333333; -} - -#ng-callout .ng-title{ - background-color: #CCCCCC; - text-align: left; - padding-left: 8px; - padding-bottom: 5px; - padding-top: 2px; - font-weight:bold; -} - - /***************** * indicators *****************/ |
