Newer
Older
istex-api-widget / public / css / main.less
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
 @darkblue: #184B63;
 @lightblue: lighten(@darkblue, 10%);
 html, button, input, select, textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Allow only vertical resizing of textareas.
 */
 textarea {
    resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
 .browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.pager li {
    font-size: 20px;
}
#searchFieldRow {
    text-align: center;
}
#searchField {
    max-width: 250px;
}
#advancedSearchTitle {
    text-align:center;
}
span.glyphicon {
    height: 20px;
}
#pageNumber {
    text-align: center;
}
#header {
    border-radius: 0px;
    margin-bottom: 0px;
}
#accordion .panel-heading {
    background-color: @lightblue;
    border-radius: 0px;
}
#accordion .panel {
    border-radius: 0px;
    border: 0px;
}
.loading {
    height: 16px;
}
.truncate {
    width: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate:hover {
    overflow: visible;
    white-space: normal;
}
#result th {
    text-align: center;
}
#footer{
    text-align: center;
}