* hydra: 'new' UI for project/jobset/job/build
@ -1,7 +1,22 @@
|
||||
#generic-tabs li {
|
||||
height : 30px;
|
||||
font-size : 90%;
|
||||
}
|
||||
#generic-tabs {
|
||||
min-height: 30em;
|
||||
}
|
||||
#generic-tabs div {
|
||||
font-size : 90%;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
.statusTable td, .statusTable th {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
tr.clickable:hover {
|
||||
background-color: #a0a0f0;
|
||||
cursor: pointer;
|
||||
@ -9,12 +24,21 @@ tr.clickable:hover {
|
||||
|
||||
.layoutTable td, .layoutTable th {
|
||||
border-style: none;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.layoutTable th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.activeJobsStatus td, .activeJobsStatus th {
|
||||
border-style: 1px dotted #CCCCCC;
|
||||
}
|
||||
|
||||
.activeJobsStatus tbody tr td {
|
||||
align: center;
|
||||
}
|
||||
|
||||
a.smallLink {
|
||||
font-size: 60%;
|
||||
vertical-align: top;
|
||||
@ -125,7 +149,6 @@ th.releaseSetJobName {
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
/* Editing */
|
||||
|
||||
input.string {
|
||||
|
@ -93,14 +93,18 @@ ul.short-menu li a:hover {
|
||||
/* The left menu. */
|
||||
div#main {
|
||||
position: relative;
|
||||
min-height: 10em;
|
||||
min-height: 20em;
|
||||
}
|
||||
|
||||
div#content {
|
||||
min-height: 20em;
|
||||
}
|
||||
|
||||
div#left-bar {
|
||||
position: absolute;
|
||||
left: 0em;
|
||||
width: 8em;
|
||||
min-height: 10em;
|
||||
min-height: 20em;
|
||||
}
|
||||
|
||||
div#left-title {
|
||||
|
BIN
src/root/static/images/checkmark_128.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/root/static/images/checkmark_256.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
src/root/static/images/checkmark_32.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
src/root/static/images/checkmark_64.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
src/root/static/images/error_128.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/root/static/images/error_256.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
src/root/static/images/error_32.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
src/root/static/images/error_64.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
src/root/static/images/forbidden_128.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/root/static/images/forbidden_256.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
src/root/static/images/forbidden_32.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/root/static/images/forbidden_64.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
src/root/static/images/help_128.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/root/static/images/help_256.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
src/root/static/images/help_32.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
src/root/static/images/help_64.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
src/root/static/images/information_128.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/root/static/images/information_256.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
src/root/static/images/information_32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/root/static/images/information_64.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
src/root/static/images/warning_128.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
src/root/static/images/warning_256.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
src/root/static/images/warning_32.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/root/static/images/warning_64.png
Normal file
After Width: | Height: | Size: 3.8 KiB |