Procházet zdrojové kódy

Set width, CDB props levels

Tom SPIRA před 6 roky
rodič
revize
02da598355
2 změnil soubory, kde provedl 10 přidání a 10 odebrání
  1. 5 5
      bin/cdb.css
  2. 5 5
      bin/cdb.less

+ 5 - 5
bin/cdb.css

@@ -29,7 +29,7 @@
   border-spacing: 0;
   background-color: #222;
 }
-.cdb .cdb-sheet .start {
+.cdb .cdb-sheet th.start {
   width: 30px;
   border-left-color: #333;
 }
@@ -123,15 +123,15 @@
   padding-bottom: 5px;
   border: none;
 }
-.cdb .cdb-sheet .t_tilepos {
+.cdb .cdb-sheet th.t_tilepos {
   width: 64px;
 }
 .cdb .cdb-sheet td.t_tilepos {
   text-align: center;
 }
-.cdb .cdb-sheet .t_bool,
-.cdb .cdb-sheet .t_int,
-.cdb .cdb-sheet .t_float {
+.cdb .cdb-sheet th.t_bool,
+.cdb .cdb-sheet th.t_int,
+.cdb .cdb-sheet th.t_float {
   width: 6%;
 }
 .cdb .cdb-sheet td.t_bool {

+ 5 - 5
bin/cdb.less

@@ -37,7 +37,7 @@
 		border-spacing : 0;
 		background-color: #222;
 
-		.start {
+		th.start {
 			width : 30px;
 			border-left-color : #333;
 		}
@@ -144,16 +144,16 @@
 		}
 
 
-		.t_tilepos {
+		th.t_tilepos {
 			width: 64px;
 		}
 		td.t_tilepos {
 			text-align : center;
 		}
 
-		.t_bool,
-		.t_int,
-		.t_float {
+		th.t_bool,
+		th.t_int,
+		th.t_float {
 			width: 6%;
 		}