src/ztfy/myams/resources/css/myams.css
changeset 77 646132169662
parent 67 c402a9efda6a
child 87 d60763890622
--- a/src/ztfy/myams/resources/css/myams.css	Tue Sep 30 15:04:15 2014 +0200
+++ b/src/ztfy/myams/resources/css/myams.css	Tue Sep 30 15:04:42 2014 +0200
@@ -8949,6 +8949,9 @@
 .ams-form .textarea .icon-prepend + .icon-append + textarea {
   padding-left: 37px;
 }
+.ams-form .input.with-icons .icon-append-2 + input {
+  padding-right: 60px;
+}
 .ams-form .input-file .button {
   position: absolute;
   top: 3px;
@@ -14478,10 +14481,13 @@
  * UI date picker
  */
 .ui-datepicker {
-  width: 17em;
+  width: 20em;
   padding: .2em .2em 0;
   display: none;
 }
+.ui-datepicker-inline {
+  z-index: 9000!important;
+}
 .ui-datepicker-header {
   position: relative;
   border: 0;
@@ -14495,10 +14501,11 @@
 .ui-datepicker-prev {
   position: absolute;
   top: 2px;
-  width: 1.8em;
+  width: 5.6em;
   height: 1.8em;
   text-align: center;
   margin-top: 2px;
+  cursor: pointer;
 }
 .ui-datepicker-next > :first-child,
 .ui-datepicker-prev > :first-child {
@@ -14508,10 +14515,10 @@
 .ui-datepicker-prev span {
   display: block;
   position: absolute;
-  left: 50%;
-  margin-left: -8px;
+  text-align: center;
   top: 50%;
   margin-top: -8px;
+  width: 5.8em;
 }
 .ui-datepicker-prev {
   left: 2px;
@@ -14520,7 +14527,7 @@
   right: 2px;
 }
 .ui-datepicker-title {
-  margin: 0 2.3em;
+  margin: 0 5.8em;
   line-height: 1.8em;
   text-align: center;
 }