Browse Source

Merge abfc3f6a55 into 4da8ebec88

pull/22/merge
Di Wu 9 years ago
parent
commit
9a152e181b
2 changed files with 6 additions and 2 deletions
  1. +5
    -1
      static/css/my_checks_desktop.css
  2. +1
    -1
      templates/front/my_checks_desktop.html

+ 5
- 1
static/css/my_checks_desktop.css View File

@ -17,6 +17,10 @@ table.table tr > th.th-name {
padding-left: 21px;
}
table.table tr > th.th-location {
width: 50%;
}
#checks-table .indicator-cell {
text-align: center;
}
@ -76,4 +80,4 @@ tr:hover .check-menu {
.my-checks-email {
display: none;
}
}

+ 1
- 1
templates/front/my_checks_desktop.html View File

@ -4,7 +4,7 @@
<tr>
<th></th>
<th class="th-name">Name</th>
<th>
<th class="th-location">
<a id="show-urls" class="active" href="#">URL</a>
<a id="show-emails" href="#">Email</a>
</th>


Loading…
Cancel
Save