Changeset 3765:00d069f97ebc for admin/style/default.css
- Timestamp:
- 06/28/18 13:32:54 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3764 r3765 1715 1715 1716 1716 #search-menu { 1717 padding: 4px 5px 0; 1718 font-size: 100%; } 1719 #search-menu * { 1720 height: 2em; 1721 display: inline-block; 1722 vertical-align: top; 1723 line-height: 24px; } 1717 padding: 4px 0 0 4px; 1718 font-size: .91em; } 1724 1719 #search-menu p { 1725 border: 1px solid #868686;1726 border-radius: .3em;1727 position: relative;1728 1720 width: 95%; 1729 overflow: hidden; }1721 margin: 0 0 .5em 0; } 1730 1722 #search-menu input[type="submit"] { 1731 padding: 0 .25em;1732 margin-left: .33em;1733 color: #323232;1734 background: #c9c9c9;1735 border-color: #868686;1736 border-bottom-right-radius: .3em;1737 border-top-right-radius: .3em;1738 border-top-left-radius: 0;1739 border-bottom-left-radius: 0;1740 border: none;1741 border-left: 1px solid #868686;1742 font-size: .91em;1743 1723 float: right; } 1744 #search-menu input[type="submit"]:hover, #search-menu input[type="submit"]:focus {1745 color: #fff;1746 background: #868686; }1747 1724 1748 1725 #qx { 1749 width: 80%; 1750 border-bottom-left-radius: .3em; 1751 border-top-left-radius: .3em; 1752 background: transparent url(search.png) no-repeat 4px center; 1753 text-indent: 18px; 1754 padding: 0; 1755 border: none; 1756 height: 2em; } 1757 #qx:focus { 1758 border: 1px solid #bee74b; } 1726 width: 75%; 1727 background: transparent url(search.svg) no-repeat 0 center; 1728 text-indent: 20px; } 1759 1729 1760 1730 .part-tabs ul { … … 1818 1788 color: #323232; } 1819 1789 .pseudo-tabs a.active { 1820 background-color: #f 3f3f3;1790 background-color: #fff; 1821 1791 color: #d33800; } 1822 1792 … … 2745 2715 2746 2716 .modules a.module-details { 2747 background: transparent url(search. png) no-repeat 2pxcenter;2717 background: transparent url(search.svg) no-repeat 0 center; 2748 2718 padding: 4px 4px 0 20px; } 2749 2719 .modules a.module-support { … … 2755 2725 2756 2726 #m_search { 2757 background: transparent url(search. png) no-repeat 4pxcenter;2727 background: transparent url(search.svg) no-repeat 0 center; 2758 2728 padding-left: 20px; } 2759 2729
Note: See TracChangeset
for help on using the changeset viewer.