diff --git a/frontend/index.html b/frontend/index.html index 8a5b10dcf607ae17da22555bcc1b841da50de866..fcf54e05aa5539c1f4e6b9f19429a053f5860326 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,40 +14,24 @@

Last incidents -

-

c3l.lu

-

3 days ago

-
-
-

social.c3l.lu

-

3 days ago

-
-
-

media.c3l.lu

-

3 days ago

-
-
-

smtp.c3l.lu

-

3 days ago

-
- - + + - - + + - - + +
c3l.lu3 days agoc3l.lu3 days ago
social.c3l.lu5 days agosocial.c3l.lu5 days ago
mail.c3l.lu10 days agomail.c3l.lu10 days ago
diff --git a/frontend/style.css b/frontend/style.css index 74ce4f495d66d028d953583c076710349b3b4b78..f953d4e275eca5fd3249e5c7c2fb66ccbf1ec2be 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -93,4 +93,12 @@ table { td { padding: 5px 20px; -} \ No newline at end of file +} + +.logs__item__name { + text-align: start; +} + +.logs__item__date { + text-align: end; +}