src/widgets/Controller.css
changeset 948 3f57e95c2138
parent 882 61c384dda19e
child 1020 198c2b79f5e1
child 1033 c20df1c080e6
--- a/src/widgets/Controller.css	Thu Aug 30 15:00:21 2012 +0200
+++ b/src/widgets/Controller.css	Thu Aug 30 16:18:34 2012 +0200
@@ -9,7 +9,7 @@
 }
 
 .Ldt-Ctrl-Left {
-  float:left;
+  float:left; width: 300px;
 }
 
 .Ldt-Ctrl-Right {
@@ -82,13 +82,12 @@
 }
 
 .Ldt-Ctrl-Search {
-  display: none;
-  width: 165px;
-  height: 25px;
-  border: 1px;
-  border-color: #CFCFCF;
-  float: left;
-  text-align: center;
+  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;
 }
 
 .Ldt-Ctrl-Time {