src/pyams_skin/resources/css/myams.css
changeset 69 a361355b55c7
parent 66 7a2d69fe8f6c
child 73 31ee4369557d
--- a/src/pyams_skin/resources/css/myams.css	Wed May 20 15:01:45 2015 +0200
+++ b/src/pyams_skin/resources/css/myams.css	Wed Jun 17 10:00:10 2015 +0200
@@ -5257,7 +5257,7 @@
   margin: 0;
   display: none;
   background: rgba(91, 103, 113, 0.8);
-  padding: 7px 0;
+  padding: 2px 0;
 }
 nav ul ul > li:hover b {
   color: #D5D9E2;
@@ -5266,6 +5266,11 @@
   margin: 0;
   padding: 0;
 }
+nav ul ul li.divider {
+  height: 1px;
+  margin-left: 30px;
+  padding: 0;
+}
 nav ul ul li > a {
   padding-left: 42px;
   font-size: 12px;
@@ -7378,6 +7383,11 @@
   padding: 4px 8px!important;
   line-height: 1.3!important;
 }
+.table-small td,
+.table-small th {
+  padding: 2px 8px!important;
+  line-height: 1.2!important;
+}
 .table-mini td,
 .table-mini th {
   padding: 1px 8px!important;
@@ -8684,6 +8694,10 @@
 .ams-form .form-group {
   padding: 5px 10px;
 }
+.ams-form.form-tight .form-group,
+.ams-form .form-tight .form-group {
+  padding: 1px 10px;
+}
 .ams-form label.checkbox,
 .ams-form label.radio {
   padding-top: 0;
@@ -9114,6 +9128,23 @@
   height: 14px;
   line-height: 1em;
 }
+.ams-form .input span.textarea-widget,
+.ams-form .textarea span.textarea-widget {
+  display: block;
+  width: 100%;
+  min-height: 14px;
+  padding: 4px 0;
+  border-bottom: 1px solid #ccc!important;
+}
+.ams-form .input .i18n-content input[readonly],
+.ams-form .select .i18n-content select[readonly],
+.ams-form .textarea .i18n-content textarea[readonly] {
+  border-width: 0!important;
+}
+.ams-form .input .i18n-content .textarea-widget {
+  display: block;
+  min-height: 12px;
+}
 .ams-form .input input:focus + .tooltip,
 .ams-form .textarea textarea:focus + .tooltip {
   opacity: 1;
@@ -10343,6 +10374,9 @@
   padding: 6px 4px 3px;
   border: 1px solid #fff;
 }
+.mce-edit-area > iframe {
+  min-height: 400px!important;
+}
 .client-form header {
   padding: 15px 13px;
   margin: 0;
@@ -10924,6 +10958,10 @@
   margin-left: 10px;
   float: left;
 }
+.ams-widget > header > h2 + .btn,
+.ams-widget > header > h2 + .btn-group {
+  margin-left: 20px;
+}
 .rtl .ams-widget > header {
   padding: 0 7px 0 0;
 }
@@ -10964,12 +11002,12 @@
   margin: 0;
   padding: 13px 13px 0;
   background-color: #fff !important;
-  border-width: 1px 1px 2px;
+  border-width: 1px;
   border-style: solid;
+  border-color: #ccc!important;
+}
+.ams-widget > header + div {
   border-top: 0;
-  border-right-color: #CCC !important;
-  border-bottom-color: #CCC !important;
-  border-left-color: #CCC !important;
 }
 .ams-widget .widget-body {
   position: relative;
@@ -11940,7 +11978,7 @@
 }
 .select2-container-multi .select2-choices .select2-search-choice {
   padding: 1px 28px 1px 8px;
-  margin: 2px 0 2px 2px;
+  margin: 2px;
   position: relative;
   line-height: 18px;
   color: #fff;
@@ -11965,8 +12003,12 @@
 .select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle {
   cursor: move;
 }
+.with-icons .select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle {
+  margin-right: 1px;
+}
 .select2-container-multi.ordered .select2-choices li {
   float: none;
+  cursor: move;
 }
 .select2-container-multi.ordered .select2-choices li.ui-state-highlight {
   margin: 2px 0 2px 2px;
@@ -12065,7 +12107,7 @@
   overflow: hidden;
   padding: 0;
 }
-label.with-icon > i.icon-append + .select2-parent .select2-choices {
+label.with-icon > i.icon-append + .select2-parent > .select2-choices {
   padding-right: 29px;
 }
 .multiselect-container {
@@ -15124,6 +15166,7 @@
   position: fixed;
   width: 100%;
   height: 100%;
+  z-index: 990;
 }
 .modal-dialog.modal-max {
   width: 98%;
@@ -15147,6 +15190,9 @@
     max-width: 450px;
   }
 }
+.modal-dialog .modal-body .modal-viewport {
+  min-height: 140px;
+}
 .modal-dialog .suffix .alert {
   margin-bottom: 0;
   border-radius: 0 0 5px 5px;