plugin.css in Plugin 8
Same filename and directory in other branches
/** * Plugins page. */ .plugins-wrapper table { table-layout: fixed; background: #FFF; } .plugins-wrapper table th { border-color: #FFF; border-image: none; border-style: none none solid; border-width: 0 0 10px; background: none repeat scroll 0 0 #CCC; } .plugins-wrapper tr.even, .plugins-wrapper tr.odd { background: none repeat scroll 0 0 #F3F4EE; border-color: #FFF; border-image: none; border-style: none none solid; border-width: 0 0 10px; } .plugins-wrapper div.incompatible { font-weight: bold; } .plugins-wrapper tr { border-bottom-color: #FFF; } .plugins-wrapper th.plugin-description { width: 65%; } .plugins-wrapper .details-wrapper ul { padding: 0; list-style-type: none; } .plugins-wrapper .details-wrapper ul li { margin-bottom: 10px; }
File
css/plugin.cssView source
- /**
- * Plugins page.
- */
- .plugins-wrapper table {
- table-layout: fixed;
- background: #FFF;
- }
- .plugins-wrapper table th {
- border-color: #FFF;
- border-image: none;
- border-style: none none solid;
- border-width: 0 0 10px;
- background: none repeat scroll 0 0 #CCC;
- }
-
- .plugins-wrapper tr.even,
- .plugins-wrapper tr.odd {
- background: none repeat scroll 0 0 #F3F4EE;
- border-color: #FFF;
- border-image: none;
- border-style: none none solid;
- border-width: 0 0 10px;
- }
-
- .plugins-wrapper div.incompatible {
- font-weight: bold;
- }
- .plugins-wrapper tr {
- border-bottom-color: #FFF;
- }
-
- .plugins-wrapper th.plugin-description {
- width: 65%;
- }
- .plugins-wrapper .details-wrapper ul {
- padding: 0;
- list-style-type: none;
- }
- .plugins-wrapper .details-wrapper ul li {
- margin-bottom: 10px;
- }