src/pyams_skin/resources/css/myams.css
changeset 66 7a2d69fe8f6c
parent 56 1e1e4d10dccf
child 69 a361355b55c7
--- a/src/pyams_skin/resources/css/myams.css	Wed May 20 12:36:43 2015 +0200
+++ b/src/pyams_skin/resources/css/myams.css	Wed May 20 12:36:59 2015 +0200
@@ -67,7 +67,7 @@
   color: #d5e7ec !important;
 }
 .txt-color-white {
-  color: #ffffff !important;
+  color: #dedede !important;
 }
 .txt-color-grayDark {
   color: #525252 !important;
@@ -142,7 +142,7 @@
   background-color: #d5e7ec !important;
 }
 .bg-color-white {
-  background-color: #ffffff !important;
+  background-color: #dedede !important;
 }
 .bg-color-grayDark {
   background-color: #525252 !important;
@@ -3292,13 +3292,13 @@
   margin-right: -4px !important;
 }
 .bordered {
-  border: 1px solid #bdbdbd;
+  border: 1px solid #ccc;
 }
 .bordered:hover {
   border: 1px solid #bbbbbb;
 }
 .bordered.nohover:hover {
-  border-color: #bdbdbd;
+  border-color: #ccc;
 }
 .no-border,
 .well[class*=" bg-"].no-border {
@@ -3702,6 +3702,10 @@
 .page-title {
   margin: 12px 0 15px;
 }
+.page-title a:hover,
+.page-title a:active {
+  text-decoration: none;
+}
 .page-title span {
   font-size: 16px;
   color: #333;
@@ -4138,6 +4142,11 @@
     position: absolute!important;
   }
 }
+#left-panel #ajax-gear {
+  position: absolute;
+  left: calc(49%);
+  top: 5px;
+}
 #left-panel .version {
   position: absolute;
   bottom: 2px;
@@ -4333,7 +4342,7 @@
 .login-info a.btn-danger,
 .login-info a.btn-success,
 .login-info a.btn-primary {
-  color: #ffffff;
+  color: #dedede;
 }
 .login-info span {
   /*height: 38px;*/
@@ -5272,6 +5281,9 @@
   padding-left: 12px;
   background-color: #296191;
 }
+.minified nav ul ul li > a.active {
+  margin-left: 0;
+}
 nav ul ul ul {
   background: 0 0;
   padding: 0;
@@ -6043,6 +6055,7 @@
 .tab-content.bordered,
 .pill-content.bordered:hover,
 .tab-content.bordered:hover {
+  border-color: #ddd;
   border-top: 0;
 }
 .ams-widget > header > .nav-tabs.pull-left > li:first-child a {
@@ -6105,6 +6118,9 @@
   margin-bottom: 10px;
   border-style: dashed;
 }
+li.nodot {
+  list-style-type: none;
+}
 img.online {
   border-left-color: #40ac2b!important;
 }
@@ -9086,7 +9102,7 @@
 .ams-form .input input[readonly],
 .ams-form .select select[readonly],
 .ams-form .textarea textarea[readonly] {
-  border-bottom: 1px solid #bdbdbd!important;
+  border-bottom: 1px solid #ccc!important;
 }
 .ams-form .input input.display-mode,
 .ams-form .select select.display-mode,
@@ -9455,7 +9471,7 @@
 .ams-form .select select,
 .ams-form .textarea textarea,
 .ams-form .toggle i {
-  border-color: #BDBDBD;
+  border-color: #ccc;
   transition: border-color 0.3s;
   -webkit-transition: border-color 0.3s;
 }
@@ -10380,6 +10396,9 @@
   box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
 }
+.btn-toolbar .btn {
+  padding: 4px;
+}
 .btn:active {
   position: relative;
   top: 1px;
@@ -10866,6 +10885,10 @@
 .ams-widget header .nav-pills > li > a {
   padding: 3px 5px 4px;
 }
+.ams-widget header > .btn-group {
+  margin-top: -13px;
+  margin-left: 5px;
+}
 .ams-widget > header {
   height: 30px;
   padding: 0;
@@ -11259,7 +11282,7 @@
 }
 .ams-widget-color-white > header {
   color: #c8c8c8;
-  background: #ffffff;
+  background: #dedede;
   border-color: #c8c8c8 !important;
 }
 .ams-widget-color-white .nav-tabs li:not(.active) a,
@@ -11505,7 +11528,7 @@
   padding: 0 0 0 8px;
   overflow: hidden;
   position: relative;
-  border: 1px solid #bdbdbd;
+  border: 1px solid #ccc;
   white-space: nowrap;
   line-height: 26px;
   color: #444;
@@ -11876,7 +11899,7 @@
   margin: 0;
   padding: 0;
   position: relative;
-  border: 1px solid #bdbdbd;
+  border: 1px solid #ccc;
   cursor: text;
   overflow: hidden;
   background-color: #fff;
@@ -11942,9 +11965,15 @@
 .select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle {
   cursor: move;
 }
-.select2-container-multi.nofloat .select2-choices li {
+.select2-container-multi.ordered .select2-choices li {
   float: none;
 }
+.select2-container-multi.ordered .select2-choices li.ui-state-highlight {
+  margin: 2px 0 2px 2px;
+  height: 20px;
+  background-color: #ddd;
+  border: 1px solid #ddd;
+}
 .select2-container-multi .select2-search-choice-close {
   display: block;
   top: 0;
@@ -11958,7 +11987,7 @@
   background-color: #f4f4f4;
   background-image: none;
   border: 1px solid transparent;
-  border-bottom: 1px solid #bdbdbd;
+  border-bottom: 1px solid #ccc;
   cursor: default;
 }
 .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
@@ -15762,7 +15791,7 @@
   text-align: center;
   line-height: 18px;
   font-size: 10px;
-  color: #BDBDBD;
+  color: #ccc;
   text-shadow: 0 1px 0 rgba(77, 77, 77, 0.5);
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
   -webkit-transform: rotate(90deg);