closes #3296
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index a50a34e54e631d1caa2035c028992a8502bbc730..6b91783e60abe882bbe7b5ba06fb33a4979e790f 100644 (file)
@@ -143,6 +143,11 @@ nav.navbar-fixed-top .navbar-nav.navbar-right > li > a:hover {
 
 .smart-scroll {
     overflow: auto;
+    margin-bottom: -15px;
+}
+
+.infinite-scroller .fa-warning {
+    color: #800;
 }
 
 .inline-progress-container div.progress {
@@ -234,3 +239,12 @@ div#wrapper {
 svg text {
     font-size: 6pt;
 }
+
+div.pane-content iframe {
+  width: 100%;
+  border: none;
+}
+
+div.rounded {
+  border-radius: 3px;
+}