SharePoint driven rich text dashboard using jqueryui. (CSS file)
This is the CSS file for Operations Dashboard Download this file here . <link href="/SiteAssets/jquery-ui.css" rel="stylesheet"/> <script src="/SiteAssets/js/jquery-1.12.4.js"></script> <script src="/SiteAssets/jquery-ui.js"></script> <script src="/SiteAssets/jquery.SPServices-0.5.4.min.js"></script> <style unselectable="on"> #sideNavBox{display:none;} #contentBox{margin-left:20px!important;} </style> <style> .ui-dialog-titlebar-close {visibility: hidden;} .button_orange { -moz-box-shadow:inset 0px -3px 7px 0px #fdc830; -webkit-box-shadow:inset 0px -3px 7px 0px #fdc830; box-shadow:inset 0px -3px 7px 0px #fdc830; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdc830), color-stop(1, #f37335)); backgr...