mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-19 23:28:20 +01:00
refinement for css of UI.
This commit is contained in:
parent
4c0a6d8d1c
commit
fa55ca01e7
@ -7,8 +7,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
max-height: 680px;
|
max-height: 680px;
|
||||||
overflow-x: hidden;
|
min-width: 1024px;
|
||||||
overflow-y: auto;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
@ -16,10 +16,10 @@
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
height: 650px;
|
height: 660px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
max-height: 680px;
|
max-height: 660px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-pane {
|
.search-pane {
|
||||||
|
@ -27,7 +27,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.switch-pane-tabs {
|
.switch-pane-tabs {
|
||||||
width: 25%;
|
width: 265px;
|
||||||
|
min-width: 265px;
|
||||||
float: right;
|
float: right;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user