src/pyams_skin/resources/less/widgets.less
changeset 66 7a2d69fe8f6c
parent 47 a5b11cb9d4ef
child 69 a361355b55c7
--- a/src/pyams_skin/resources/less/widgets.less	Wed May 20 12:36:43 2015 +0200
+++ b/src/pyams_skin/resources/less/widgets.less	Wed May 20 12:36:59 2015 +0200
@@ -265,6 +265,10 @@
 				padding: 3px 5px 4px;
 			}
 		}
+		>.btn-group {
+			margin-top: -13px;
+			margin-left: 5px;
+		}
 	}
 	>header {
 		height: 30px;
@@ -812,7 +816,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;
@@ -1226,7 +1230,7 @@
 				margin: 0;
 				padding: 0;
 				position: relative;
-				border: 1px solid #bdbdbd;
+				border: 1px solid #ccc;
 				cursor: text;
 				overflow: hidden;
 				background-color: #fff;
@@ -1297,10 +1301,17 @@
 					}
 				}
 			}
-			&.nofloat {
+			&.ordered {
 				.select2-choices {
 					li {
 						float: none;
+
+						&.ui-state-highlight {
+							margin: 2px 0 2px 2px;
+							height: 20px;
+							background-color: #ddd;
+							border: 1px solid #ddd;
+						}
 					}
 				}
 			}
@@ -1318,7 +1329,7 @@
 				background-color: #f4f4f4;
 				background-image: none;
 				border: 1px solid transparent;
-				border-bottom: 1px solid #bdbdbd;
+				border-bottom: 1px solid #ccc;
 				cursor: default;
 
 				.select2-search-choice {