Changeset 122 for trunk

Show
Ignore:
Timestamp:
03/30/08 16:45:55 (9 months ago)
Author:
root
Message:

some colors changes to meet wp2.5 color schema

Location:
trunk
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/action.php

    r114 r122  
    7979                $ch_os = $wpdb->get_results("SELECT count(os) as top_os, os FROM $table_name WHERE os!='' AND os NOT LIKE '%N/A%' AND spam=0 AND timestamp BETWEEN $from_date AND $to_date GROUP BY os ORDER BY top_os DESC LIMIT 10"); 
    8080        ?> 
    81 <div> 
     81<div id="toptenchart"> 
    8282        <table width="100%" border=0> 
    8383                <tr valign="top"> 
  • trunk/lib/settings.php

    r110 r122  
    4343        <style type="text/css"> 
    4444          h3 { margin-bottom:0px; padding-bottom:5px; color:#333; } 
    45           #fragment-1,#fragment-2,#fragment-3,#fragment-4 { background-color: #dee; } 
     45          #wassup_opt_frag-1,#wassup_opt_frag-2,#wassup_opt_frag-3,#wassup_opt_frag-4 { background-color: #dee; } 
    4646          #tab_container ul li { min-width:60px; display:inline; } 
    4747          form p { margin-top:0px; padding-top:0px; padding-left:15px; } 
     
    5454        <div id="tab_container"> 
    5555            <ul style="clear:both;"> 
    56                 <li><a href="#fragment-1"><span><?php _e("General Setup", "wassup") ?></span></a></li> 
    57                 <li<?php if ($_GET['tab'] == "2"  || isset($_POST['submit-options2'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#fragment-2"><span><?php _e("Statistics Recording", "wassup") ?></span></a></li> 
    58                 <li<?php if ($_GET['tab'] == "3"  || isset($_POST['submit-options3'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#fragment-3"><span><?php _e("Manage Files & Database", "wassup") ?></span></a></li> 
    59                 <li<?php if ($_GET['tab'] == "4"  || isset($_POST['submit-options4'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#fragment-4"><span><?php _e("Uninstall", "wassup") ?></span></a></li> 
     56                <li><a href="#wassup_opt_frag-1"><span><?php _e("General Setup", "wassup") ?></span></a></li> 
     57                <li<?php if ($_GET['tab'] == "2"  || isset($_POST['submit-options2'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#wassup_opt_frag-2"><span><?php _e("Statistics Recording", "wassup") ?></span></a></li> 
     58                <li<?php if ($_GET['tab'] == "3"  || isset($_POST['submit-options3'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#wassup_opt_frag-3"><span><?php _e("Manage Files & Database", "wassup") ?></span></a></li> 
     59                <li<?php if ($_GET['tab'] == "4"  || isset($_POST['submit-options4'])) { echo ' class="ui-tabs-selected"';} ?>><a href="#wassup_opt_frag-4"><span><?php _e("Uninstall", "wassup") ?></span></a></li> 
    6060            </ul> 
    6161 
    6262        <form action="" method="post"> 
    63            <div id="fragment-1"> 
     63           <div id="wassup_opt_frag-1"> 
    6464                <!-- //Added by Helene D. to use more browser width to display visitor detail... --> 
    6565                <br /><h3><?php _e('Your default screen resolution (browser width)','wassup'); ?></h3> 
     
    9898           </div> 
    9999 
    100            <div id="fragment-2"> 
     100           <div id="wassup_opt_frag-2"> 
    101101                <br /><h3><?php _e('Statistics Recording Settings','wassup'); ?></h3> 
    102102                <p> <input type="checkbox" name="wassup_active" value="1" <?php if($wassup_options->wassup_active == 1) print "CHECKED"; ?> /> <strong><?php _e('Enable/Disable Recording','wassup'); ?></strong></p> 
     
    125125           </div> 
    126126         
    127            <div id="fragment-3"><br /> 
     127           <div id="wassup_opt_frag-3"><br /> 
    128128                <h3><?php _e('Temporary files location folder','wassup'); ?></h3> 
    129129<?php  
     
    175175           </div> 
    176176         
    177            <div id="fragment-4"><br /> 
     177           <div id="wassup_opt_frag-4"><br /> 
    178178                <h3><?php _e('Want to uninstall WassUp?', 'wassup') ;?></h3> 
    179179                <p><?php _e('No problem. Before you deactivate this plugin, check the box below to cleanup any data that was collected by WassUp that could be left behind.', 'wassup') ;?></p><br /> 
  • trunk/thickbox/thickbox.css

    r54 r122  
    100100 
    101101#TB_title{ 
     102        border-bottom: 3px #d54e21 solid; 
    102103        background-color:#e8e8e8; 
    103104        height:27px; 
  • trunk/ui.tabs.css

    r64 r122  
    1515/* Skin */ 
    1616.ui-tabs-nav, .ui-tabs-panel { 
    17     font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; 
    18     font-size: 12px; 
     17    font-size: 10px; 
    1918} 
    2019.ui-tabs-nav { 
  • trunk/wassup.css

    r121 r122  
    191191        color: #667; /* #8e8e8e; */ 
    192192} 
     193#toptenchart a { 
     194        color: #464646; 
     195} 
     196#toptenchart a:hover { 
     197        color: #d54e21; 
     198} 
    193199ul.charts        { 
    194200        list-style-type: none; 
     
    198204li.charts { 
    199205        list-style-type: none; 
    200         color: #667; /* #8e8e8e; */ 
    201206        font-size: 11px; 
    202207        border-top: 1px #ddd solid; 
     
    207212li.chartsT { 
    208213        list-style-type: none; 
    209         color: #efefef; 
    210         font-size: 11px; 
    211         border-bottom: 2px #D2DFE9 solid; 
     214        color: #2683ae; 
     215        font-size: 11px; 
     216        border-bottom: 2px #bfd0dd solid; 
    212217        margin: 2px 0 0 0;  
    213218        padding: 2px 4px 2px 4px; 
    214         background: #14568A; 
    215         font-weight: bold; 
     219        background: #cee1ef; 
    216220} 
    217221ul.agent { 
  • trunk/wassup.php

    r121 r122  
    324324  jQuery(document).ready(function($) { 
    325325        $('#tab_container > ul').tabs({  
    326                 fx: { obacity: 'toggle', duration: 'fast' } }); 
     326                fx: { opacity: 'toggle', duration: 'fast' } }); 
    327327  }); 
    328328  //]]>