X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/661a128f3a3f7bcaac5a33c7f00eb7e790f469d5..da8442aa10f031739977a5ab296538b4e32bf284:/platforma/static/css/html.css?ds=sidebyside diff --git a/platforma/static/css/html.css b/platforma/static/css/html.css index bdee4544..de1f9b9c 100755 --- a/platforma/static/css/html.css +++ b/platforma/static/css/html.css @@ -366,11 +366,11 @@ visibility: hidden; } -.edit-button { +.edit-button, .delete-button, .accept-button { position: absolute; top: -21px; left: -1px; - width: 50px; + width: 72px; height: 21px; display: block; @@ -386,8 +386,11 @@ border-bottom: none; } +.delete-button { + left: 70px; +} -.edit-button:hover, .edit-button:active { +.edit-button:hover, .edit-button:active, .delete-button:hover, .delete-button:active, .accept-button:hover, .accept-button:active { /* color: #FFF;*/ background-color: #999; color: #FFF;