2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-filter-form .form-item-langcode,
|
|
|
|
.locale-translate-filter-form .form-item-translation,
|
|
|
|
.locale-translate-filter-form .form-item-customized {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
float: left; /* LTR */
|
2012-11-07 10:21:16 +00:00
|
|
|
margin-right: 1em; /* LTR */
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
/**
|
|
|
|
* In Opera 9, DOM elements with the property of "overflow: auto"
|
|
|
|
* will partially hide its contents with unnecessary scrollbars when
|
|
|
|
* its immediate child is floated without an explicit width set.
|
|
|
|
*/
|
|
|
|
width: 15em;
|
|
|
|
}
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-filter-form .form-type-select select {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-filter-form .form-actions {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
float: left; /* LTR */
|
2012-11-07 10:21:16 +00:00
|
|
|
padding: 3.5ex 0 0 0; /* LTR */
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
}
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-edit-form th {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
width: 50%;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-edit-form .form-item {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
white-space: normal;
|
|
|
|
}
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-edit-form td {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
vertical-align: top
|
|
|
|
}
|
|
|
|
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-edit-form .changed {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
background: #ffb;
|
|
|
|
}
|
|
|
|
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-edit-form tr .form-type-item .ajax-changed {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-filter-form .form-wrapper {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
margin-bottom:0;
|
|
|
|
}
|
|
|
|
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-edit-form .locale-translate-edit-table {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
margin-top: 54px;
|
|
|
|
}
|
|
|
|
|
2012-11-07 10:21:16 +00:00
|
|
|
.locale-translate-edit-form table.changed {
|
Issue #1452188 by Schnitzel, droplet, Sutharsan, Bojhan, Kristen Pol, Gábor Hojtsy, ershov.andrey, perusio, nod_, rvilar, andypost: Added New UI for string translation.
2012-06-15 10:01:31 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|