Merge V2 branch

This commit is contained in:
2015-02-24 14:05:43 +10:00
parent 5adaad5bf8
commit 138494c4b1
82 changed files with 8952 additions and 4985 deletions

View File

@@ -1,18 +1,18 @@
/* SELECTOR (FILTER INTERFACE) */
.selector {
width: 580px;
width: 840px;
float: left;
}
.selector select {
width: 270px;
width: 400px;
height: 17.2em;
}
.selector-available, .selector-chosen {
float: left;
width: 270px;
width: 400px;
text-align: center;
margin-bottom: 5px;
}
@@ -48,7 +48,7 @@
}
.selector .selector-available input {
width: 230px;
width: 360px;
}
.selector ul.selector-chooser {