ohartl пре 9 година
родитељ
комит
38715854b1
1 измењених фајлова са 25 додато и 1 уклоњено
  1. 25 1
      include/css/style.css

+ 25 - 1
include/css/style.css

@@ -95,6 +95,15 @@ body {
 			color: #999;
 			color: #999;
 		}
 		}
 
 
+		#content .form .input-group > .input-group {
+			padding-top: 10px;
+			padding-left: 25px;
+		}
+
+		#content .form .input-group > .input-group > label {
+			font-size: 12px;
+		}
+
 		#content .form .input {
 		#content .form .input {
 		}
 		}
 
 
@@ -116,8 +125,10 @@ body {
 			}
 			}
 
 
 			#content .form .input input[type="number"] {
 			#content .form .input input[type="number"] {
+				padding-left: 15px;
 				padding-right: 0;
 				padding-right: 0;
-				min-width: 190px;
+				min-width: 70px;
+				width: 70px;
 			}
 			}
 
 
 			#content .form .input textarea {
 			#content .form .input textarea {
@@ -201,6 +212,11 @@ body {
 			text-align: center;
 			text-align: center;
 			color: rgba(57, 57, 57, 1);
 			color: rgba(57, 57, 57, 1);
 			text-decoration: none;
 			text-decoration: none;
+
+			-webkit-user-select: none;
+			-moz-user-select: none;
+			-ms-user-select: none;
+			user-select: none;
 		}
 		}
 
 
 		#content a.button {
 		#content a.button {
@@ -240,6 +256,14 @@ body {
 				color: #fff;
 				color: #fff;
 			}
 			}
 
 
+			#content .button.button-disabled {
+				background: #f1f1f1;
+				border-color: #f1f1f1;
+				box-shadow: none;
+				cursor: not-allowed;
+				color: #bbb;
+			}
+
 
 
 	#content .table {
 	#content .table {
 		margin: 25px 0;
 		margin: 25px 0;