@@ -55,6 +55,8 @@ h3 {
.profiles {
float: right;
margin-right: 12px;
+ position: relative;
+ top: -3px;
}
.profiles button {
@@ -70,6 +72,10 @@ h3 {
vertical-align: top;
+.profiles select {
+ max-width: 180px;
+}
+
.profiles button:disabled {
opacity: .25;