|
@@ -93,14 +93,14 @@ input[type="submit"], button {
|
|
|
|
|
|
/* Changelist */
|
|
|
|
|
|
- #changelist #toolbar {
|
|
|
+ #toolbar {
|
|
|
border: none;
|
|
|
padding: 15px;
|
|
|
}
|
|
|
|
|
|
#changelist-search > div {
|
|
|
display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
+ flex-wrap: nowrap;
|
|
|
max-width: 480px;
|
|
|
}
|
|
|
|
|
@@ -108,13 +108,17 @@ input[type="submit"], button {
|
|
|
line-height: 22px;
|
|
|
}
|
|
|
|
|
|
- #changelist #toolbar form #searchbar {
|
|
|
+ #toolbar form #searchbar {
|
|
|
flex: 1 0 auto;
|
|
|
width: 0;
|
|
|
height: 22px;
|
|
|
margin: 0 10px 0 6px;
|
|
|
}
|
|
|
|
|
|
+ #toolbar form input[type=submit] {
|
|
|
+ flex: 0 1 auto;
|
|
|
+ }
|
|
|
+
|
|
|
#changelist-search .quiet {
|
|
|
width: 100%;
|
|
|
margin: 5px 0 0 25px;
|
|
@@ -159,9 +163,6 @@ input[type="submit"], button {
|
|
|
.change-list .filtered .paginator,
|
|
|
.filtered #toolbar,
|
|
|
.filtered .actions,
|
|
|
- .filtered div.xfull {
|
|
|
- margin-right: 230px;
|
|
|
- }
|
|
|
|
|
|
#changelist .paginator {
|
|
|
border-top-color: #eee;
|
|
@@ -500,25 +501,16 @@ input[type="submit"], button {
|
|
|
/* Changelist */
|
|
|
|
|
|
#changelist {
|
|
|
- display: flex;
|
|
|
+ align-items: stretch;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
|
|
|
- #changelist #toolbar {
|
|
|
- order: 1;
|
|
|
+ #toolbar {
|
|
|
padding: 10px;
|
|
|
}
|
|
|
|
|
|
- #changelist .xfull {
|
|
|
- order: 2;
|
|
|
- }
|
|
|
-
|
|
|
- #changelist-form {
|
|
|
- order: 3;
|
|
|
- }
|
|
|
-
|
|
|
#changelist-filter {
|
|
|
- order: 4;
|
|
|
+ margin-left: 0;
|
|
|
}
|
|
|
|
|
|
#changelist .actions label {
|
|
@@ -534,11 +526,6 @@ input[type="submit"], button {
|
|
|
flex: 1 0 100%;
|
|
|
}
|
|
|
|
|
|
- .change-list .filtered .results, .change-list .filtered .paginator,
|
|
|
- .filtered #toolbar, .filtered .actions, .filtered div.xfull {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
-
|
|
|
#changelist-filter {
|
|
|
position: static;
|
|
|
width: auto;
|
|
@@ -570,7 +557,6 @@ input[type="submit"], button {
|
|
|
.aligned .form-row,
|
|
|
.aligned .form-row > div {
|
|
|
display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
max-width: 100vw;
|
|
|
}
|
|
|
|