From bb5dafb7da7682fb0fa54bc281fb69589126f6ba Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Wed, 22 Mar 2006 19:35:40 +0000 Subject: cleaned up the css some more and changed the sidebar mojo to pulldown --- templates/basestyle.inc.php | 2 +- templates/show_admin_info.inc.php | 4 +++- templates/show_admin_tools.inc.php | 35 ++++++++++++++--------------------- templates/sidebar.inc.php | 2 +- 4 files changed, 19 insertions(+), 24 deletions(-) diff --git a/templates/basestyle.inc.php b/templates/basestyle.inc.php index de41587b..ff8dc0f2 100644 --- a/templates/basestyle.inc.php +++ b/templates/basestyle.inc.php @@ -261,11 +261,11 @@ border-top:2px solid ; } .text-action { - list-style: none; margin-top:5px; margin-bottom:5px; } .text-action a { + background: ; border:1px solid ; padding-left:2px; padding-right:2px; diff --git a/templates/show_admin_info.inc.php b/templates/show_admin_info.inc.php index 993bc03b..bf5820e4 100644 --- a/templates/show_admin_info.inc.php +++ b/templates/show_admin_info.inc.php @@ -30,7 +30,9 @@ $total_flagged = Flag::get_total();

-
  • ...
  • +
    +... +


    diff --git a/templates/show_admin_tools.inc.php b/templates/show_admin_tools.inc.php index b5b96455..9f74394c 100644 --- a/templates/show_admin_tools.inc.php +++ b/templates/show_admin_tools.inc.php @@ -25,6 +25,11 @@ $catalogs = Catalog::get_catalogs(); ?>
    +
    + + + +
    @@ -60,32 +65,20 @@ $catalogs = Catalog::get_catalogs();
    -
    - - - - +
    +  +  +  +  +


    -
  • - -
  • -
  • -
    -
  • -
  • +
    + -
  • -
  • - -
  • -
  • -
  • -
  • - -
  • +

    diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index fa9d7659..f403e97b 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -170,7 +170,7 @@ $web_path = conf('web_path');
    - +
    " /> -- cgit