2010-10-14 19:42:20 +00:00
|
|
|
.tableedit select {
|
2010-10-14 20:31:10 +00:00
|
|
|
font-size: 1.2em;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
2010-10-14 19:42:20 +00:00
|
|
|
.tableedit input {
|
2010-10-14 20:31:10 +00:00
|
|
|
font-size: 1.2em;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 18:00:53 +00:00
|
|
|
.tableview * .happy {
|
2006-10-11 00:28:58 +00:00
|
|
|
color: green;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2010-07-13 18:00:53 +00:00
|
|
|
.tableview * .error {
|
2006-10-11 00:28:58 +00:00
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableview {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 1px;
|
|
|
|
color: black;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
border: 0px;
|
2009-09-09 00:26:12 +00:00
|
|
|
font-size: 0.8em;;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tableview td {
|
|
|
|
border: 1px solid #000000;
|
2009-09-25 16:36:36 +00:00
|
|
|
padding: 2px 5px 2px 5px;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tableview th {
|
|
|
|
border: 1px solid #000000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
color: #FFFFFF;
|
2009-10-14 19:53:09 +00:00
|
|
|
/*background-color: #1B86B7; */
|
|
|
|
background-color: #1B86B7;
|
2006-10-11 00:28:58 +00:00
|
|
|
padding: 3px;
|
2010-03-30 21:59:04 +00:00
|
|
|
cursor: pointer;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
2009-09-11 04:18:12 +00:00
|
|
|
|
2009-09-10 04:46:50 +00:00
|
|
|
.tableview tr:hover {
|
2009-09-11 04:18:12 +00:00
|
|
|
background-color: #DDDDEC;
|
|
|
|
}
|
2009-09-10 04:46:50 +00:00
|
|
|
|
2009-09-11 04:18:12 +00:00
|
|
|
/* Table Drag'n'Drop default while-dragging style */
|
|
|
|
.tableview tr.tDnD_whileDrag,tr.tDnD_whileDrag:hover {
|
|
|
|
background-color: #8080ff;
|
2009-09-10 04:46:50 +00:00
|
|
|
}
|
|
|
|
|
2009-09-11 04:18:12 +00:00
|
|
|
|
2006-10-11 00:28:58 +00:00
|
|
|
.tableview th a {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.tableview th a:hover {
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #00346A;
|
|
|
|
color: #3D90E9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableedit {
|
|
|
|
color: black;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
2009-09-09 00:26:12 +00:00
|
|
|
font-size: 0.8em;
|
2006-10-11 00:28:58 +00:00
|
|
|
border: 0px;
|
2009-09-09 00:26:12 +00:00
|
|
|
border-collapse: collapse;
|
|
|
|
/* width: 100%;*/
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tableedit td {
|
|
|
|
padding: 2px;
|
2009-09-09 00:26:12 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2009-10-01 04:42:55 +00:00
|
|
|
.tableedit th {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
color: #FFFFFF;
|
2009-10-14 19:53:09 +00:00
|
|
|
/*background-color: #1B86B7; */
|
|
|
|
background-color: #1B86B7;
|
2009-10-01 04:42:55 +00:00
|
|
|
padding: 1px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Replacement for tableedit */
|
2010-07-14 18:09:26 +00:00
|
|
|
form.editor table {
|
2009-10-01 04:42:55 +00:00
|
|
|
color: black;
|
2010-07-14 18:09:26 +00:00
|
|
|
font-size: 1em;
|
|
|
|
/* width: 95%;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
form.editor table {
|
2009-10-01 04:42:55 +00:00
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
border: 0px;
|
|
|
|
border-collapse: collapse;
|
2010-07-13 18:00:53 +00:00
|
|
|
/* width: 95%;*/
|
2009-10-01 04:42:55 +00:00
|
|
|
}
|
|
|
|
|
2010-07-14 18:09:26 +00:00
|
|
|
form.editor table tr td {
|
2009-10-01 04:42:55 +00:00
|
|
|
padding: 2px;
|
2010-07-14 18:09:26 +00:00
|
|
|
text-align: left;
|
|
|
|
vertical-align: baseline;
|
2009-10-01 04:42:55 +00:00
|
|
|
}
|
|
|
|
|
2010-08-08 09:09:46 +00:00
|
|
|
/* Enforce a minimum width, but let the table layout
|
|
|
|
* expand to fit the width of the maximum label */
|
2010-07-14 18:09:26 +00:00
|
|
|
form.editor table tr td:first-child {
|
2009-09-09 00:26:12 +00:00
|
|
|
text-align: right;
|
2010-08-08 09:09:46 +00:00
|
|
|
width: 20%;
|
|
|
|
white-space: nowrap;
|
2009-09-09 00:26:12 +00:00
|
|
|
}
|
2009-10-01 04:42:55 +00:00
|
|
|
|
2006-10-11 00:28:58 +00:00
|
|
|
|
2010-07-14 18:09:26 +00:00
|
|
|
form.editor table th {
|
2006-10-11 00:28:58 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
color: #FFFFFF;
|
2009-10-14 19:53:09 +00:00
|
|
|
background-color: #1B86B7;
|
2009-09-09 00:26:12 +00:00
|
|
|
padding: 1px;
|
|
|
|
vertical-align: top;
|
2006-10-11 00:28:58 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 18:00:53 +00:00
|
|
|
form.editor * input {
|
2010-07-13 18:27:14 +00:00
|
|
|
/* border: none solid solid;*/
|
2010-04-18 22:40:08 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 18:00:53 +00:00
|
|
|
form.editor * input.error {
|
2010-07-13 18:27:14 +00:00
|
|
|
/* border: 1px solid red;*/
|
|
|
|
|
2010-07-13 18:00:53 +00:00
|
|
|
}
|
2006-10-11 00:28:58 +00:00
|
|
|
|
2010-07-13 18:00:53 +00:00
|
|
|
form.editor * label.error {
|
|
|
|
margin-left: 10px;
|
|
|
|
width: auto;
|
|
|
|
display: inline;
|
|
|
|
color: red;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2006-10-11 00:28:58 +00:00
|
|
|
|
2009-09-09 00:26:12 +00:00
|
|
|
|
2010-07-14 18:09:26 +00:00
|
|
|
|
2010-07-13 18:00:53 +00:00
|
|
|
/* A default class so we can nest tables (i know bad) but revert
|
|
|
|
* inheritance */
|
|
|
|
.default td {
|
|
|
|
border: 0px;
|
|
|
|
}
|
2009-10-01 04:42:55 +00:00
|
|
|
|