You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/07/11 17:36:57 UTC

[GitHub] sohami closed pull request #1369: DRILL-6583: Add space between pagination links in Profiles (WebUI) list

sohami closed pull request #1369: DRILL-6583: Add space between pagination links in Profiles (WebUI) list
URL: https://github.com/apache/drill/pull/1369
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/exec/java-exec/src/main/resources/rest/profile/list.ftl b/exec/java-exec/src/main/resources/rest/profile/list.ftl
index f9334b891f0..602a0e328c6 100644
--- a/exec/java-exec/src/main/resources/rest/profile/list.ftl
+++ b/exec/java-exec/src/main/resources/rest/profile/list.ftl
@@ -54,9 +54,12 @@
   /* Control Padding for length and filter as a pair */
   div.dataTables_length {
     float: right;
+    font-weight: normal;
   }
   div.dataTables_filter {
     float: left;
+    font-weight: normal;
+    padding-left: 0.45em;
   }
   div.dataTables_info {
     padding-right: 2em;
@@ -64,19 +67,10 @@
   }
 
   /* Add spaces between pagination links */
-  #profileList_paginate * {
-    padding-right: 0.55em;
-    float:left
+  #profileList_completed_paginate *, #profileList_running_paginate * { 
+    padding-right: 0.35em; 
+    float:left 
   }
-  /* Normal wt for search text */
-  #profileList_filter input {
-    font-weight: normal;
-    padding-left: 0.45em;
-  }
-  #profileList_length * {
-    font-weight: normal;
-  }
-
 </style>
 
 </#macro>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services