You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/06/26 19:13:46 UTC

[1/2] incubator-trafficcontrol git commit: adds back missing changes when file was deleted

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master b00a7e78c -> 54a4cfb68


adds back missing changes when file was deleted


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/1ee72d58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/1ee72d58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/1ee72d58

Branch: refs/heads/master
Commit: 1ee72d5887978b4e1e7b7995b9c41eee36d326d3
Parents: b00a7e7
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Mon Jun 26 12:52:31 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Jun 26 13:13:04 2017 -0600

----------------------------------------------------------------------
 .../experimental/ui/app/src/styles/theme.scss      | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/1ee72d58/traffic_ops/experimental/ui/app/src/styles/theme.scss
----------------------------------------------------------------------
diff --git a/traffic_ops/experimental/ui/app/src/styles/theme.scss b/traffic_ops/experimental/ui/app/src/styles/theme.scss
index 8de46f6..fc909aa 100644
--- a/traffic_ops/experimental/ui/app/src/styles/theme.scss
+++ b/traffic_ops/experimental/ui/app/src/styles/theme.scss
@@ -1703,26 +1703,11 @@ span.right {
   border-left: 2px solid #ADB2B5;
   margin-top: 10px
 }
-@media (min-width: 992px) {
-  .tile_count .tile_stats_count:first-child:before {
-    border-left: 0
-  }
-}
 .tile_count .tile_stats_count .count {
-  font-size: 30px;
+  font-size: 25px;
   line-height: 47px;
   font-weight: 600
 }
-@media (min-width: 768px) {
-  .tile_count .tile_stats_count .count {
-    font-size: 40px
-  }
-}
-@media (min-width: 992px) and (max-width: 1100px) {
-  .tile_count .tile_stats_count .count {
-    font-size: 30px
-  }
-}
 .tile_count .tile_stats_count span {
   font-size: 12px
 }


[2/2] incubator-trafficcontrol git commit: This closes #701.

Posted by da...@apache.org.
This closes #701.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/54a4cfb6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/54a4cfb6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/54a4cfb6

Branch: refs/heads/master
Commit: 54a4cfb68ca0b63b387815f74351eb7f739b8e11
Parents: 1ee72d5
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Jun 26 13:13:33 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Jun 26 13:13:33 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------