]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Стили
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 11 Aug 2025 08:28:57 +0000 (11:28 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 11 Aug 2025 08:28:57 +0000 (11:28 +0300)
erp24/views/marketplace/priority.php

index 84cbe8e6d18c1e6f0cd1a97fe1adaa49b9766e79..6cd6d61461182029d12141c045263b0170c70f26 100644 (file)
@@ -13,9 +13,24 @@ th {
     white-space: nowrap;
 }
 th span {
-    border-radius: 50%;
-    border: 1px solid black;
+    /*border-radius: 50%;
+    border: 1px solid black;*/
     min-width: 30px; font-size: 0.6rem;
+    position: relative;
+}
+th>span.dt-column-order {
+    position: absolute;
+    right: 0px !important; 
+    top: 0;
+    bottom: 0;
+    width: 12px;
+}
+th>span>span{    
+    /* min-width: 30px; */
+    font-size: 0.6rem;
+    position: absolute;
+    top: -1px;
+    right: -22px;
 }
 ');
 ?>