src/widgets/Controller.css
branchnew-model
changeset 1020 198c2b79f5e1
parent 1019 3ab36f402b0c
--- a/src/widgets/Controller.css	Thu Jan 02 16:40:25 2014 +0100
+++ b/src/widgets/Controller.css	Thu Jan 02 16:49:20 2014 +0100
@@ -9,7 +9,7 @@
 }
 
 .Ldt-Ctrl-Left {
-  float:left; width: 300px;
+  float:left;
 }
 
 .Ldt-Ctrl-Right {
@@ -82,12 +82,13 @@
 }
 
 .Ldt-Ctrl-Search {
-  width: 0; float: left; overflow: hidden;
-}
-
-input.Ldt-Ctrl-SearchInput {
-    width: 145px; height: 13px; margin: 2px; padding: 3px;
-    border: 1px solid #8080a0; border-radius: 3px; font-size: 13px;
+  display: none;
+  width: 165px;
+  height: 25px;
+  border: 1px;
+  border-color: #CFCFCF;
+  float: left;
+  text-align: center;
 }
 
 .Ldt-Ctrl-Time {