src/ztfy/myams/resources/less/menus.less
changeset 171 d1a43750fea2
parent 156 61176c64158d
--- a/src/ztfy/myams/resources/less/menus.less	Mon Mar 21 16:11:04 2016 +0100
+++ b/src/ztfy/myams/resources/less/menus.less	Thu Sep 01 15:16:47 2016 +0200
@@ -235,6 +235,13 @@
 			>a {
 				>.badge.pull-right {
 					margin-right: 15px;
+
+					.minified & {
+						position: absolute;
+						margin-right: 0;
+						top: 0.4em;
+						right: 5px;
+					}
 				}
 				b {
 					position: absolute!important;
@@ -512,7 +519,7 @@
 	top: 48px;
 	left: 16px;
 	width: 344px;
-	height: 435px;
+	height: 452px;
 	border-radius: 0;
 	-webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, .25);
 	box-shadow: 0 2px 4px rgba(30, 30, 100, .25);
@@ -522,7 +529,7 @@
 
 	@media only screen and (min-width:320px) and (max-width:479px) {
 		width: 299px;
-		height: 320px;
+		height: 337px;
 		left: 0;
 		top: 49px;
 	}
@@ -540,29 +547,31 @@
 		border-color: rgba(131, 131, 131, 0);
 		border-bottom-color: #838383;
 		border-width: 8px;
-		left: 50%;
+		right: 8px;
 		margin-left: -8px;
 
 		@media only screen and (min-width:320px) and (max-width:479px) {
 			margin-left: -14px;
+			right: 13px;
 		}
 	}
 	&:after {
 		border-color: rgba(255, 255, 255, 0);
 		border-bottom-color: #fff;
 		border-width: 7px;
-		left: 50%;
+		right: 9px;
 		margin-left: -7px;
 
 		@media only screen and (min-width:320px) and (max-width:479px) {
 			margin-left: -13px;
+			right: 14px;
 		}
 	}
 	>:last-child {
 		font-size: 13px;
 		display: block;
 		padding: 5px 0;
-		line-height: 22px;
+		line-height: 20px;
 		font-weight: 400;
 	}
 	>:first-child {
@@ -574,7 +583,7 @@
 		border-radius: 50%;
 		display: block;
 		margin: 0 auto;
-		width: 46px;
+		width: 80px;
 		text-align: center;
 		color: #D1D1D1;
 		border-color: #D1D1D1;