public/css/custom.css in sequenceserver-1.0.0.pre.3 vs public/css/custom.css in sequenceserver-1.0.0.pre.4
- old
+ new
@@ -26,18 +26,10 @@
margin-bottom: 0;
font-weight: normal;
}
/**
- * Most of the times we want code to wrap to next line.
- */
-code {
- white-space: normal;
- word-wrap: break-word;
-}
-
-/**
* Without this .disable'd elements hardly look disabled.
*/
.disabled {
color: #ccc;
}
@@ -63,10 +55,16 @@
}
.navbar-brand > small {
font-size: 50%;
}
+.navbar-nav > li > a {
+ padding: 24px 15px;
+ font-size: 14px;
+ color: rgb(51, 51, 51);
+}
+
/**
* Take out margin from .page-header and use table layout with first cell
* taking up all available space left by its siblings.
*
* Useful for displaying small, extra bit of information in the page
@@ -171,10 +169,13 @@
* Helpers to override :hover and .active on .nav elements.
*/
.nav.hover-reset>li>a:hover {
background-color: inherit;
}
+.nav.focus-reset>li>a:focus {
+ background-color: inherit;
+}
.nav.active-bold>.active>a {
font-weight: bold;
}
/**
@@ -466,6 +467,14 @@
padding-right: 16px;
}
.tooltip-inner {
max-width: 350px;
+}
+
+.pre-reset {
+ margin: 0 0;
+ border: none;
+ padding: 0;
+ border-radius: 0;
+ background-color: inherit;
}