diff -r e3217b6adea3 -r fb11295ef666 cms/app-client/app/styles/tabs/chrono.scss --- a/cms/app-client/app/styles/tabs/chrono.scss Sun Oct 02 20:23:58 2016 +0200 +++ b/cms/app-client/app/styles/tabs/chrono.scss Sun Oct 02 21:38:09 2016 +0200 @@ -1,5 +1,11 @@ -#chrono-table{ - margin-top: 54px; +#tabs-chrono p { + padding: 0px 20px; + text-align: center; + margin: 25px 0px 50px 0px; + line-height: 22px; +} + +#chrono-table { line-height: 43px; } @@ -13,7 +19,13 @@ font-size: 13px; } +#chrono-table input { + margin: 0; +} + #chrono-table ul { + list-style: none; + text-align: center; margin: 0px; padding: 0px; font-size: 0px; @@ -22,8 +34,8 @@ } #chrono-table li { - width: 43px; - height: 43px; + width: 45px; + height: 45px; text-align: center; vertical-align: middle; display: inline-block;