From 07fde2dc1c3dd48c2c968b93b4b9531f59f4c6d1 Mon Sep 17 00:00:00 2001 From: Tyron Madlener Date: Mon, 25 Jul 2011 17:54:09 +0300 Subject: [PATCH] Added missing create table icon in left frame --- themes/original/css/theme_left.css.php | 1 + themes/pmahomme/css/theme_left.css.php | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index f1b6ef889c..5cd64b0456 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -89,6 +89,7 @@ button { .ic_b_view { background-position: 0 -1044px; } .ic_b_minus { background-position: 0 -440px; width: 9px; height: 9px; } .ic_b_plus { background-position: 0 -523px; width: 9px; height: 9px; } +.ic_b_snewtbl { background-position: 0 -726px; width: 10px; height: 10px; } /******************************************************************************/ /* classes */ diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index ed82ff5c6a..a3e96adc70 100644 --- a/themes/pmahomme/css/theme_left.css.php +++ b/themes/pmahomme/css/theme_left.css.php @@ -96,6 +96,7 @@ button { .ic_b_minus { background-position: -471px 0; } .ic_b_views, .ic_s_views { background-position: -1094px 0; } +.ic_b_snewtbl { background-position: -788px 0; } /******************************************************************************/ /* classes */