style tweaks

This commit is contained in:
Lance Edgar 2012-08-09 09:40:40 -07:00
parent 9fc804f64f
commit a3154ebf45

View file

@ -128,6 +128,7 @@ h1 {
} }
h2 { h2 {
font-size: 12pt;
margin: 20px auto 10px auto; margin: 20px auto 10px auto;
} }
@ -167,6 +168,31 @@ div.controls label {
width: 120px; width: 120px;
} }
/******************************
* Header Table
******************************/
table.header {
padding-bottom: 5px;
width: 100%;
}
table.header td.context-menu {
vertical-align: top;
}
table.header td.context-menu ul {
list-style-type: none;
text-align: right;
}
table.header td.tools {
text-align: right;
vertical-align: bottom;
}
/****************************** /******************************
* Dialogs * Dialogs
******************************/ ******************************/
@ -205,7 +231,10 @@ div.grid table {
font-size: 9pt; font-size: 9pt;
line-height: normal; line-height: normal;
white-space: nowrap; white-space: nowrap;
/* width: 100%; */ }
div.grid.full table {
width: 100%;
} }
div.grid table th, div.grid table th,
@ -237,6 +266,10 @@ div.grid table tbody td {
text-align: left; text-align: left;
} }
div.grid table tbody td.right {
text-align: right;
}
div.grid table tr.odd { div.grid table tr.odd {
background-color: #e0e0e0; background-color: #e0e0e0;
} }
@ -323,14 +356,13 @@ div.pager p.page-links {
* Fieldsets * Fieldsets
******************************/ ******************************/
div.field-couple { div.fieldset div.field-wrapper {
clear: both; clear: both;
overflow: auto; overflow: auto;
min-height: 30px; min-height: 30px;
} }
/* div.field-couple div.label, */ div.fieldset div.field-wrapper label {
div.field-couple label {
display: block; display: block;
float: left; float: left;
width: 140px; width: 140px;
@ -345,16 +377,16 @@ div.field-couple label {
/* font-weight: bold; */ /* font-weight: bold; */
/* } */ /* } */
div.field-couple div.field { div.fieldset div.field-wrapper div.field {
display: block; display: block;
float: left; float: left;
margin-bottom: 5px; margin-bottom: 5px;
line-height: 25px; line-height: 25px;
} }
div.field-couple div.field input[type=text], div.fieldset div.field-wrapper div.field input[type=text],
div.field-couple div.field input[type=password], div.fieldset div.field-wrapper div.field input[type=password],
div.field-couple div.field select { div.fieldset div.field-wrapper div.field select {
width: 320px; width: 320px;
} }