Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-01-11 17:09:57 +01:00
commit 21cc02029e
2 changed files with 34 additions and 0 deletions

View File

@ -238,6 +238,23 @@ fieldset .formelement {
white-space: nowrap;
}
@media all and (min-width: 1600px) {
fieldset .formelement {
clear: none;
}
#relationalTable td:first-child + td {
width: 25%;
}
#relationalTable td:first-child + td select {
width: 32%;
margin-right: 1%;
}
#relationalTable {
width: 100%;
}
}
/* revert for Gecko */
fieldset div[class=formelement] {
white-space: normal;

View File

@ -442,6 +442,23 @@ fieldset .formelement {
white-space: nowrap;
}
@media all and (min-width: 1600px) {
fieldset .formelement {
clear: none;
}
#relationalTable td:first-child + td {
width: 25%;
}
#relationalTable td:first-child + td select {
width: 32%;
margin-right: 1%;
}
#relationalTable {
width: 100%;
}
}
/* revert for Gecko */
fieldset div[class=formelement] {
white-space: normal;