Merge in from pre_0.1 branch
git-svn-id: file:///svn-source/pmgr/trunk/site@847 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -11,10 +11,12 @@
|
||||
* Overall page layout
|
||||
*/
|
||||
|
||||
body { padding: 0; margin: 0 }
|
||||
table#layout { width: 100% }
|
||||
td#sidecolumn ,
|
||||
td#pagecolumn { vertical-align: top; }
|
||||
td#pagecolumn { padding-left: 4mm; }
|
||||
td#sidecolumn { width: 1% }
|
||||
|
||||
|
||||
/************************************************************
|
||||
@@ -46,7 +48,7 @@ span.fmt-age.delinquent { color: #f00; }
|
||||
|
||||
table.item th ,
|
||||
table.item td { padding: 0.1em 0.4em 0.1em 0.4em; }
|
||||
table.item td { white-space: nowrap; }
|
||||
table.item td.name { white-space: nowrap; }
|
||||
/* table.item { border-spacing: 0 0; /\*IE*\/border-collapse: collapse; empty-cells: show } */
|
||||
table.item { border-spacing: 0 0; empty-cells: show }
|
||||
table.item { border:1px solid #ccc;
|
||||
@@ -122,6 +124,11 @@ div.detail.supporting { clear : both;
|
||||
.edit table.detail { width : 80%;
|
||||
float : none;
|
||||
}
|
||||
table.item td { vertical-align: top; }
|
||||
.edit .item td.field .required { color: #33f }
|
||||
.edit .item td.field .recommended { color: #35d }
|
||||
.edit .item td.field .recommended.empty { color: #f5d }
|
||||
.edit .item td.field .required.empty { color: #f33 }
|
||||
|
||||
|
||||
/************************************************************
|
||||
@@ -271,19 +278,15 @@ span.grid-error {
|
||||
color: #a00;
|
||||
}
|
||||
|
||||
span.ui-jqgrid-title {
|
||||
color: #ffb;
|
||||
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
|
||||
font-size: 180%;
|
||||
margin-bottom: 0.0em;
|
||||
.ui-jqgrid span.ui-jqgrid-title {
|
||||
font-size: 160%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
span.ui-jqgrid-title h2 {
|
||||
color: #ffb;
|
||||
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
|
||||
.ui-jqgrid span.ui-jqgrid-title h2 {
|
||||
font-weight: bold;
|
||||
font-size: 140%;
|
||||
margin-bottom: 0.0em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -359,45 +362,18 @@ fieldset fieldset div {
|
||||
/* margin: 0 20px; */
|
||||
}
|
||||
|
||||
/*
|
||||
* REVISIT <AP>: 20090728
|
||||
* This "form div" is way too generic, and in fact
|
||||
* it's screwing up the jqGrid header. I'm commenting
|
||||
* it out for now, to see if it actually is needed
|
||||
* anywhere, and hope to delete it in the near future.
|
||||
*/
|
||||
/* form div { */
|
||||
/* clear: both; */
|
||||
/* /\* margin-bottom: 1em; *\/ */
|
||||
/* /\* padding: .5em; *\/ */
|
||||
/* vertical-align: text-top; */
|
||||
/* } */
|
||||
form div.input {
|
||||
color: #444;
|
||||
}
|
||||
form div.required {
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
form div.submit {
|
||||
border: 0;
|
||||
clear: both;
|
||||
margin-top: 10px;
|
||||
/* margin-left: 140px; */
|
||||
}
|
||||
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
* General Style Info
|
||||
*/
|
||||
|
||||
body {
|
||||
/* background: #003d4c; */
|
||||
/* color: #fff; */
|
||||
font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
|
||||
font-size:90%;
|
||||
margin: 0;
|
||||
}
|
||||
a {
|
||||
color: #003d4c;
|
||||
text-decoration: underline;
|
||||
@@ -407,35 +383,4 @@ a:hover {
|
||||
color: #00f;
|
||||
text-decoration:none;
|
||||
}
|
||||
a img {
|
||||
border:none;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #003d4c;
|
||||
font-size: 100%;
|
||||
margin: 0.1em 0;
|
||||
}
|
||||
h2 {
|
||||
/* color: #e32; */
|
||||
color: #993;
|
||||
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
|
||||
font-size: 190%;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
h3 {
|
||||
color: #993;
|
||||
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
|
||||
/* font-size: 165%; */
|
||||
}
|
||||
h4 {
|
||||
color: #993;
|
||||
font-weight: normal;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user