diff --git a/www/css/dashboard.css b/www/css/dashboard.css index e92d484..f770d07 100644 --- a/www/css/dashboard.css +++ b/www/css/dashboard.css @@ -39,20 +39,3 @@ width: 920px; float: left; padding-bottom: 10px; } -/***MAIN CONTENT: WIDGET BOX (dashboard.html)***/ -/*.widgetbox h3 span { padding: 10px 15px; display: block; } -.widgetbox h3.arrow span { background: url(../images/toggle.png) no-repeat right center; } -.widgetbox .content p { margin: 5px auto; } -.widgetbox .content p:first-child { margin-top: 0; } - -.widgetbox2 { margin-bottom: 20px; -moz-box-shadow: 1px 1px 2px #ddd; -webkit-box-shadow: 1px 1px 2px #ddd; box-shadow: 1px 1px 2px #ddd; } -.widgetbox2 h3 { font-size: 12px; color: #333; font-weight: normal; text-shadow: 1px 1px #fff; } -.widgetbox2 h3 { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } -.widgetbox2 h3 { border: 1px solid #ddd; background: #eee url(../images/thead.png) repeat-x top left; } -.widgetbox2 h3 span { padding: 10px 15px; display: block; } -.widgetbox2 h3.arrow span { background: url(../images/toggle2.png) no-repeat right center; } -.widgetbox2 .content { background: #fcfcfc; padding: 20px 15px; color: #666; overflow: hidden; border: 1px solid #ddd; border-top: 0; } -.widgetbox2 .content { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } -.widgetbox2 .content p { margin: 5px 0; } -.widgetbox2 .content p:first-child { margin-top: 0; } -.widgetbox2 .content label { display: block; padding: 0; width: 120px; margin-right: 15px; float: left; }*/ \ No newline at end of file diff --git a/www/css/style.css b/www/css/style.css index 58cb0c4..1d9f716 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -252,6 +252,32 @@ h2.prize { font-size: 20px; color: #000; font-family: Arial, Helvetica, sans-ser .last{ margin-right:0 !important; clear:right; } + +/***MAIN CONTENT: WIDGET BOX (dashboard.html)***/ +.widgetbox { margin-bottom: 20px; -moz-box-shadow: 1px 1px 2px #ccc; -webkit-box-shadow: 1px 1px 2px #ccc; box-shadow: 1px 1px 2px #ccc; } +.widgetbox h3 { font-size: 12px; text-transform: uppercase; color: #fff; font-weight: normal; text-shadow: 1px 1px #4b6592; } +.widgetbox h3 { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } +.widgetbox h3 { border: 1px solid #6082ad; background: #688ab5 url(../images/titlebg.png) repeat-x top left; } +.widgetbox h3 span { padding: 10px 15px; display: block; } +.widgetbox h3.arrow span { background: url(../images/toggle.png) no-repeat right center; } +.widgetbox .content { background: #fcfcfc; padding: 20px 15px; color: #666; overflow: hidden; border: 1px solid #ccc; border-top: 0; } +.widgetbox .content { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } +.widgetbox .content p { margin: 5px auto; } +.widgetbox .content p:first-child { margin-top: 0; } + +.widgetbox2 { margin-bottom: 20px; -moz-box-shadow: 1px 1px 2px #ddd; -webkit-box-shadow: 1px 1px 2px #ddd; box-shadow: 1px 1px 2px #ddd; } +.widgetbox2 h3 { font-size: 12px; color: #333; font-weight: normal; text-shadow: 1px 1px #fff; } +.widgetbox2 h3 { -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } +.widgetbox2 h3 { border: 1px solid #ddd; background: #eee url(../images/thead.png) repeat-x top left; } +.widgetbox2 h3 span { padding: 10px 15px; display: block; } +.widgetbox2 h3.arrow span { background: url(../images/toggle2.png) no-repeat right center; } +.widgetbox2 .content { background: #fcfcfc; padding: 20px 15px; color: #666; overflow: hidden; border: 1px solid #ddd; border-top: 0; } +.widgetbox2 .content { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; } +.widgetbox2 .content p { margin: 5px 0; } +.widgetbox2 .content p:first-child { margin-top: 0; } +.widgetbox2 .content label { display: block; padding: 0; width: 120px; margin-right: 15px; float: left; } + + /***MAIN CONTENT (dashboard.html)***/ .maincontent { margin-left: 50px; min-width: 1028px; position: relative; color: #333; } .maincontent .left { padding: 20px 15px; overflow: hidden; } diff --git a/www/js/custom/general.js b/www/js/custom/general.js index 9586ef4..ab6f7ef 100644 --- a/www/js/custom/general.js +++ b/www/js/custom/general.js @@ -85,7 +85,7 @@ jQuery(document).ready(function(){ }); //////////// TABS ///////////////// - jQuery( '#tabs' ).tabs(); + //jQuery( '#tabs' ).tabs();