Fixed problem with grid display when part of a form
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@411 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -258,15 +258,19 @@ div.loading {
|
|||||||
margin-left: 1.0em;
|
margin-left: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.scroll .selbox {
|
||||||
|
font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
/* The "page N / M" input box */
|
/* The "page N / M" input box */
|
||||||
div.scroll input[type='text']
|
div.scroll input[type='text']
|
||||||
{
|
{
|
||||||
font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
|
|
||||||
font-size: 1em;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 0.4em;
|
padding-right: 0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/************************************************************
|
/************************************************************
|
||||||
************************************************************
|
************************************************************
|
||||||
* Grid Dynamic Selection Text
|
* Grid Dynamic Selection Text
|
||||||
@@ -338,12 +342,20 @@ fieldset fieldset div {
|
|||||||
clear: left;
|
clear: left;
|
||||||
/* margin: 0 20px; */
|
/* margin: 0 20px; */
|
||||||
}
|
}
|
||||||
form div {
|
|
||||||
clear: both;
|
/*
|
||||||
/* margin-bottom: 1em; */
|
* REVISIT <AP>: 20090728
|
||||||
/* padding: .5em; */
|
* This "form div" is way too generic, and in fact
|
||||||
vertical-align: text-top;
|
* 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 {
|
form div.input {
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user