#4853 Relation view between 1600 and 1780 px

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-04-14 13:11:13 +05:30
parent fe3a103767
commit 408ea68f84
2 changed files with 0 additions and 26 deletions

View File

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

View File

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