Explorar el Código

add css style for the gridEditModal

kaoritokashiki hace 5 años
padre
commit
8e5c6e8a43
Se han modificado 1 ficheros con 12 adiciones y 2 borrados
  1. 12 2
      src/client/styles/scss/_on-edit.scss

+ 12 - 2
src/client/styles/scss/_on-edit.scss

@@ -312,7 +312,17 @@ body.on-edit {
 /*
  Grid Edit Modal
 */
-.grid-edit-columns {
-  width: 10px;
+.device-titile-bar {
+  width: 170px;
+  height: 35px;
+}
+
+.device-container {
+  width: 170px;
+  height: 135px;
+}
+
+.grid-edit-col {
+  width: 60px;
   height: 100%;
 }