From 19e40466b1955dfbf66d52bf4c4207775cf4660d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jun 2018 13:26:30 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/style.css.php | 4 ++-- htdocs/theme/md/style.css.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 3979b351473..fe23817ecc7 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2420,7 +2420,7 @@ span.butAction, span.butActionDelete { font-family: ; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); display: inline-block; - text-align: center; + /* text-align: center; New button are on right of screen */ cursor: pointer; /*color: #fff !important; background: rgb(); @@ -2477,7 +2477,7 @@ a.butActionNewRefused>span.fa-plus-circle, a.butActionNewRefused>span.fa-plus-ci padding: 0.2em em; font-family: !important; display: inline-block; - text-align: center; + /* text-align: center; New button are on right of screen */ cursor: pointer; color: #999 !important; padding-top: 0.2em; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 9ab8b814b81..a5d2d404571 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2393,7 +2393,7 @@ span.butAction, span.butActionDelete { padding: 0.2em em; margin: 0em em; line-height: 20px; - text-align: center; + /* text-align: center; New button are on right of screen */ vertical-align: middle; cursor: pointer; /* color: #ffffff !important; */