src/ztfy/myams/resources/less/typo.less
changeset 48 501bdc011ad6
parent 36 1552937b5ea9
child 67 c402a9efda6a
--- a/src/ztfy/myams/resources/less/typo.less	Wed Jun 11 13:31:12 2014 +0200
+++ b/src/ztfy/myams/resources/less/typo.less	Wed Jul 02 10:28:23 2014 +0200
@@ -77,6 +77,16 @@
 	vertical-align: baseline!important;
 }
 
+.opacity-25 {
+	opacity: 0.25!important;
+}
+.opacity-50 {
+	opacity: 0.5!important;
+}
+.opacity-75 {
+	opacity: 0.75!important;
+}
+.opacity-100,
 .opaque {
 	opacity: 1!important;
 }
@@ -168,6 +178,9 @@
 	&-top-0 {
 		margin-top: 0!important;
 	}
+	&-top-2 {
+		margin-top: 2px!important;
+	}
 	&-top-5 {
 		margin-top: 5px!important;
 	}
@@ -180,6 +193,9 @@
 	&-bottom-0 {
 		margin-bottom: 0!important;
 	}
+	&-bottom-2 {
+		margin-bottom: 2px!important;
+	}
 	&-bottom-5 {
 		margin-bottom: 5px!important;
 	}
@@ -192,6 +208,9 @@
 	&-left-0 {
 		margin-left: 0!important;
 	}
+	&-left-2 {
+		margin-left: 2px!important;
+	}
 	&-left-5 {
 		margin-left: 5px!important;
 	}
@@ -204,6 +223,9 @@
 	&-right-0 {
 		margin-right: 0!important;
 	}
+	&-right-2 {
+		margin-right: 2px!important;
+	}
 	&-right-5 {
 		margin-right: 5px!important;
 	}
@@ -215,6 +237,49 @@
 	}
 }
 
+.shift {
+	&-topleft {
+		&-2 {
+			margin-top: -2px !important;
+			margin-left: -2px !important;
+		}
+		&-4 {
+			margin-top: -4px !important;
+			margin-left: -4px !important;
+		}
+	}
+	&-topright {
+		&-2 {
+			margin-top: -2px !important;
+			margin-right: -2px !important;
+		}
+		&-4 {
+			margin-top: -4px !important;
+			margin-right: -4px !important;
+		}
+	}
+	&-bottomleft {
+		&-2 {
+			margin-bottom: -2px !important;
+			margin-left: -2px !important;
+		}
+		&-4 {
+			margin-bottom: -4px !important;
+			margin-left: -4px !important;
+		}
+	}
+	&-bottomright {
+		&-2 {
+			margin-bottom: -2px !important;
+			margin-right: -2px !important;
+		}
+		&-4 {
+			margin-bottom: -4px !important;
+			margin-right: -4px !important;
+		}
+	}
+}
+
 .bordered {
 	border: 1px solid #dddddd;
 
@@ -248,6 +313,28 @@
 	}
 }
 
+.radius {
+	&-4 {
+		border-radius: 4px!important;
+	}
+	&-top-4 {
+		border-top-left-radius: 4px!important;
+		border-top-right-radius: 4px!important;
+	}
+	&-bottom-4 {
+		border-bottom-left-radius: 4px!important;
+		border-bottom-right-radius: 4px!important;
+	}
+	&-left-4 {
+		border-top-left-radius: 4px!important;
+		border-bottom-left-radius: 4px!important;
+	}
+	&-right-4 {
+		border-top-right-radius: 4px!important;
+		border-bottom-right-radius: 4px!important;
+	}
+}
+
 .width {
 	&-100 {
 		width: 100px;
@@ -542,6 +629,9 @@
 .selected {
 	border: 1px solid #0091d9!important;
 
+	tr& {
+		background-color: rgb(220, 235, 255);
+	}
 	&:before {
 		display: block;
 		position: absolute;
@@ -550,6 +640,10 @@
 		right: 4px;
 		font-family: FontAwesome;
 		z-index: 1002;
+
+		tr& {
+			display: none;
+		}
 	}
 	&:after {
 		width: 0;
@@ -562,5 +656,9 @@
 		content: ".";
 		top: 0;
 		z-index: 1001;
+
+		tr& {
+			display: none;
+		}
 	}
 }