reader_view.css 698 Bytes
#search-panel {
    position: relative;
    top: -12px;
}

#text-search {
    width: 190px;
    height: 25px;
    margin-left: 12px;
    border: 1px solid #ffa500;
    background-color: #e1e1e1;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

#search-button {
    vertical-align: bottom;
    margin-bottom: 3px;
    margin-left: 10px;
}

.menu-button {
    position: absolute;
    top: 20px;
    border: 1px solid #ffa500;
}

.menu-button-active {
    -moz-box-shadow: 0 0 5px #ffa500;
    -webkit-box-shadow: 0 0 5px #ffa500;
    box-shadow: 0 0 5px #ffa500;
}

#afronte-button {
    right: 330px;
}

#atergo-button {
    right: 280px;
}

#filter-button {
    right: 200px;
}