src/css/LdtPlayer.css
branchpopcorn-port
changeset 761 69d80dd9c9d8
parent 728 9ee6badcb160
child 763 abaa61b81110
equal deleted inserted replaced
760:3460bee362db 761:69d80dd9c9d8
    71 
    71 
    72 .Ldt-AnnotationContent {
    72 .Ldt-AnnotationContent {
    73   padding:5px;
    73   padding:5px;
    74   padding-left: 12px;
    74   padding-left: 12px;
    75 
    75 
       
    76 }
       
    77 
       
    78 .Ldt-fbShare {
       
    79   display: block;
       
    80   float: left;
       
    81   width: 24px;
       
    82   height: 24px;
       
    83   background:url('imgs/facebook.png');
       
    84 }
       
    85 
       
    86 .Ldt-TwShare {
       
    87   display: block;
       
    88   float: left;
       
    89   width: 24px;
       
    90   height: 24px;
       
    91   background:url('imgs/twitter.png');
       
    92 }
       
    93 
       
    94 .Ldt-GplusShare {
       
    95   display: block;
       
    96   float: left;
       
    97   width: 24px;
       
    98   height: 24px;
       
    99   background:url('imgs/google.png');
    76 }
   100 }
    77 
   101 
    78 .Ldt-SaTitle{
   102 .Ldt-SaTitle{
    79   padding-top:2px;
   103   padding-top:2px;
    80   padding-bottom:3px;
   104   padding-bottom:3px;
   397 .Ldt-tweetAvatar-profileArrow {
   421 .Ldt-tweetAvatar-profileArrow {
   398   float: left;
   422   float: left;
   399   height: 48px;
   423   height: 48px;
   400   margin-left: 5px;
   424   margin-left: 5px;
   401   margin-right: 5px;
   425   margin-right: 5px;
       
   426   background:url('imgs/profile_arrow.png');
       
   427   background-position: 7 10px;
   402 }
   428 }
   403 
   429 
   404 .Ldt-tweet_userHandle {
   430 .Ldt-tweet_userHandle {
   405    float: left;
   431    float: left;
   406    color: #5c8df1;
   432    color: #5c8df1;
   422   position: relative;
   448   position: relative;
   423   float: right;
   449   float: right;
   424   height: 17px;
   450   height: 17px;
   425   width: 17px;
   451   width: 17px;
   426   margin-right: 1px;
   452   margin-right: 1px;
       
   453   background:url('imgs/minimize.png');
   427 }
   454 }
   428 
   455 
   429 .Ldt-tweetWidgetMinimize {
   456 .Ldt-tweetWidgetMinimize {
   430   position: relative;
   457   position: relative;
   431   float: right;
   458   float: right;
   432   height: 17px;
   459   height: 17px;
   433   width: 17px;
   460   width: 17px;
   434   right: 9px;
   461   right: 9px;
       
   462   background:url('imgs/minimize.png');
   435 }
   463 }
   436 
   464 
   437 .Ldt-tweetWidget * a:link {
   465 .Ldt-tweetWidget * a:link {
   438   color: #729efa;
   466   color: #729efa;
   439 
   467 
   616 
   644 
   617 .Ldt-createAnnotation-userAvatar img {  
   645 .Ldt-createAnnotation-userAvatar img {  
   618   display: block;
   646   display: block;
   619   border: 1px solid #babcbc;
   647   border: 1px solid #babcbc;
   620 }
   648 }
       
   649 
   621 .Ldt-createAnnotation-profileArrow {
   650 .Ldt-createAnnotation-profileArrow {
   622   display: table-cell;
   651   display: table-cell;
   623   vertical-align: top;
   652   vertical-align: top;
   624   height: 48px;
   653   height: 48px;
   625   width: 15px;
   654   width: 15px;
   626   padding-right: 5px;
   655   padding-right: 5px;
   627   padding-left: 3px;
   656   padding-left: 3px;
   628 }
   657   background:url('imgs/profile_arrow.png');
   629 
   658   background-repeat: no-repeat;
   630 .Ldt-createAnnotation-profileArrow img {
   659   background-position: center;
   631   display: block;
       
   632   margin-left: 4px;
       
   633 }
   660 }
   634 
   661 
   635 .Ldt-createAnnotation-Description {
   662 .Ldt-createAnnotation-Description {
   636   display: table-cell;   
   663   display: table-cell;   
   637   width: 100%;
   664   width: 100%;
   693   position: relative;
   720   position: relative;
   694   float: right;
   721   float: right;
   695   height: 17px;
   722   height: 17px;
   696   width: 17px;
   723   width: 17px;
   697   right: 0px;
   724   right: 0px;
       
   725   background:url('imgs/minimize.png');
   698 }
   726 }
   699 
   727 
   700 /* polemic tweet annotation buttons */
   728 /* polemic tweet annotation buttons */
   701 .Ldt-createAnnotation-polemics {
   729 .Ldt-createAnnotation-polemics {
   702   padding-top: 2px;
   730   padding-top: 2px;