This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Merge
abfc3f6a55
into
4da8ebec88
pull/22/merge
Di Wu
9 years ago
parent
4da8ebec88
abfc3f6a55
commit
9a152e181b
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
static/css/my_checks_desktop.css
+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
>
Write
Preview
Loading…
Cancel
Save