| @@ -1,29 +1,18 @@ | ||
| 1 | 1 | .ms-container{ |
| 2 | - background: transparent url('../img/switch.png') no-repeat 50% 50%; | |
| 3 | - width: 370px; | |
| 2 | + background: transparent url('../img/switch.png') no-repeat 170px 80px; | |
| 4 | 3 | } |
| 5 | 4 | |
| 6 | 5 | .ms-container:after{ |
| 7 | - content: "."; | |
| 8 | - display: block; | |
| 9 | - height: 0; | |
| 10 | - line-height: 0; | |
| 11 | - font-size: 0; | |
| 12 | - clear: both; | |
| 13 | - min-height: 0; | |
| 14 | - visibility: hidden; | |
| 6 | + content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; | |
| 15 | 7 | } |
| 16 | 8 | |
| 17 | 9 | .ms-container .ms-selectable, .ms-container .ms-selection{ |
| 10 | + | |
| 18 | 11 | background: #fff; |
| 19 | 12 | color: #555555; |
| 20 | 13 | float: left; |
| 21 | - width: 45%; | |
| 22 | 14 | } |
| 23 | -.ms-container .ms-selection{ | |
| 24 | - float: right; | |
| 25 | -} | |
| 26 | 15 | |
| 27 | 16 | .ms-container .ms-list{ |
| 28 | 17 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 29 | 18 | -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| @@ -36,14 +25,18 @@ | ||
| 36 | 25 | border: 1px solid #ccc; |
| 37 | 26 | -webkit-border-radius: 3px; |
| 38 | 27 | -moz-border-radius: 3px; |
| 39 | 28 | border-radius: 3px; |
| 40 | - position: relative; | |
| 41 | - height: 200px; | |
| 42 | - padding: 0; | |
| 43 | - overflow-y: auto; | |
| 44 | 29 | } |
| 45 | 30 | |
| 31 | + | |
| 32 | +.ms-selected{ | |
| 33 | + display:none; | |
| 34 | +} | |
| 35 | +.ms-container .ms-selectable{ | |
| 36 | + margin-right: 40px; | |
| 37 | +} | |
| 38 | + | |
| 46 | 39 | .ms-container .ms-list.ms-focus{ |
| 47 | 40 | border-color: rgba(82, 168, 236, 0.8); |
| 48 | 41 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
| 49 | 42 | -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); |
| @@ -61,8 +54,15 @@ | ||
| 61 | 54 | .ms-container .ms-optgroup-container{ |
| 62 | 55 | width: 100%; |
| 63 | 56 | } |
| 64 | 57 | |
| 58 | +.ms-container ul.ms-list{ | |
| 59 | + width: 160px; | |
| 60 | + height: 200px; | |
| 61 | + padding: 0; | |
| 62 | + overflow-y: auto; | |
| 63 | +} | |
| 64 | + | |
| 65 | 65 | .ms-container .ms-optgroup-label{ |
| 66 | 66 | margin: 0; |
| 67 | 67 | padding: 5px 0px 0px 5px; |
| 68 | 68 | cursor: pointer; |
| @@ -89,5 +89,5 @@ | ||
| 89 | 89 | .ms-container .ms-selection li.disabled{ |
| 90 | 90 | background-color: #eee; |
| 91 | 91 | color: #aaa; |
| 92 | 92 | cursor: text; |
| 93 | -} | |
| 93 | +} | |