src/css/LdtPlayer.css
author hamidouk
Fri, 25 Nov 2011 12:26:28 +0100
branchpopcorn-port
changeset 334 e20f97514d44
parent 328 279f188a5624
child 335 54c0686efd85
permissions -rw-r--r--
move the styling of a segment from the templates to the css. Also fixed a mouseover opacity bug.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     1
    #demo-frame > div.demo { padding: 5px !important; };
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     2
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     3
    button.ui-button-icon-only  {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     4
      height:1.5em;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     5
      width:1.5em;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     6
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     7
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     8
    #Ldt-loader {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
     9
      background:url(imgs/loader.gif) no-repeat;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    10
      width:20px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    11
      height:16px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    12
      float:left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    13
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    14
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
    15
   .Ldt-AnnotationsWidget {
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    16
      font-size: 62.5%;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    17
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    18
      background-color:#eeeeee;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    19
      padding:5px;
307
db5ecd5bbcf2 style changes for the annotationsWidget.
hamidouk
parents: 306
diff changeset
    20
      background:url('imgs/wire_pattern.png') repeat scroll transparent ;
310
a8b9e3b6e31c added border to the annotationsWidget.
hamidouk
parents: 307
diff changeset
    21
      border-color: #b6b8b8;
a8b9e3b6e31c added border to the annotationsWidget.
hamidouk
parents: 307
diff changeset
    22
      border-width: 1px;
a8b9e3b6e31c added border to the annotationsWidget.
hamidouk
parents: 307
diff changeset
    23
      border-style: solid;
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    24
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    25
334
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
    26
    .Ldt-SegmentsWidget {
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
    27
      background-color: #b6b8b7;
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
    28
      overflow: auto; /* clear the floats */
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
    29
    }
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
    30
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    31
    .Ldt-iri-chapter{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    32
      border-left:solid 1px #000;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    33
      border-right:solid 1px #000;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    34
      float: left;
328
279f188a5624 changed the height of a segmentWidget chapter to 10px from 3px;
hamidouk
parents: 325
diff changeset
    35
      height: 10px;
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    36
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    37
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    38
    .tooltip {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    39
      display:none;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    40
      background:transparent url(imgs/white_arrow_mini.png);
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    41
      font-size:12px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    42
      height:55px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    43
      width:180px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    44
      padding:10px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    45
      padding-left:15px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    46
      padding-top:15px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    47
      padding-right:15px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    48
      color:#000;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    49
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    50
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    51
    #Ldt-Root{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    52
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    53
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    54
    #Ldt-Hat{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    55
      height:3px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    56
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    57
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    58
    #Ldt-Annotations{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    59
      padding-left:5px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    60
      width:470px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    61
      float:left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    62
      font-size: 62.5%;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    63
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    64
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    65
    .Ldt-SaTitle{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    66
      padding-top:2px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    67
      padding-bottom:5px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    68
      font-size:18px;
307
db5ecd5bbcf2 style changes for the annotationsWidget.
hamidouk
parents: 306
diff changeset
    69
      color : #0068c4;
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    70
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    71
    #Ldt-Show-Arrow{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    72
      position:relative;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    73
      background:url(imgs/grey_arrow_Show.png);
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    74
      width:27px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    75
      height:13px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    76
      margin-top:12px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    77
      margin-left:-10px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    78
      z-index:999;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    79
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    80
307
db5ecd5bbcf2 style changes for the annotationsWidget.
hamidouk
parents: 306
diff changeset
    81
db5ecd5bbcf2 style changes for the annotationsWidget.
hamidouk
parents: 306
diff changeset
    82
    .Ldt-SaDescription{
db5ecd5bbcf2 style changes for the annotationsWidget.
hamidouk
parents: 306
diff changeset
    83
      font-size:12px;
db5ecd5bbcf2 style changes for the annotationsWidget.
hamidouk
parents: 306
diff changeset
    84
    }
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    85
    #Ldt-Show-Tags{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    86
      position:relative;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    87
      height:13px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    88
      margin-top:-10px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    89
      border: solid 1px #000;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    90
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    91
    #Ldt-ShowAnnotation-video{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    92
      position:absolute;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    93
      z-index: 999;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    94
      padding:5px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    95
      background:url(imgs/transBlack.png);
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    96
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    97
      color:#FFF;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    98
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
    99
    #Ldt-ShowAnnotation-audio{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   100
      position:relative;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   101
      padding:5px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   102
      background-color:#cfcfcf;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   103
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   104
      color:#4D4D4D;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   105
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   106
    .Ldt-SaKeyword{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   107
      background-color:#b9b9b9;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   108
      color:#4D4D4D;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   109
      padding:5px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   110
      font-weight:bold;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   111
      text-align:left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   112
      float:left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   113
      font-size:10px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   114
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   115
    #Ldt-SaShareTools{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   116
      text-align:right;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   117
      float:right;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   118
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   119
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   120
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   121
    #Ldt-PlaceHolder{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   122
      position:absolue;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   123
      float:none;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   124
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   125
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   126
    .Ldt-Segments{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   127
      float:left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   128
      font-size: 62.5%;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   129
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   130
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   131
    .Ldt-mode-radio{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   132
      visibility:hidden;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   133
      height:0px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   134
      display:none
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   135
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   136
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   137
    /* player */
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   138
    .Ldt-controler {
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   139
      font-size: 62.5%;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   140
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   141
      background:url('imgs/player_gradient.png') repeat-x transparent ;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   142
      height: 27px;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   143
      border-top: 1px solid #b6b8b8;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   144
      border-bottom: 1px solid #b6b8b8;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   145
    }
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   146
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   147
 
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   148
    .Ldt-LeftPlayerControls {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   149
      float:left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   150
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   151
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   152
    .Ldt-RightPlayerControls {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   153
      float: right;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   154
      padding: 4px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   155
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   156
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   157
    .Ldt-CtrlPlay {
334
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   158
      background:url('imgs/play.png') no-repeat scroll 0 0 transparent ;
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   159
      background-position: center;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   160
      width: 50px;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   161
      height: 23px;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   162
      border: 1px solid #b6b8b8;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   163
      float: left;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   164
    }
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   165
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   166
    .Ldt-CtrlNext {
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   167
      background:url('imgs/play_button.png') no-repeat scroll 0 0 transparent ;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   168
      background-position: center;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   169
      width: 50px;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   170
      height: 23px;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   171
      border: 1px solid #b6b8b8;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   172
      float: left;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   173
    }
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   174
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   175
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   176
    .Ldt-CtrlSearch {
334
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   177
      background:url('imgs/search.png') no-repeat scroll 0 0 transparent ;
311
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   178
      background-position: center;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   179
      width: 50px;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   180
      height: 23px;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   181
      border: 1px solid #b6b8b8;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   182
      float: left;
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   183
    }
43a1b7d95317 WIP - integrating the various changes samuel requested.
hamidouk
parents: 310
diff changeset
   184
295
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   185
    .Ldt-Time {
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   186
      float: left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   187
      padding: 4px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   188
    }
295
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   189
    
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   190
    .Ldt-ElapsedTime {
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   191
      color: #4a4a4a;
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   192
    }
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   193
    
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   194
    .Ldt-TotalTime {
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   195
      color: #b2b2b2; 
be44f374549e the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents: 290
diff changeset
   196
    }
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   197
334
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   198
    .Ldt-CtrlMute {
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   199
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   200
    }
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   201
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   202
    .Ldt-CtrlFullscreen {
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   203
e20f97514d44 move the styling of a segment from the templates to the css.
hamidouk
parents: 328
diff changeset
   204
    }
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   205
    .Ldt-cleaner {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   206
      clear:both;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   207
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   208
299
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   209
    /* Arrow Widget */
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   210
    .Ldt-arrowWidget {
305
e8d05c3f77ed created an arrow widget.
hamidouk
parents: 299
diff changeset
   211
      position: relative;
299
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   212
      background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ;
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   213
      height:16px;
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   214
      width:27px;
310
a8b9e3b6e31c added border to the annotationsWidget.
hamidouk
parents: 307
diff changeset
   215
      margin-bottom: -2px;
314
da3eafabe9ce added default positioning for arrow widget.
hamidouk
parents: 311
diff changeset
   216
      left: 0%;
299
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   217
    }
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   218
 
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   219
    .cleaner {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   220
      clear:both;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   221
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   222
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   223
    .share {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   224
      background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   225
      display:block;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   226
      height:16px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   227
      line-height:16px !important;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   228
      overflow:hidden;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   229
      width:16px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   230
      float:left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   231
      cursor:pointer;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   232
      margin:2px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   233
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   234
    .shareFacebook{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   235
      background-position:0 -704px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   236
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   237
    .shareMySpace{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   238
      background-position:0 -736px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   239
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   240
    .shareTwitter{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   241
      background-position:0 -1072px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   242
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   243
    .shareGoogle{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   244
      background-position:0 -752px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   245
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   246
    .shareDelicious{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   247
      background-position:0 -672px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   248
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   249
    .shareJamesPot{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   250
      background-position:0 -1808px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   251
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   252
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   253
    .tip{
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   254
      position : fixed; /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   255
                           widget */
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   256
      padding : 3px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   257
      z-index: 10000000000;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   258
      max-width: 200px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   259
      background: transparent url("http://www.polemictweet.com/images/white_arrow_long.png");
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   260
      font-size: 12px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   261
      height: 125px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   262
      width: 180px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   263
      padding: 10px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   264
      padding-left: 15px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   265
      padding-top: 15px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   266
      padding-right: 15px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   267
      color: black;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   268
      font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   269
      overflow:hidden;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   270
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   271
324
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   272
    /* slider */
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   273
    .Ldt-SliderMinimized {
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   274
      height: 6px;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   275
    }
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   276
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   277
    .Ldt-SliderMaximized {
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   278
      height: 11px;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   279
    }
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   280
324
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   281
    .Ldt-sliderElementMinimized {
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   282
      width: 100%;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   283
      height: 5px;
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   284
    }
324
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   285
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   286
    .Ldt-sliderElementMaximized {
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   287
      width: 100%;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   288
      height: 10px;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   289
    }
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   290
316
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   291
    .Ldt-sliderBackground  {
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   292
      background-color: #B6B8B8;
324
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   293
      position: absolute;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   294
      z-index: 2;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   295
      bottom: 1px;
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   296
      width: 100%;
316
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   297
      height: 5px;
324
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   298
 
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   299
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   300
316
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   301
    .Ldt-sliderForeground  {
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   302
      background-color: #747474;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   303
      z-index: 2;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   304
      width: 0px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   305
      position: absolute;
324
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   306
      bottom: 1px;
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   307
      height: 5px;
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   308
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   309
316
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   310
    .Ldt-sliderPositionMarker {
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   311
      position: absolute;
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   312
      z-index: 100;
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   313
      background-color: blue;
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   314
      height: 5px;
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   315
      width: 5px;
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   316
      top: 0%;
324
abe961b7f295 a slider that more or less works.
hamidouk
parents: 316
diff changeset
   317
      bottom: 1px;
316
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   318
    }
3b11a798f5e4 WIP - reorganizing the sliderWidget.
hamidouk
parents: 314
diff changeset
   319
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   320
    .positionMarker {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   321
      position: absolute;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   322
      z-index: 100;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   323
      width: 1px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   324
      height: 20px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   325
      background-color: white;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   326
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   327
307
db5ecd5bbcf2 style changes for the annotationsWidget.
hamidouk
parents: 306
diff changeset
   328
    /* tweet Widget */
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   329
    .Ldt-tweetWidget {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   330
      font-size: 62.5%;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   331
      font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
306
38a494e0424e added a wire pattern to the tweetWidget.
hamidouk
parents: 305
diff changeset
   332
      background:url('imgs/wire_pattern.png') repeat scroll transparent ;
290
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   333
      padding:5px;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   334
      overflow: auto;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   335
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   336
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   337
    .Ldt-tweetAvatar {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   338
      float: left;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   339
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   340
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   341
    .Ldt-tweetContents {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   342
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   343
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   344
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   345
    .Ldt-tweetWidgetMinimize {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   346
      float: right;
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   347
    }
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   348
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   349
    /* the styling of a spacer div */
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   350
    .Ldt-spacer {
1fd46a87bbc1 added a css class for spacers. Fixed line endings too.
hamidouk
parents: 278
diff changeset
   351
      background-color:#eeeeee;
299
d2005f747d5a added a new widget, the arrowWidget.
hamidouk
parents: 295
diff changeset
   352
    }