Has anyone found a solution for this?
I currently have to work with the seaside.css, because the other styles are not available for editing.
It is just a major PITA, to be honest. Also having no proper documentation makes figuring things out even worse.
Does anyone know a way to align a 'Table Rowgroup Row Label' vertically and horizontally at the same time?
Or does anyone know how to align any text vertically, for that matter?
The plateau.css seems to be doing this, but I could not yet create a custom style that would do the same.
Have:
Want:
Any help would be greatly appreciated.
Cheers,
Michael
Hi mfab! I have the same problem. Do you have solution for this?
Hi Pisit,
unfortunately not to our satisfaction.
You might want to try and add something like this:
- Crosstab
Table Rowgroup Label
{
background-color: green;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 8pt !Important;
font-style: normal;
color: #1a4a76;
text-align: left;
vertical-align: middle !Important;
text-decoration: none;
padding-top: 0px;
padding-right: 3px;
padding-bottom: 0px;
padding-left: 3px;
white-space: normal;
vertical-align should do the trick.
It seems you would need to add "!Important;" to all custom changes you make. However SAS chooses to ignore some of them. For instance, we could not set the font size no matter what we tried. If you want to following some design rules for reports, you will find that it is hard to make them work in WRS. There are now several different font sizes and font styles in the WRS-styles, which is not best practice concerning to some design and usability experts.
As a project, this lead us nowhere. In the end we decided, it is not worth the effort and we stopped customizing it alltogether.
Hope you have more luck!
Cheers
Michael
Hi Michael,
Thanks for your response. I will try to add the code you suggest in CSS file and see the result. Actually my problem is I just want to increase font size of data value that show in graph so I followed this article http://support.sas.com/kb/40/712.html but when I applied a custom report style in WRS its effect other properties such as border of the crosstab is missing, some fonts not available to select when edit property of graph in WRS and more. So I just have to go and edit css code.
Thanks again.
Pisit
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Lock in the best rate now before the price increases on April 1.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.