commit | cc4bce8097e80f31b4c691693a8ab86f3ef144e6 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Aug 07 13:11:47 2017 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 08 09:34:35 2017 -0700 |
tree | be3d02845e4db703ed4b35084855c646e14fa152 | |
parent | 9335dc18479be61ebf7815823686083aae99f88e [diff] [blame] |
[CORD-1651] Add action to xosTable to navigate to the detail page Change-Id: Id948d83bcc039287fa7841908214b2d856844af8 (cherry picked from commit 2c61b883912f73875b819961fb54d946f42ba529)
diff --git a/src/app/core/table/table.scss b/src/app/core/table/table.scss index 9922026..2d50db0 100644 --- a/src/app/core/table/table.scss +++ b/src/app/core/table/table.scss
@@ -33,4 +33,10 @@ z-index: 2; } + td.xos-table-actions { + a + a { + margin-left: $padding-base-horizontal; + } + } + } \ No newline at end of file