non security modules update
This commit is contained in:
@@ -1,25 +1,11 @@
|
||||
/* Expand/collapse image for project title */
|
||||
html.js .l10n-update-wrapper .project-legend {
|
||||
padding-right: 10px;
|
||||
/**
|
||||
* Available translation updates page.
|
||||
*/
|
||||
#l10n-update-status-form .expand .inner {
|
||||
background: transparent url(../images/menu-collapsed-rtl.png) right .6em no-repeat;
|
||||
margin-right: -12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
html.js .l10n-update-wrapper.collapsed .project-legend {
|
||||
background: url("../images/menu-collapsed-rtl.png") right 50% no-repeat;
|
||||
}
|
||||
|
||||
html.js .l10n-update-wrapper .project-legend a {
|
||||
margin-right: -10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* Translation update status data */
|
||||
html.js .l10n-update-wrapper.collapsed .project .version-status {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.l10n-update .version-status {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.l10n-update .version-links {
|
||||
float: left;
|
||||
#l10n-update-status-form .expanded .expand .inner {
|
||||
background: transparent url(../images/menu-expanded.png) right .6em no-repeat;
|
||||
}
|
||||
|
@@ -1,46 +1,82 @@
|
||||
html.js .l10n-update-wrapper.collapsed .fieldset-wrapper {
|
||||
display: none;
|
||||
/**
|
||||
* Available translation updates page.
|
||||
*/
|
||||
#l10n-update-status-form table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
#l10n-update-status-form th.select-all {
|
||||
width: 4%;
|
||||
}
|
||||
#l10n-update-status-form th.title {
|
||||
width: 25%;
|
||||
}
|
||||
#l10n-update-status-form th.description {
|
||||
}
|
||||
#l10n-update-status-form td {
|
||||
vertical-align: top;
|
||||
}
|
||||
#l10n-update-status-form .expand .inner {
|
||||
background: transparent url(../images/menu-collapsed.png) left .6em no-repeat;
|
||||
margin-left: -12px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
#l10n-update-status-form .expanded .expand .inner {
|
||||
background: transparent url(../images/menu-expanded.png) left .6em no-repeat;
|
||||
}
|
||||
|
||||
.l10n-update-wrapper .project .version-status {
|
||||
display: none;
|
||||
#l10n-update-status-form .label {
|
||||
color: #1d1d1d;
|
||||
font-size: 1.15em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Expand/collapse image for project title */
|
||||
html.js .l10n-update-wrapper .project-title {
|
||||
background: url("../images/menu-expanded.png") left 65% no-repeat;
|
||||
padding-left: 10px;
|
||||
#l10n-update-status-form .description {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
html.js .l10n-update-wrapper.collapsed .project-title {
|
||||
background: url("../images/menu-collapsed.png") left 50% no-repeat;
|
||||
#l10n-update-status-form .description .inner {
|
||||
color: #5c5c5b;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
html.js .l10n-update-wrapper .project-title a {
|
||||
margin-left: -10px;
|
||||
padding-left: 10px;
|
||||
#l10n-update-status-form .expanded .description .inner {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* Translation update status data */
|
||||
html.js .l10n-update-wrapper.collapsed .project .version-status {
|
||||
display: inline;
|
||||
float: right;
|
||||
#l10n-update-status-form .expanded .description .text {
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.l10n-update .project-server {
|
||||
margin: 0 10px;
|
||||
font-size: 90%;
|
||||
font-weight: normal
|
||||
.js #l10n-update-status-form .description .inner {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.l10n-update .version-status {
|
||||
float: right;
|
||||
font-size: 90%;
|
||||
font-weight: normal;
|
||||
#l10n-update-status-form .expanded .description .inner {
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.l10n-update .version-links {
|
||||
float: right;
|
||||
padding-right: 1em;
|
||||
|
||||
#l10n-update-status-form .details {
|
||||
padding: 5px 0;
|
||||
max-width: 490px;
|
||||
white-space: normal;
|
||||
font-size: 0.9em;
|
||||
color: #666;
|
||||
}
|
||||
#l10n-update-status-form .visually-hidden {
|
||||
position: absolute !important;
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
overflow: hidden;
|
||||
height: 1px;
|
||||
width: 1px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
@media screen and (max-width: 40em) {
|
||||
#l10n-update-status-form th.title {
|
||||
width: 20%;
|
||||
}
|
||||
#l10n-update-status-form th.status {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user