src/widgets/Controller.css
branchnew-model
changeset 1020 198c2b79f5e1
parent 1019 3ab36f402b0c
equal deleted inserted replaced
1019:3ab36f402b0c 1020:198c2b79f5e1
     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; width: 300px;
    12   float:left;
    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   width: 0; float: left; overflow: hidden;
    85   display: none;
    86 }
    86   width: 165px;
    87 
    87   height: 25px;
    88 input.Ldt-Ctrl-SearchInput {
    88   border: 1px;
    89     width: 145px; height: 13px; margin: 2px; padding: 3px;
    89   border-color: #CFCFCF;
    90     border: 1px solid #8080a0; border-radius: 3px; font-size: 13px;
    90   float: left;
       
    91   text-align: center;
    91 }
    92 }
    92 
    93 
    93 .Ldt-Ctrl-Time {
    94 .Ldt-Ctrl-Time {
    94   float: left;
    95   float: left;
    95   margin: 5px;
    96   margin: 5px;