mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-17 19:01:44 +02:00
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#searchbar {
|
||||
#toolbar #searchbar {
|
||||
height: 19px;
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px 5px;
|
||||
@@ -99,7 +99,7 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#searchbar:focus {
|
||||
#toolbar #searchbar:focus {
|
||||
border-color: #999;
|
||||
}
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
/* FILTER COLUMN */
|
||||
|
||||
#changelist-filter {
|
||||
flex: 0 0 240px;
|
||||
order: 1;
|
||||
width: 240px;
|
||||
background: #f8f8f8;
|
||||
|
||||
@@ -120,7 +120,8 @@ input[type="submit"], button {
|
||||
}
|
||||
|
||||
#changelist-search .quiet {
|
||||
width: 100%;
|
||||
width: 0;
|
||||
flex: 1 0 auto;
|
||||
margin: 5px 0 0 25px;
|
||||
}
|
||||
|
||||
@@ -156,7 +157,7 @@ input[type="submit"], button {
|
||||
}
|
||||
|
||||
#changelist-filter {
|
||||
width: 200px;
|
||||
flex-basis: 200px;
|
||||
}
|
||||
|
||||
.change-list .filtered .results,
|
||||
@@ -216,7 +217,7 @@ input[type="submit"], button {
|
||||
}
|
||||
|
||||
textarea {
|
||||
max-width: 518px;
|
||||
max-width: 100%;
|
||||
max-height: 120px;
|
||||
}
|
||||
|
||||
@@ -557,6 +558,7 @@ input[type="submit"], button {
|
||||
.aligned .form-row,
|
||||
.aligned .form-row > div {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user