modules.css in Module Filter 7.2
Same filename and directory in other branches
#system-modules table {
table-layout: fixed;
}
#system-modules th.checkbox {
width: 8%;
}
#system-modules th.name {
width: 25%;
}
#system-modules th.version {
width: 10%;
}
#system-modules th.links {
width: 15%;
}
#system-modules td {
vertical-align: top;
}
#system-modules .expand.inner {
background: transparent url(../images/collapsed.png) left 0.6em no-repeat;
margin-left: -12px;
padding-left: 12px;
}
#system-modules .expanded.expand.inner {
background: transparent url(../images/expanded.png) left 0.6em no-repeat;
}
#system-modules .description {
cursor: pointer;
}
#system-modules .description .inner,
#system-modules .path {
overflow: hidden; /* truncates text if too long */
text-overflow: ellipsis;
white-space: nowrap;
}
#system-modules .description .inner.expanded > * {
cursor: auto;
}
#system-modules .description .requirements,
#system-modules .description .links {
display: none;
}
#system-modules .description .expanded.inner {
overflow: visible;
white-space: normal;
}
#system-modules .description .expanded .requirements,
#system-modules .description .expanded .links {
display: block;
}
#system-modules .requirements {
padding: 5px 0;
max-width: 490px;
}
File
css/modules.cssView source
- #system-modules table {
- table-layout: fixed;
- }
- #system-modules th.checkbox {
- width: 8%;
- }
- #system-modules th.name {
- width: 25%;
- }
- #system-modules th.version {
- width: 10%;
- }
- #system-modules th.links {
- width: 15%;
- }
- #system-modules td {
- vertical-align: top;
- }
- #system-modules .expand.inner {
- background: transparent url(../images/collapsed.png) left 0.6em no-repeat;
- margin-left: -12px;
- padding-left: 12px;
- }
- #system-modules .expanded.expand.inner {
- background: transparent url(../images/expanded.png) left 0.6em no-repeat;
- }
- #system-modules .description {
- cursor: pointer;
- }
- #system-modules .description .inner,
- #system-modules .path {
- overflow: hidden; /* truncates text if too long */
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #system-modules .description .inner.expanded > * {
- cursor: auto;
- }
- #system-modules .description .requirements,
- #system-modules .description .links {
- display: none;
- }
- #system-modules .description .expanded.inner {
- overflow: visible;
- white-space: normal;
- }
- #system-modules .description .expanded .requirements,
- #system-modules .description .expanded .links {
- display: block;
- }
- #system-modules .requirements {
- padding: 5px 0;
- max-width: 490px;
- }