src/pyams_skin/resources/css/myams.css
changeset 100 83cd0ab2d3f5
parent 75 74f191e6c96c
child 104 b73c7111a74d
--- a/src/pyams_skin/resources/css/myams.css	Wed Oct 07 18:06:06 2015 +0200
+++ b/src/pyams_skin/resources/css/myams.css	Wed Oct 07 18:07:42 2015 +0200
@@ -12,6 +12,9 @@
 /*
  * Colors variations
  */
+.txt-color-text {
+  color: #333333 !important;
+}
 .txt-color-blue {
   color: #60747c !important;
 }
@@ -3335,6 +3338,9 @@
   border-top-right-radius: 4px!important;
   border-bottom-right-radius: 4px!important;
 }
+.width-nomin {
+  min-width: 0!important;
+}
 .width-100 {
   width: 100px;
   max-width: 100px;
@@ -3702,6 +3708,9 @@
 .page-title {
   margin: 12px 0 15px;
 }
+.page-title a {
+  color: #6F8696;
+}
 .page-title a:hover,
 .page-title a:active {
   text-decoration: none;
@@ -3821,6 +3830,16 @@
   padding-left: 0;
   text-align: left;
 }
+.top-menu.bordered {
+  background-color: white;
+  padding-top: 4px;
+  padding-bottom: 9px;
+  border-color: silver;
+  border-width: 2px 2px 0;
+  border-style: solid;
+  border-radius: 8px 8px 0 0;
+  margin-left: -1px;
+}
 .top-tabs {
   display: inline-block;
   padding: 7px 13px 0;
@@ -4356,14 +4375,14 @@
   margin-top: -10px;
 }
 .login-info img {
-  width: 25px;
+  width: 24px;
   height: auto;
   display: inline-block;
   vertical-align: middle;
-  margin-top: -3px;
-  margin-right: 7px;
+  margin-top: -6px;
+  margin-right: 0;
   margin-left: 0;
-  border-left: 3px solid #fff;
+  border-left: 0;
 }
 .minifyme {
   border-bottom: 1px solid #302F2F;
@@ -5227,7 +5246,7 @@
   position: absolute;
   right: -21px;
   font-size: 20px;
-  color: #eee;
+  color: #e5e2cf;
 }
 nav ul li.active.open > a:before {
   content: "";
@@ -7994,6 +8013,10 @@
 .form fieldset .form-group:last-child .note {
   margin-bottom: 0;
 }
+.form-suffix .alert:last-child {
+  margin-bottom: 0;
+  border-radius: 0 0 5px 5px;
+}
 fieldset {
   position: relative;
 }
@@ -8707,6 +8730,10 @@
 .ams-form .form-tight .form-group {
   padding: 1px 10px;
 }
+.ams-form.form-tight .form-group .i18n-content,
+.ams-form .form-tight .form-group .i18n-content {
+  margin-bottom: 5px;
+}
 .ams-form label.checkbox,
 .ams-form label.radio {
   padding-top: 0;
@@ -10670,6 +10697,9 @@
   font-size: 17px;
   margin: 10px 0 0;
 }
+.btn-header > :first-child > a[href] {
+  cursor: pointer!important;
+}
 .btn-header > :first-child > a:hover {
   border: 1px solid #bfbfbf;
   color: #222;
@@ -12017,6 +12047,8 @@
 }
 .select2-container-multi.ordered .select2-choices li {
   float: none;
+}
+.select2-container-multi.ordered .select2-choices li.select2-search-choice {
   cursor: move;
 }
 .select2-container-multi.ordered .select2-choices li.ui-state-highlight {