Dotclear

Changeset 1851:8698cc5795a6


Ignore:
Timestamp:
09/14/13 12:15:53 (11 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Move all styles for media enhanced in main styles file

Files:
2 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1848 r1851  
    16601660     padding: 5px 0 5px 20px; 
    16611661     } 
     1662 
     1663.enhanced_uploader .add, .enhanced_uploader .cancel,  
     1664.enhanced_uploader .clean, .enhanced_uploader .start { 
     1665     margin-right: .4em; 
     1666} 
     1667.enhanced_uploader #upfile { 
     1668     visibility: hidden; 
     1669     width: 0; 
     1670     height: 0; 
     1671     margin: 0; 
     1672     opacity: 0; 
     1673     filter: alpha(opacity=0); 
     1674     cursor: pointer; 
     1675} 
     1676.button.clean, .button.cancel, .button.add { 
     1677     display: none; 
     1678} 
     1679.enhanced_uploader .button.add { 
     1680     display: inline-block; 
     1681} 
     1682.enhanced_uploader .max-size { 
     1683     display: block; 
     1684} 
     1685.enhanced_uploader .one-file { 
     1686     display: none; 
     1687} 
     1688label span.one-file { 
     1689     display: inline; 
     1690} 
     1691.enhanced_uploader p.clear { 
     1692     padding-top: 1em; 
     1693     margin-bottom: 1em; 
     1694} 
     1695#add-file-f p.clear { 
     1696     margin-top: 1em; 
     1697     margin-bottom: 0; 
     1698     clear: both; 
     1699} 
     1700/* files */ 
     1701.files { 
     1702     list-style-type: none; 
     1703     margin-left: 0; 
     1704     padding-left: 0; 
     1705} 
     1706.files li { 
     1707     margin-left: 0; 
     1708     padding-left: 0; 
     1709} 
     1710.upload-msg { 
     1711     font-weight: bold; 
     1712} 
     1713.upload-msg.upload-error { 
     1714     color: #c00; 
     1715} 
     1716.upload-files { 
     1717     padding: 0 0.5em; 
     1718     margin: 10px 0; 
     1719} 
     1720.upload-file { 
     1721     margin: 0 0 8px 0; 
     1722     position: relative; 
     1723} 
     1724.upload-fileinfo { 
     1725     margin-left: 8px; 
     1726     margin-bottom: .4em; 
     1727} 
     1728.upload-fileinfo span { 
     1729     padding-right: 8px; 
     1730} 
     1731.upload-fileinfo .upload-filecancel { 
     1732     display: block; 
     1733     padding-right: 0; 
     1734     margin-top: 3px; 
     1735     width: 20px; 
     1736     height: 20px; 
     1737     background: transparent url("cancel.png") no-repeat left top; 
     1738     text-indent: -1000px; 
     1739     cursor: pointer; 
     1740     float: left; 
     1741} 
     1742.upload-filemsg { 
     1743     font-weight: bold; 
     1744     color: green; 
     1745} 
     1746.upload-filemsg.upload-error { 
     1747     color: #c00; 
     1748} 
     1749.upload-progress { 
     1750     padding: 0 8px; 
     1751} 
     1752.upload-progress div { 
     1753     width: 0; 
     1754     height: 1em; 
     1755     padding: .2em 0; 
     1756     font-size: 0.8em; 
     1757     font-weight: bold; 
     1758     line-height: 1em; 
     1759     text-align: right; 
     1760     background: green url("loader.png") repeat-x left top; 
     1761     color: white; 
     1762     border-radius: 2px; 
     1763} 
     1764div.template-upload { 
     1765     clear: both; 
     1766} 
     1767.queue-message { 
     1768     font-weight: bold; 
     1769     margin: 0 0 1em 0; 
     1770} 
     1771 
    16621772/* --------------------------------------------------------------- media-item.php */ 
    16631773#media-icon { 
  • inc/admin/lib.dc.page.php

    r1841 r1851  
    812812 
    813813     return 
    814      '<link rel="stylesheet" type="text/css" href="style/jsUpload/style.css" />'."\n". 
    815  
    816814     '<script type="text/javascript">'."\n". 
    817815     "//<![CDATA[\n". 
Note: See TracChangeset for help on using the changeset viewer.

Sites map