Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2014-03-27 01:01:18 +0400
committerMarc Delisle <marc@infomarc.info>2014-03-27 01:01:18 +0400
commite4224bf18de9c6e2d725368c1e10c24f79792613 (patch)
tree83ab42f2244322aea5b97289881d1c4c39bcdbd4 /themes
parenta3c30eeecaaee146fe64a0d695cbd109d487a7a0 (diff)
parent8bc21b7876387a50a70a3658f95b3777a0f67cbb (diff)
Merge pull request #1095 from ashutoshdhundhara/favourite_tables_icon_only
Feature request: #1476 Favorite tables select box.
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/navigation.css.php13
-rw-r--r--themes/pmahomme/css/navigation.css.php8
-rw-r--r--themes/pmahomme/img/b_favorite.pngbin0 -> 563 bytes
-rw-r--r--themes/pmahomme/img/b_no_favorite.pngbin0 -> 16426 bytes
4 files changed, 18 insertions, 3 deletions
diff --git a/themes/original/css/navigation.css.php b/themes/original/css/navigation.css.php
index f9fbc3e0f5..4a69562b15 100644
--- a/themes/original/css/navigation.css.php
+++ b/themes/original/css/navigation.css.php
@@ -70,15 +70,22 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
padding: .3em;
}
-#pma_navigation div#recentTableList {
+#pma_navigation div#recentTableList,
+#pma_navigation div#FavoriteTableList {
text-align: center;
margin-bottom: 0.5em;
}
+#pma_navigation #recentTable,
+#pma_navigation #FavoriteTable {
+ width: 200px;
+}
+
#pma_navigation #pmalogo,
#pma_navigation #serverChoice,
#pma_navigation #navipanellinks,
#pma_navigation #recentTableList,
+#pma_navigation #FavoriteTableList,
#pma_navigation #databaseList,
#pma_navigation div.pageselector.dbselector {
text-align: center;
@@ -88,12 +95,14 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
}
#pma_navigation #recentTableList select,
+#pma_navigation #FavoriteTableList select,
#pma_navigation #serverChoice select
{
width: 80%;
}
-#pma_navigation #recentTableList {
+#pma_navigation #recentTableList,
+#pma_navigation #FavoriteTableList {
margin-bottom: 0;
padding-bottom: 0;
}
diff --git a/themes/pmahomme/css/navigation.css.php b/themes/pmahomme/css/navigation.css.php
index 4326f81a7e..8895cdc162 100644
--- a/themes/pmahomme/css/navigation.css.php
+++ b/themes/pmahomme/css/navigation.css.php
@@ -70,6 +70,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
#pma_navigation #serverChoice,
#pma_navigation #navipanellinks,
#pma_navigation #recentTableList,
+#pma_navigation #favoriteTableList,
#pma_navigation #databaseList,
#pma_navigation div.pageselector.dbselector {
text-align: center;
@@ -77,7 +78,12 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
border: 0;
}
-#pma_navigation #recentTableList select,
+#pma_navigation #recentTable,
+#pma_navigation #favoriteTable {
+ width: 200px;
+}
+
+#pma_navigation #favoriteTableList select,
#pma_navigation #serverChoice select
{
width: 80%;
diff --git a/themes/pmahomme/img/b_favorite.png b/themes/pmahomme/img/b_favorite.png
new file mode 100644
index 0000000000..90a4013c32
--- /dev/null
+++ b/themes/pmahomme/img/b_favorite.png
Binary files differ
diff --git a/themes/pmahomme/img/b_no_favorite.png b/themes/pmahomme/img/b_no_favorite.png
new file mode 100644
index 0000000000..92ab1647ec
--- /dev/null
+++ b/themes/pmahomme/img/b_no_favorite.png
Binary files differ