| | |
| | | padding: 0; |
| | | } |
| | | |
| | | .fold-btn{ |
| | | .fold-btn { |
| | | width: 50px; |
| | | height: 30px; |
| | | position: fixed; |
| | |
| | | background-repeat: no-repeat; |
| | | } |
| | | |
| | | .open{ |
| | | .open { |
| | | background-image: url(../images/fold_up.png); |
| | | } |
| | | |
| | | .close{ |
| | | .close { |
| | | background-image: url(../images/fold_down.png); |
| | | } |
| | | |
| | |
| | | color: #1f81e0; |
| | | } |
| | | |
| | | .search-button,.save-button { |
| | | .start-analysis-btn { |
| | | width: 65px; |
| | | height: 25px; |
| | | background: white; |
| | | border: none; |
| | | } |
| | | |
| | | .search-button, .save-button { |
| | | width: 66px; |
| | | line-height: 0px; |
| | | height: 30px; |
| | |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .search-button:hover,.save-button:hover{ |
| | | .search-button:hover, .save-button:hover { |
| | | background-color: #1388ff; |
| | | color: white; |
| | | } |