Changeset 3439:640a478849cf for admin/style/scss/partials/_plugins.scss
- Timestamp:
- 12/04/16 14:23:07 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_plugins.scss
r3365 r3439 1 .modules td.module-actions, 2 .modules td.module-icon { 3 vertical-align: middle; 4 } 5 6 .modules td.module-icon img:last-child { 7 width: 16px; 8 height: 16px; 9 } 10 11 .modules td.module-icon img.expand { 12 margin-bottom: 3px; 13 } 14 15 .modules td.module-distrib img { 16 display: block; 17 float: right; 18 } 19 20 .modules dt { 21 font-weight: bold; 22 } 23 24 .modules a.module-details { 25 background: transparent url(search.png) no-repeat 2px center; 26 padding: 4px 4px 0 20px; 27 } 28 29 .modules a.module-support { 30 background: transparent url(help12.png) no-repeat 2px center; 31 padding: 4px 4px 0 20px; 32 } 33 34 .modules a.module-config { 35 background: transparent url(settings.png) no-repeat 2px 6px; 36 padding: 4px 4px 0 18px; 37 } 38 39 #m_search { 40 background: transparent url(search.png) no-repeat 4px center; 41 padding-left: 20px; 1 .modules td { 2 &.module-actions, 3 &.module-icon { 4 vertical-align: middle; 5 } 6 &.module-icon img { 7 &:last-child { 8 width: 16px; 9 height: 16px; 10 } 11 &.expand { 12 margin-bottom: 3px; 13 } 14 } 15 &.module-distrib img { 16 display: block; 17 float: right; 18 } 42 19 } 43 20 44 21 .modules tr.expand, 45 22 .modules td.expand { 46 47 23 background: #f7f7f7; 24 border-color: #bee74b; 48 25 } 49 26 50 27 .modules tr.expand td:first-child { 51 52 28 font-weight: bold; 29 background: #dfe5e7; 53 30 } 54 31 55 32 .modules td.expand { 56 padding: 0 0 1em; 57 border-top: 1px solid #eaeaea; 33 padding: 0 0 1em; 34 border-top: 1px solid #eaeaea; 35 div { 36 display: inline-block; 37 vertical-align: top; 38 margin-right: 3em; 39 } 58 40 } 59 41 60 .modules td.expand div { 61 display: inline-block; 62 vertical-align: top; 63 margin-right: 3em; 42 .modules dt { 43 font-weight: bold; 64 44 } 65 45 66 .mod-more, 67 .mod-more li { 68 margin: .25em 0 0 1em; 69 padding: 0; 70 list-style-type: none; 46 .modules a { 47 &.module-details { 48 background: transparent url(search.png) no-repeat 2px center; 49 padding: 4px 4px 0 20px; 50 } 51 &.module-support { 52 background: transparent url(help12.png) no-repeat 2px center; 53 padding: 4px 4px 0 20px; 54 } 55 &.module-config { 56 background: transparent url(settings.png) no-repeat 2px 6px; 57 padding: 4px 4px 0 18px; 58 } 59 } 60 61 #m_search { 62 background: transparent url(search.png) no-repeat 4px center; 63 padding-left: 20px; 71 64 } 72 65 73 66 .mod-more { 74 padding-top: .5em; 67 padding-top: .5em; 68 &, 69 li { 70 margin: .25em 0 0 1em; 71 padding: 0; 72 list-style-type: none; 73 } 75 74 } 76 75 77 76 #plugin-update td { 78 77 vertical-align: baseline; 79 78 }
Note: See TracChangeset
for help on using the changeset viewer.