src/ztfy/myams/resources/less/ui.less
changeset 72 703b4b1d756d
parent 48 501bdc011ad6
child 118 c87d242a1176
equal deleted inserted replaced
71:9cbc08a0b906 72:703b4b1d756d
   938 /*
   938 /*
   939  * UI date picker
   939  * UI date picker
   940  */
   940  */
   941 
   941 
   942 .ui-datepicker {
   942 .ui-datepicker {
   943 	width: 17em;
   943 	width: 20em;
   944 	padding: .2em .2em 0;
   944 	padding: .2em .2em 0;
   945 	display: none;
   945 	display: none;
   946 
   946 
       
   947 	&-inline {
       
   948 		z-index: 9000!important;
       
   949 	}
   947 	&-header {
   950 	&-header {
   948 		position: relative;
   951 		position: relative;
   949 		border: 0;
   952 		border: 0;
   950 		font-weight: 700;
   953 		font-weight: 700;
   951 		width: 100%;
   954 		width: 100%;
   955 	}
   958 	}
   956 	&-next,
   959 	&-next,
   957 	&-prev {
   960 	&-prev {
   958 		position: absolute;
   961 		position: absolute;
   959 		top: 2px;
   962 		top: 2px;
   960 		width: 1.8em;
   963 		width: 5.6em;
   961 		height: 1.8em;
   964 		height: 1.8em;
   962 		text-align: center;
   965 		text-align: center;
   963 		margin-top: 2px;
   966 		margin-top: 2px;
       
   967 		cursor: pointer;
   964 
   968 
   965 		>:first-child {
   969 		>:first-child {
   966 			text-indent: 0!important;
   970 			text-indent: 0!important;
   967 		}
   971 		}
   968 		span {
   972 		span {
   969 			display: block;
   973 			display: block;
   970 			position: absolute;
   974 			position: absolute;
   971 			left: 50%;
   975 			text-align: center;
   972 			margin-left: -8px;
       
   973 			top: 50%;
   976 			top: 50%;
   974 			margin-top: -8px;
   977 			margin-top: -8px;
       
   978 			width: 5.8em;
   975 		}
   979 		}
   976 	}
   980 	}
   977 	&-prev {
   981 	&-prev {
   978 		left: 2px;
   982 		left: 2px;
   979 	}
   983 	}
   980 	&-next {
   984 	&-next {
   981 		right: 2px;
   985 		right: 2px;
   982 	}
   986 	}
   983 	&-title {
   987 	&-title {
   984 		margin: 0 2.3em;
   988 		margin: 0 5.8em;
   985 		line-height: 1.8em;
   989 		line-height: 1.8em;
   986 		text-align: center;
   990 		text-align: center;
   987 
   991 
   988 		select {
   992 		select {
   989 			font-size: 1em;
   993 			font-size: 1em;