Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jan 11, 2014
2 parents 84bfe6d + 7ce459a commit 21cc020
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions themes/original/css/common.css.php
Expand Up @@ -238,6 +238,23 @@
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;
Expand Down
17 changes: 17 additions & 0 deletions themes/pmahomme/css/common.css.php
Expand Up @@ -442,6 +442,23 @@
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;
Expand Down

0 comments on commit 21cc020

Please sign in to comment.