/* libgslwt/src/doc-root/gslwt.css
 * 
 *  Copyright: ©2013, Güralp Systems Ltd.
 *  Author: Laurence Withers <lwithers@guralp.com>
 *  License: GPLv3
 */



/*
 * CSS classes for WarningWidget
 */

div.warningWidget:before {
    content: url(/static/icon-s/Warning.png);
}

div.warningWidget {
    border: solid thick yellow;
    background: rgb(255,255,224);
}



/*
 * CSS classes for RefreshWidget
 */

div.refreshWidget {
    border: solid thin black;
    background: rgb(224,224,255);
    margin: 0.2em;
    display: inline-block;
}

.refreshWidget button {
    margin: 0.2em;
}

.refreshWidgetColumn {
    display: table-cell;
    vertical-align: middle;
}



/*
 * CSS classes for Breadcrumb
 *
 * The implementation comes directly from Bootstrap, and the original copyright
 * notice is reproduced here:
 *
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px; 
}

.breadcrumb > li { 
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px; 
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}



/* options for text editors
vim: ts=4:sw=4:expandtab
*/
