src/widgets/Controller.css
changeset 948 3f57e95c2138
parent 882 61c384dda19e
child 1020 198c2b79f5e1
child 1033 c20df1c080e6
equal deleted inserted replaced
947:ec4e9ddf9fba 948:3f57e95c2138
     7   border: 1px solid #b6b8b8;
     7   border: 1px solid #b6b8b8;
     8   position: relative;
     8   position: relative;
     9 }
     9 }
    10 
    10 
    11 .Ldt-Ctrl-Left {
    11 .Ldt-Ctrl-Left {
    12   float:left;
    12   float:left; width: 300px;
    13 }
    13 }
    14 
    14 
    15 .Ldt-Ctrl-Right {
    15 .Ldt-Ctrl-Right {
    16   float: right;
    16   float: right;
    17 }
    17 }
    80 .Ldt-Ctrl-SearchBtn:active {
    80 .Ldt-Ctrl-SearchBtn:active {
    81   background-position: -90px -50px;
    81   background-position: -90px -50px;
    82 }
    82 }
    83 
    83 
    84 .Ldt-Ctrl-Search {
    84 .Ldt-Ctrl-Search {
    85   display: none;
    85   width: 0; float: left; overflow: hidden;
    86   width: 165px;
    86 }
    87   height: 25px;
    87 
    88   border: 1px;
    88 input.Ldt-Ctrl-SearchInput {
    89   border-color: #CFCFCF;
    89     width: 145px; height: 13px; margin: 2px; padding: 3px;
    90   float: left;
    90     border: 1px solid #8080a0; border-radius: 3px; font-size: 13px;
    91   text-align: center;
       
    92 }
    91 }
    93 
    92 
    94 .Ldt-Ctrl-Time {
    93 .Ldt-Ctrl-Time {
    95   float: left;
    94   float: left;
    96   margin: 5px;
    95   margin: 5px;