Monday, March 26, 2012

need steps to modify the CSS for viewer/ toolbar

I want to use the CSS stylesheet to modify the viewer/ toolbar.
This may be a dumb question, but can anyone please tell me:
What are the steps to modify the CSS?
Also - please tell me what kind of things I can do with it?
I have been trying to open the CSS in a text editor and playing with
it, with limited success and limited vision of what can be done.
ThanksHere is a little more specific question:
All the properties regarding parameters I see in the CSS are as below.
I want to change the font size of the parameter prompt, and I would
like to put 3 in a row instead of 2. Is that possible?
Actually - I would like to some more... but even if the above is
possible, it would be helpful. Thx
.ParametersFrame
{
border-bottom: 1px darkgray solid
}
.ParamLabelCell
{
padding: 10px;
padding-right: 5px;
vertical-align: baseline
}
.ParamEntryCell
{
padding: 1px;
vertical-align: baseline
}
.ParamsGrid
{
margin: 0px;
padding: 1px
}
.InterParamPadding
{
padding-left: 1px
}|||hey,
ok, sorry to hijack your question, but I am wondering about the same
thing. Something else I'd like to do is add to the toolbar if
possible. For a parameter textfield for a date say, I'd like to place
a calandar control if possible...
Anyone know if it's possible to get at the code for the control
somewhere and hack at it there to make personalised changes?
Also, something else that might sound silly but - even as the report
is being generated there is an animated gif. Anyone know how to
change that?
Thanks...
creative@.mailcity.com (Harsh) wrote in message news:<fa671a26.0408282005.4829c524@.posting.google.com>...
> Here is a little more specific question:
> All the properties regarding parameters I see in the CSS are as below.
> I want to change the font size of the parameter prompt, and I would
> like to put 3 in a row instead of 2. Is that possible?
> Actually - I would like to some more... but even if the above is
> possible, it would be helpful. Thx
>
> .ParametersFrame
> {
> border-bottom: 1px darkgray solid
> }
> .ParamLabelCell
> {
> padding: 10px;
> padding-right: 5px;
> vertical-align: baseline
> }
> .ParamEntryCell
> {
> padding: 1px;
> vertical-align: baseline
> }
> .ParamsGrid
> {
> margin: 0px;
> padding: 1px
> }
> .InterParamPadding
> {
> padding-left: 1px
> }|||Still no answers... neither to my question nor to yours.
Maybe there is no way of hacking into the "parameter viewer" but can
anyone please explain what are the things I CAN achieve... with the
current functionality?
I have tried reading the SP1 readme but that does not seem to say
anything.
I want to know this before I decide on building my own viewer.
Thanks

No comments:

Post a Comment