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 / preferences.css < prev    next >
Cascading Style Sheet File  |  2012-05-25  |  3KB  |  134 lines

  1. /*
  2. //
  3. // BEGIN SONGBIRD GPL
  4. // 
  5. // This file is part of the Songbird web player.
  6. //
  7. // Copyright(c) 2005-2009 POTI, Inc.
  8. // http://songbirdnest.com
  9. // 
  10. // This file may be licensed under the terms of of the
  11. // GNU General Public License Version 2 (the "GPL").
  12. // 
  13. // Software distributed under the License is distributed 
  14. // on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either 
  15. // express or implied. See the GPL for the specific language 
  16. // governing rights and limitations.
  17. //
  18. // You should have received a copy of the GPL along with this 
  19. // program. If not, go to http://www.gnu.org/licenses/gpl.html
  20. // or write to the Free Software Foundation, Inc., 
  21. // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  22. // 
  23. // END SONGBIRD GPL
  24. //
  25.  */
  26.  
  27.  
  28. /** 
  29. *******************************************************************************
  30.  
  31. PREFERENCES DIALOG
  32.  
  33. Extra styles for Songbird additions to the Firefox preferences dialog
  34.  
  35. *******************************************************************************
  36. */ 
  37.  
  38.  
  39. /* make the dialog size correctly, see bug 14274 */
  40. .paneSelector {
  41.   visibility: collapse; /* will get reset by JS to visible */
  42. }
  43.  
  44. radio[pane=paneHotkeys] 
  45. {
  46.   list-style-image: url("chrome://songbird/skin/preferences/options.png") !important; 
  47.     -moz-image-region: rect(0px, 32px,  32px, 0px)
  48. }
  49. radio[pane=paneHotkeys]:hover, 
  50. radio[pane=paneHotkeys][selected="true"]  {
  51.     -moz-image-region: rect(0px, 32px,  32px, 0px)
  52. }
  53.  
  54. /* tabs in the Advanced Preferences */
  55. tabpanels
  56. {
  57.   margin-top: -1px;
  58. }
  59.  
  60. listheader
  61. {
  62. }
  63.  
  64. /* Is this necessary?  -gse */
  65. .bottomBox {
  66.   padding-bottom: 4px;
  67. }
  68.  
  69.  
  70. /*
  71.  * Import library prefs styles.
  72.  */
  73.  
  74. /* Import library prefs library path box style. */
  75. #import_library_path_box {
  76.   -moz-box-align: center;
  77. }
  78.  
  79. /* Import library prefs library path text box style. */
  80. #import_library_path_textbox {
  81.   -moz-box-flex: 1;
  82. }
  83.  
  84.  
  85. /*
  86.  * Watch folder prefs styles.
  87.  */
  88.  
  89. /* import media preference panel */
  90. #paneImportMedia {
  91.   -moz-box-flex: 1;
  92. }
  93. #import_media_tabpanels {
  94.   -moz-box-flex: 1;
  95. }
  96.  
  97. /* watch folders */
  98. #watch_folder_notification_box {
  99.   -moz-box-flex: 1;
  100. }
  101.  
  102. /* Watch folder prefs path box style. */
  103. #watch_folder_path_box {
  104.   -moz-box-align: center;
  105. }
  106.  
  107. /* Watch folder prefs path text box style. */
  108. #watch_folder_path_textbox {
  109.   -moz-box-flex: 1;
  110. }
  111.  
  112. .header
  113. {
  114.   font-weight: bold;
  115. }
  116.  
  117. .emphasis
  118. {
  119.   font-weight: bold;
  120. }
  121.  
  122. /* Inline Link */
  123.  
  124. .inline-link {
  125.   text-decoration: none;
  126. }
  127. .inline-link:hover {
  128.   text-decoration: underline;
  129. }
  130. .inline-link[disabled]:hover {
  131.   text-decoration: none;
  132.   cursor: default;
  133. }
  134.