src/widgets/Social.css
branchnew-model
changeset 927 977a39c4ee80
parent 924 64c2eaafe5e2
child 1071 02c04d2c8fd8
equal deleted inserted replaced
926:e47ed8eb75cd 927:977a39c4ee80
     1 .Ldt-Social a {
     1 .Ldt-Social a {
     2     display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
     2     display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
       
     3 }
       
     4 
       
     5 .Ldt-Social-Url-Container {
       
     6     display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; position: relative;
       
     7 }
       
     8 
       
     9 a.Ldt-Social-Url {
       
    10     margin: 0; background-position: -96px 0;
       
    11 }
       
    12 
       
    13 a.Ldt-Social-Url:hover {
       
    14     background-position: -96px -24px;
       
    15 }
       
    16 
       
    17 .Ldt-Social-UrlPop {
       
    18     position: absolute; left: 20px; top: -2px; background: url(img/socialcopy.png);
       
    19     padding: 3px 0 0 12px; width: 218px; height: 27px;
       
    20     display: none;
       
    21 }
       
    22 
       
    23 .Ldt-Social-Input, .Ldt-Social-CopyBtn {
       
    24     font-size: 11px; margin: 1px; border: 1px solid #ccc; height: 16px;
       
    25     padding: 1px; border-radius: 2px; display: inline-block;
       
    26 }
       
    27 
       
    28 .Ldt-Social-Input:hover, .Ldt-Social-CopyBtn.hover {
       
    29     border-color: #8080ff;
       
    30 }
       
    31 
       
    32 .Ldt-Social-Input {
       
    33     width: 150px;
       
    34 }
       
    35 
       
    36 .Ldt-Social-CopyBtn {
       
    37     font-weight: bold; width: 50px; text-align: center; background: #f0f0ff;
       
    38 }
       
    39 
       
    40 .Ldt-Social-CopyBtn.hover {
       
    41     background: #ffe0a0;
       
    42 }
       
    43 
       
    44 .Ldt-Social-CopyBtn.active {
       
    45     background: #ff8000;
     3 }
    46 }
     4 
    47 
     5 a.Ldt-Social-Twitter {
    48 a.Ldt-Social-Twitter {
     6     background-position: 0 0;
    49     background-position: 0 0;
     7 }
    50 }