From 9ce153ce7167c11adba8ac225edc7a707e97c6eb Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 30 Mar 2016 22:40:42 +0100 Subject: Imported Upstream version 1.0.0 --- web/old/theme.css | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 web/old/theme.css (limited to 'web/old/theme.css') diff --git a/web/old/theme.css b/web/old/theme.css new file mode 100644 index 000000000..02525336b --- /dev/null +++ b/web/old/theme.css @@ -0,0 +1,87 @@ +/* http://stackoverflow.com/questions/17005500/bootstrap-css-responsive-left-with-a-white-space-on-the-right */ + +html { + width: auto !important; + overflow-x: hidden !important; +} + +body { + width: auto !important; + overflow-x: hidden !important; + padding-top: 70px; + padding-bottom: 30px; +} + +.theme-dropdown .dropdown-menu { + position: static; + display: block; + margin-bottom: 20px; +} + +.theme-showcase > p > .btn { + margin: 5px 0; +} + +.thumbgraph { + float: left; +} + +.thumbgraphs { + width: 100%; +} + +.thumbtitle { + float: none; + width: 100%; +} + +.thumbgroup { + float: none; + width: 100%; +} + +.container.graphs { + width: 98%; +} + +.breadcrumb.graphs { + margin-top: 10px; + margin-bottom: 10px; +} + +.dropdown-menu { + max-height: 500px; + overflow-y: auto; + overflow-x: hidden; +} + +.google-visualization-tooltip-action: hover { + background-color: #eeeeee; +} +.google-visualization-tooltip { + border: solid 1px #bdbdbd; + border-radius: 2px; + background-color: white; + box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6); + font-size: 9px; + -moz-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6); + -webkit-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6); + position: absolute; + line-height: 90% !important; + margin: 0 0 0 0 !important; + padding: 0.5em 0.1em 0.5em 0.1em !important; + width: 180px !important; + z-index: 1000 !important; +} +.google-visualization-tooltip-item-list { + list-style-type: none; + margin: 0 0 0 0 !important; + padding: 0 0 0 0 !important; +} +.google-visualization-tooltip-item { + margin: 0 0 0 0 !important; +} +.google-visualization-tooltip-item-list +.google-visualization-tooltip-item:first-child { + margin: 0 0 0 0 !important; +} -- cgit v1.2.3