changeset 7025:7d200066cc48

less: clean up statistics style - #legend_data default padding is fine - #legend_container border: none is unnecessary - #legend_choices is invisible - #legend_container width: auto is unnecessary - with many commiters less padding and height is actually better - there is no .legend ul
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 23:08:04 +0100
parents e70bacdb1de7
children e9ba69d3b367
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 2 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Oct 29 22:35:00 2017 +0100
+++ b/kallithea/public/css/style.css	Sun Oct 29 23:08:04 2017 +0100
@@ -981,16 +981,6 @@
   font-weight: 700;
   font-size: 14px;
 }
-div#legend_data {
-  padding-left: 10px;
-}
-div#legend_container table {
-  border: none !important;
-}
-div#legend_container table,
-div#legend_choices table {
-  width: auto !important;
-}
 table#permissions_manage span.private_repo_msg {
   font-size: 0.8em;
   opacity: 0.6;
@@ -1097,8 +1087,7 @@
   vertical-align: bottom;
 }
 #content div.panel div.panel-heading ul.links,
-#content div.panel div.message div.dismiss,
-#content div.panel div.traffic div.legend ul {
+#content div.panel div.message div.dismiss {
   float: right;
   margin: 0;
   padding: 0;
@@ -1259,12 +1248,6 @@
   padding-top: 5px;
   padding-bottom: 5px;
 }
-div#legend_container table td,
-div#legend_choices table td {
-  border: none !important;
-  height: 20px !important;
-  padding: 0 !important;
-}
 .q_filter_box {
   border-radius: 4px;
   border: 0 none;
--- a/kallithea/public/less/style.less	Sun Oct 29 22:35:00 2017 +0100
+++ b/kallithea/public/less/style.less	Sun Oct 29 23:08:04 2017 +0100
@@ -704,16 +704,6 @@
   font-weight: 700;
   font-size: 14px;
 }
-div#legend_data {
-  padding-left: 10px;
-}
-div#legend_container table {
-  border: none !important;
-}
-div#legend_container table,
-div#legend_choices table {
-  width: auto !important;
-}
 table#permissions_manage span.private_repo_msg {
   font-size: 0.8em;
   opacity: 0.6;
@@ -820,8 +810,7 @@
   vertical-align: bottom;
 }
 #content div.panel div.panel-heading ul.links,
-#content div.panel div.message div.dismiss,
-#content div.panel div.traffic div.legend ul {
+#content div.panel div.message div.dismiss {
   float: right;
   margin: 0;
   padding: 0;
@@ -944,12 +933,6 @@
   padding-top: 5px;
   padding-bottom: 5px;
 }
-div#legend_container table td,
-div#legend_choices table td {
-  border: none !important;
-  height: 20px !important;
-  padding: 0 !important;
-}
 .q_filter_box {
   border-radius: 4px;
   border: 0 none;