]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/css/style.css
Reduce vertical height of table headers
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / css / style.css
index 3233715ff95bd15b688c5f176e9c47ec751d4a5c..ead82415cc838bb761993d8d28897d526b770e50 100644 (file)
@@ -22,7 +22,6 @@ html, body {
 
 .el-header {
     padding: 10px 20px;
-    box-shadow: 0 1px 7px rgba(0,0,0,0.3);
     height: 52px !important;
 }
 
@@ -58,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;
 }
 
@@ -78,6 +82,18 @@ a:hover, a:focus {
     padding: 7px;
 }
 
+.el-switch__label {
+    height: auto;
+}
+
+.el-table--enable-row-transition .el-table__body td {
+    transition: background-color .1s ease;
+}
+
+.el-drawer__header {
+    margin-bottom: 10px;
+}
+
 /* welcome and 404 page */
 .container-center {
     display: flex;
@@ -85,3 +101,12 @@ a:hover, a:focus {
     align-items: center;
     justify-content: center;
 }
+
+.access-token-input {
+    padding: 5px 0;
+    width: 487px;
+}
+
+.access-token-input > input, .access-token-input i {
+    cursor: copy !important;
+}