Переглянути джерело

cosmetic code cleanup

* removing comments
* formatting
clementinecomputing 5 роки тому
батько
коміт
a943773313
1 змінених файлів з 5 додано та 24 видалено
  1. 5 24
      busunit/DIUv2/html/css/diustyles.css

+ 5 - 24
busunit/DIUv2/html/css/diustyles.css

@@ -115,7 +115,6 @@ p:focus {
 
 .textrow.reject {
   background: #cc4444;
-  /* color: #333333; */
   color: #dddddd;
 }
 
@@ -151,12 +150,12 @@ body { letter-spacing: 0.25em; }
 .bdrop    { font-size: 6vh; border: solid .3vw #888888; box-shadow: .5vw .5vw 0px #aaaaaa; }
 .bdropinp { font-size: 6vh; border: solid .3vw #888888; box-shadow: .5vw .5vw 0px #aaaaaa; }
 
-.bkey       { width: 20vh; height: 20vh; }
+.bkey         { width: 20vh; height: 20vh; }
 
-.bkeyFull   { width: 96vw; height: 96vh; }
-.bkeyNarrow { width: 12vw; height: 25vh; }
-.bkeyTime { width:16vw; height:10vh; }
-.bkeyTimeBig { width:16vw; height:10vh; }
+.bkeyFull     { width: 96vw; height: 96vh; }
+.bkeyNarrow   { width: 12vw; height: 25vh; }
+.bkeyTime     { width:16vw; height:10vh; }
+.bkeyTimeBig  { width:16vw; height:10vh; }
 
 .bkeyw      { width: 25vw; height: 17vh; }
 .bkeym      { width: 20vw; height: 17vh; }
@@ -294,10 +293,6 @@ input[type="range"] {
 	-webkit-appearance: none;
 	position: relative;
 	overflow: hidden;
-  /*
-	height: 40px;
-	width: 200px;
-  */
 	height: 20vh;
 	width: 40vw;
 	cursor: pointer;
@@ -305,9 +300,6 @@ input[type="range"] {
 }
 
 input[type="range"].wide {
-  /*
-  width: 400px;
-  */
   width: 40vw;
 }
 
@@ -325,10 +317,6 @@ input[type="range"]:focus {
 
 ::-webkit-slider-thumb {
 	-webkit-appearance: none;
-  /*
-	width: 20px;
-	height: 40px;
-  */
 	height: 20vh;
 	width: 5vw;
 	background: #efefef;
@@ -337,19 +325,12 @@ input[type="range"]:focus {
 }
 
 ::-moz-range-track {
-  /*
-	height: 40px;
-  */
   height: 20vh;
 	background: #ddd;
 }
 
 ::-moz-range-thumb {
 	background: #fff;
-  /*
-	height: 40px;
-	width: 20px;
-  */
 	height: 20vh;
 	width: 10vw;
 	border: 3px solid #999;