X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Fcss%2Fstyle.css;h=ead82415cc838bb761993d8d28897d526b770e50;hb=aa1b4549ee6ce94a250e50aa859306f4aa0d7251;hp=46e6bc457aae26571cfed63a003b0f9033ee478b;hpb=8553a7495b3d403ded0452bc038b048882b90a0f;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/css/style.css b/frontend/css/style.css index 46e6bc4..ead8241 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -57,13 +57,18 @@ a:hover, a:focus { .el-table th { font-size: 12px; + padding: 0; } -.el-table__row .list-actions .el-button { +.rename-action { + margin-left: 20px; +} + +.el-table__row .rename-action { visibility: hidden; } -.el-table__row:hover .list-actions .el-button { +.el-table__row:hover .rename-action { visibility: visible; } @@ -85,6 +90,10 @@ a:hover, a:focus { transition: background-color .1s ease; } +.el-drawer__header { + margin-bottom: 10px; +} + /* welcome and 404 page */ .container-center { display: flex;