chamilo/chamilo-lms

View on GitHub
public/main/inc/lib/search/search_widget.css

Summary

Maintainability
Test Coverage
.tags {
    display: block;
    margin-top: 20px;
    width: 90%;
}
.sf-select-multiple {
    width: 14em;
    margin: 0 1em 0 1em;
}
.sf-select-multiple-title {
    font-weight: bold;
    margin-left: 1em;
    font-size: 130%;
}
#submit {
    background-image: url('/main/img/search-lense.gif');
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left:28px;
}
.lower-submit {
    float:right;
    margin: 0 0.9em 0 0.5em;
}
#tags-clean {
    float: right;
}
.sf-select-splitter {
    margin-top: 4em;
}
.search-links-box {
    background-color: #ddd;
    border: 1px solid #888;
    padding: 1em;
    -moz-border-radius: 0.8em;
}
#thesaurus-icon {
    margin-bottom: -6px;
}
#operator-select {
    padding-right: 0.9em;
}

.doc_table {
    width: 30%;
    text-align: left;
}
.doc_img {
    border: 1px solid black;
    padding: 1px solid white;
    background: white;
}
.doc_img,
.doc_img img {
    width: 120px;
}
.doc_text,
.doc_title {
    padding-left: 10px;
    vertical-align: top;
}
.doc_title {
    font-size: large;
    font-weight: bold;
    height: 2em;
}
.data_table {
    text-align:center;
}
.cls {
    clear:both
}
#search-results-container {
    width: 100%;
    border: 1px solid #979797;
    position: relative;
    background-repeat: repeat-x
}
#mode-selector {
    width: 100px;
    padding: 4px;
    top: 0px;
    z-index: 9;
    float:left;
    height:15px;
}