Changeset 2267:e59137433afb for admin/style
- Timestamp:
- 10/04/13 21:37:08 (12 years ago)
- Branch:
- default
- Parents:
- 2266:4194798ba665 (diff), 2261:e7aa9cffbc30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2260 r2267 1134 1134 #help-button span { 1135 1135 padding: .5em 0 .1em 0; 1136 border-bottom: 1px solid #2373A8;1137 1136 } 1138 1137 #content.with-help #help-button { … … 1764 1763 border-bottom: none; 1765 1764 } 1766 1765 .medias-delete { 1766 text-align: right; 1767 } 1767 1768 .zip-dl { 1768 1769 background: transparent url(package.png) no-repeat 0 50%; … … 1835 1836 .upload-fileinfo { 1836 1837 margin-left: 0; 1837 /* margin-bottom: .4em;*/1838 1838 } 1839 1839 .upload-fileinfo input { … … 2332 2332 /* caché pour tout le monde */ 2333 2333 .hide, .button.hide { 2334 display: none ;2334 display: none !important; 2335 2335 } 2336 2336 /* Caché sauf pour les revues d'écran */ -
admin/style/default.css
r2264 r2267 158 158 -moz-box-sizing: border-box; 159 159 -webkit-box-sizing: border-box; 160 box-sizing: border-box; 160 box-sizing: border-box; 161 text-align: left; 161 162 } 162 163 .two-boxes { … … 1108 1109 } 1109 1110 #help-button { 1110 background: transparent url( ../images/page_help.png) no-repeat 6px center;1111 background: transparent url(help-mini.png) no-repeat 6px center; 1111 1112 position: absolute; 1112 1113 top: 0; … … 1538 1539 } 1539 1540 /* ------------------------------------------------------------------- blog_theme.php */ 1540 #themes { 1541 margin: 0; 1542 width: 100%; 1543 padding: 0; 1544 } 1545 .theme-details { 1546 border-top: 1px solid #ccc; 1547 padding: 12px; 1548 display: inline-block; 1549 vertical-align: top; 1550 width: 284px; 1551 } 1552 .theme-details.current-theme { 1553 background: #eef; 1554 } 1555 .theme-details:hover { 1556 background: #f3f3f3; 1557 } 1558 .theme-shot img { 1559 display: block; 1560 border: 1px solid #ccc; 1561 margin-bottom: 1.5em; 1562 } 1563 span.theme-desc { 1564 display: block; 1565 } 1566 span.theme-version { 1567 color: #676e78; 1568 } 1569 .theme-css { 1570 display: block; 1571 } 1572 #themes-actions { 1573 border-bottom: 1px solid #999; 1574 margin-bottom: 3em; 1575 } 1576 /* Themes list, JS version */ 1577 #themes-wrapper { 1578 display: table; 1579 } 1580 #themes-wrapper #themes { 1581 display: table-cell; 1582 vertical-align: top; 1583 padding-left: 1em; 1584 } 1585 #theme-box { 1586 display: table-cell; 1587 vertical-align: top; 1588 padding: 0; 1589 width: 312px; 1590 border: 1px solid #ccc; 1591 border-radius: 3px; 1592 } 1593 #theme-box .theme-shot, 1594 #theme-box .theme-info, 1595 #theme-box .theme-actions { 1596 background: #eef; 1597 padding: 1em 16px; 1598 margin: 0; 1599 } 1600 #theme-box .theme-shot img { 1601 display: block; 1602 width: 280px; 1603 height: 245px; 1604 border: 1px solid #ccc; 1605 } 1606 #theme-box h4 { 1607 color: #000; 1608 background: #eef; 1609 } 1610 #theme-box span.theme-version { 1611 color: #676e78; 1612 } 1613 #theme-box span.theme-parent-ok { 1614 color: #676e78; 1615 } 1616 #theme-box span.theme-parent-missing { 1617 color: #c00; 1618 font-weight:bold; 1619 } 1620 #theme-box .theme-actions { 1621 border-bottom: 1px solid #ccc; 1622 } 1623 #themes .theme-details-js { 1541 .box.theme { 1542 margin: .5em; 1543 padding: 1em 1em .5em 1em; 1544 border: 1px solid #ccc; 1545 } 1546 #theme-new .box.theme { 1547 width: 280px; 1548 } 1549 .module-name { 1550 margin-bottom: .5em; 1551 } 1552 .module-sshot img { 1553 border: 1px solid #ddd; 1554 padding: .5em; 1555 background: #f7f7f7; 1556 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); 1557 } 1558 .module-actions { 1559 margin-top: 1em; 1560 } 1561 .bloc-toggler { 1562 text-align: right; 1563 } 1564 .bloc-toggler img { 1565 opacity: .4; 1566 } 1567 .bloc-toggler img:hover { 1568 opacity: 1; 1569 } 1570 span.module-version:before { 1571 content: "- "; 1572 } 1573 .toggle-bloc .mod-more { 1574 display: block; 1575 margin-left: 0; 1576 } 1577 .box.current-theme { 1578 width: 652px; 1579 margin: .5em; 1580 padding: 1em 0 .5em 1em; 1581 background: #FCFDFD; 1582 border: 1px solid #9AC123; 1583 -webkit-border-radius: .5em; 1584 border-radius: .5em; 1585 min-height: 330px; 1586 } 1587 .current-theme .module-sshot img { 1624 1588 float: left; 1625 width: 120px; 1626 height: 150px; 1627 margin: 0 12px 24px; 1628 padding: 12px 12px 0; 1629 text-align: center; 1630 background: #f3f3f3; 1631 border: 1px solid #ddd; 1632 cursor: pointer; 1633 border-radius: 4px; 1634 } 1635 #themes .theme-details-js label { 1636 cursor: pointer; 1637 } 1638 #themes .theme-details-js.theme-selected { 1639 background: #e7e7e7; 1640 border: 1px solid #999; 1641 } 1642 #themes .theme-details-js .theme-shot img { 1643 width: 120px; 1644 height: 105px; 1645 border: 1px solid #fff; 1646 } 1647 #themes a:focus div, #themes a:hover div, 1648 #themes a:focus div.current-theme, #themes a:hover div.current-theme { 1649 background: #bee74b; 1650 } 1589 margin-right: 2em; 1590 margin-bottom: 1em; 1591 } 1592 .current-theme .module-name { 1593 color: #D33800; 1594 margin-bottom: 1em; 1595 font-size: 1.33em; 1596 } 1597 .box.theme input { 1598 margin-bottom: 1em; 1599 } 1600 .current-actions { 1601 width: auto; 1602 overflow: hidden; 1603 padding-top: 3em; 1604 margin: 1.5em 0 2em; 1605 background: transparent url(../images/minus-theme.png) no-repeat left top; 1606 } 1651 1607 /* ------------------------------------------------------------------ categories.php */ 1652 1608 #categories { … … 1954 1910 } 1955 1911 /* -------------------------------------------------------------------- plugins.php */ 1956 #plugins td.action {1912 .modules td.module-actions, .modules td.module-icon { 1957 1913 vertical-align: middle; 1958 1914 } 1959 .distrib img { 1915 .modules td.module-icon img:last-child { 1916 width: 16px; 1917 height: 16px; 1918 } 1919 .modules td.module-icon img.expand { 1920 margin-bottom: 3px; 1921 } 1922 .modules td.module-distrib img { 1960 1923 display: block; 1961 1924 float: right; 1962 margin-top: -1em; 1925 } 1926 .modules dt { 1927 font-weight: bold; 1928 } 1929 .modules a.module-details { 1930 background: transparent url(search.png) no-repeat 2px 2px; 1931 padding: 4px 4px 0 20px; 1932 } 1933 .modules a.module-support { 1934 background: transparent url(help12.png) no-repeat 2px 2px; 1935 padding: 4px 4px 0 20px; 1936 } 1937 #m_search { 1938 background: transparent url(search.png) no-repeat 4px center; 1939 padding-left: 20px; 1940 } 1941 .modules tr.expand, .modules td.expand { 1942 background: #f7f7f7; 1943 border-color: #bee74b; 1944 } 1945 .modules tr.expand td:first-child { 1946 font-weight: bold; 1947 background: #DFE5E7; 1948 } 1949 .modules td.expand { 1950 padding: 0; 1951 border-top: 1px solid #e5e5e5; 1952 } 1953 .mod-more, .mod-more li { 1954 margin: .25em 0 0 1em; 1955 padding: 0; 1956 list-style-type: none; 1957 } 1958 .mod-more { 1959 padding-top: .5em; 1963 1960 } 1964 1961 /* ---------------------------------------------------------- post.php, page.php */ … … 2383 2380 } 2384 2381 .debug { 2385 background: #FF6;2382 background: #ff6; 2386 2383 padding: 3px 0.5em 2px; 2387 } 2384 } 2385 input[type=submit].delete.debug, a.delete.debug { 2386 background: #ff6; 2387 } 2388 2388 /* ---------------------------------------------- Couleurs ajoutées via javascript 2389 2389 /* color-picker.js */
Note: See TracChangeset
for help on using the changeset viewer.