Files
isspst/src/main/webapp/css/zk-modify.css
T
franta 4c033deffb Schválený studentský projekt (karta Vše) má modrou barvu.
Schválený nestudentský projekt má zelenou barvu.
Částečně schválený projekt má žlutou barvu.

closes #172
2014-11-10 07:56:15 +01:00

92 lines
1.3 KiB
CSS

.header-content {
padding: 10px;
background: url("/isspst/img/header-bg.png") 50% 0 repeat-x;
color: #ffffff;
font-size: 35px;
font-weight: bold;
text-align: center;
text-shadow: 2px 2px 2px #000000;
}
.addScrollbar {
overflow: auto;
}
.find-grid-cell {
display: table;
width: 100%;
}
.find-grid-img {
display: table-cell;
width: 20px;
text-align: right;
}
.find-grid-img-left {
display: table-cell;
width: 20px;
text-align: left;
}
.find-grid-divtextbox {
display: table-cell;
}
.find-grid-textbox {
width: 100%;
}
.find-grid-textbox-right {
width: 100%;
text-align: right;
}
.grid-textbox-max {
width: 100%;
}
.grid-textbox-max-right {
width: 100%;
text-align: right;
}
.row-title {
/* ve formuláři zarovná u víceřádkových editů label nahoru */
vertical-align: top;
}
.z-listcell-content {
/* při úzkém sloupci gridu neodřádkuje slova podle mezer */
white-space: nowrap;
}
.combo {
width: 100%;
min-width: 0;
}
.order-select-ordered {
background-color: #98fb98 !important;
}
.order-select-invoiced {
background-color: #fff44f !important;
}
.order-select-delivered {
background-color: #d19fe8 !important;
}
.req-select-partially {
background-color: #fffb90 !important;
}
.req-select-approved {
background-color: #afffb5 !important;
}
.req-select-approved-project {
background-color: #87cefa !important;
}