Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <apex:page showHeader="false"
  2. sidebar="true"
  3. id="consolePage"
  4. cache="false"
  5. controller="NxCSHIConsoleController"
  6. action="{!processPage}"
  7. standardstylesheets="true"
  8. tabStyle="Account"
  9. title="Customer Support Console">
  10.  
  11. .ui-layout-center {
  12. border-top: 0;
  13. padding: 0 20px 20px;
  14. overflow-x: hidden;
  15. width: 900px;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement