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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-19 22:29:57 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-05-19 22:30:50 +0300
commit0ef203eb6189acb4eb9ae120917cc773bbf2e4e5 (patch)
tree15cdd236035ef9aba0203f0e18241cb85281d69f /themes
parente8305049ed9dd5405daf09d86308c68464abe102 (diff)
Improve table chart and GIS visualization pages
- Replaces .pma-fieldset with Bootstrap card - Uses Bootstrap form styles Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'themes')
-rw-r--r--themes/bootstrap/scss/_common.scss7
-rw-r--r--themes/metro/scss/_common.scss7
-rw-r--r--themes/original/scss/_common.scss6
-rw-r--r--themes/pmahomme/scss/_common.scss7
4 files changed, 0 insertions, 27 deletions
diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss
index 627b264934..69fe5e0846 100644
--- a/themes/bootstrap/scss/_common.scss
+++ b/themes/bootstrap/scss/_common.scss
@@ -745,13 +745,6 @@ div#profilingchart {
padding: 10px;
}
-.chartOption {
- float: left;
- margin-right: 40px;
-}
-
-// end table charting
-
// querybox
#togglequerybox {
diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss
index a7f66be792..ed08f2635b 100644
--- a/themes/metro/scss/_common.scss
+++ b/themes/metro/scss/_common.scss
@@ -909,13 +909,6 @@ div#profilingchart {
padding: 10px;
}
-.chartOption {
- float: left;
- margin-right: 40px;
-}
-
-/* END table charting */
-
/* querybox */
#togglequerybox {
diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss
index feadad3a08..c03a635854 100644
--- a/themes/original/scss/_common.scss
+++ b/themes/original/scss/_common.scss
@@ -738,12 +738,6 @@ div#profilingchart {
bottom: 24px;
}
-/* table charting */
-.chartOption {
- float: left;
- margin-right: 40px;
-}
-
textarea {
&#sqlquery {
width: 100%;
diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss
index 1938856b0e..8f4b759883 100644
--- a/themes/pmahomme/scss/_common.scss
+++ b/themes/pmahomme/scss/_common.scss
@@ -922,13 +922,6 @@ div#profilingchart {
padding: 10px;
}
-.chartOption {
- float: left;
- margin-right: 40px;
-}
-
-// end table charting
-
// querybox
#togglequerybox {