home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / chrome / songbird.jar / skin / dialogs / playQueue.css < prev    next >
Cascading Style Sheet File  |  2012-05-25  |  2KB  |  92 lines

  1. /*
  2.  *=BEGIN SONGBIRD GPL
  3.  *
  4.  * This file is part of the Songbird web player.
  5.  *
  6.  * Copyright(c) 2005-2010 POTI, Inc.
  7.  * http://www.songbirdnest.com
  8.  *
  9.  * This file may be licensed under the terms of of the
  10.  * GNU General Public License Version 2 (the ``GPL'').
  11.  *
  12.  * Software distributed under the License is distributed
  13.  * on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either
  14.  * express or implied. See the GPL for the specific language
  15.  * governing rights and limitations.
  16.  *
  17.  * You should have received a copy of the GPL along with this
  18.  * program. If not, go to http://www.gnu.org/licenses/gpl.html
  19.  * or write to the Free Software Foundation, Inc.,
  20.  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  21.  *
  22.  *=END SONGBIRD GPL
  23.  */
  24.  
  25. /**
  26. ********************************************************************************
  27.  
  28. PLAY QUEUE DISPLAY PANE
  29.  
  30. Additional style imported directly by the play queue display pane.
  31. See chrome://songbird/content/xul/playQueue.xul
  32.  
  33. ********************************************************************************
  34. */
  35.  
  36. #playqueue-header-box {
  37.   min-height: 27px;
  38.   background-image: url("chrome://songbird/skin/playqueue/bg-playqueue-header.png");
  39. }
  40.  
  41. #playqueue-header-label {
  42.   font-weight: bold;
  43.   margin-left: 6px;
  44.   opacity: 0.75;
  45. }
  46.  
  47. #playqueue-message-layer-outer-box,
  48. #playqueue-in-progress-layer-outer-box {
  49.   padding: 10px;
  50.   background-color: transparent;
  51. }
  52.  
  53. .playqueue-instructions {
  54.   padding: 10px;
  55.   text-align: center;
  56.   -moz-border-radius: 6px;
  57. }
  58.  
  59. .playqueue-inprogress-image {
  60.   list-style-image: url('chrome://songbird/skin/playqueue/icon-loading-white.png');
  61. }
  62.  
  63. .sb-commands-toolbar {
  64.   overflow: hidden;
  65. }
  66.  
  67. toolbarbutton {
  68.   height: 16px;
  69.   min-width: 45px !important;
  70.   max-width: 80px;
  71. }
  72.  
  73. toolbarbutton[id="playqueue_cmd_clearall"] {
  74.   -moz-border-radius-topright: 0px;
  75.   -moz-border-radius-bottomright: 0px;
  76.   margin-left: -0.5px;
  77. }
  78.  
  79.  
  80. toolbarbutton[type="menu"] {
  81.   min-width: 11px !important;
  82.   max-width: 11px;
  83.   margin-left: -4px;
  84.   -moz-border-radius-topleft: 0px;
  85.   -moz-border-radius-bottomleft: 0px;
  86. }
  87.  
  88. toolbarbutton[type="menu"] .toolbarbutton-icon {
  89.   margin-right: -2px;
  90. }
  91.  
  92.