public/css/custom.css in sequenceserver-1.0.0.pre.2 vs public/css/custom.css in sequenceserver-1.0.0.pre.3
- old
+ new
@@ -21,11 +21,11 @@
* Use normal font weight for labels and indicate they are clickable by setting
* `cursor: pointer`.
*/
label {
cursor: pointer;
- margin-bottom: 0px;
+ margin-bottom: 0;
font-weight: normal;
}
/**
* Most of the times we want code to wrap to next line.
@@ -48,11 +48,11 @@
/**
* Increase font size, add border, make place for subtext to app name.
*/
.navbar {
- border-radius: 0px;
+ border-radius: 0;
border-bottom: 1px solid #eee;
margin-bottom: 35px;
}
.navbar-brand {
height: auto;
@@ -72,11 +72,11 @@
* Useful for displaying small, extra bit of information in the page
* header alongside title.
*/
.page-header {
display: table;
- margin: 0px;
+ margin: 0;
width: 100%;
border-color: #ddd;
padding-bottom: 5px;
}
.page-header > * {
@@ -85,17 +85,18 @@
.page-header > *:first-child {
width: 100%;
}
.page-content {
- padding: 5px 0px 0px 5px;
+ padding: 5px 0 0 5px;
}
.panel {
border: none;
- box-shadow: none;
-webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
}
.panel .panel-heading {
color: #428BCE;
padding: 10px 1px;
font-family: "Roboto";
@@ -121,11 +122,11 @@
margin-bottom: 0;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td,
.table>tbody>tr>td, .table>tfoot>tr>td {
border-top: none;
- padding-left: 0px;
+ padding-left: 0;
font-weight: normal;
}
.table>thead>tr>th {
border-bottom: 1px solid #ddd;
}
@@ -170,11 +171,11 @@
* Helpers to override :hover and .active on .nav elements.
*/
.nav.hover-reset>li>a:hover {
background-color: inherit;
}
-.nav.active-bold>li.active>a {
+.nav.active-bold>.active>a {
font-weight: bold;
}
/**
* Use with .label class to use the foreground color defined by parent element.
@@ -231,16 +232,16 @@
.notification {
height: 32px !important;
}
.notification .alert-info, .notification .alert-danger {
- border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
- box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+ border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
font-size: 14px;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-align: center;
padding: 6px 12px 6px 12px;
@@ -258,11 +259,11 @@
.databases .checkbox {
padding-left: 5px;
}
.databases label {
- padding-left: 0px;
+ padding-left: 0;
}
#blast > .form-group:last-child {
margin-top: -5px;
}
@@ -295,11 +296,11 @@
.dropdown-menu li {
border-bottom: 1px solid #ccc;
}
.dropdown-menu li:last-child {
- border-bottom: 0px;
+ border-bottom: 0;
}
#result {
margin-top: 45px;
}
@@ -307,21 +308,17 @@
h1,h2,h3,h4,h5,h6,.page-header {
font-family: "Roboto";
color: rgb(51, 51, 51);
}
-.main {
- /*border-right: 1px solid #ddd;*/
-}
-
.sidebar > .page-header > h4 {
- padding: 10px 0px 0px 0px;
+ padding: 10px 0 0 0;
font-size: 14px;
}
.sidebar.affix {
- top: 0px;
+ top: 0;
}
.index {
max-height: 416px; /* will accomodate 10 elements. IE 7 and above only. */
overflow-y: auto;
@@ -363,23 +360,23 @@
}
.hitn h4 span {
cursor: text;
}
.hitn > p {
- margin-top: 0px;
- margin-bottom: 0px;
+ margin-top: 0;
+ margin-bottom: 0;
}
.hsps {
margin-top: 14px;
}
.hsp-stats>thead>tr>th {
border-bottom: none;
- padding: 0px;
+ padding: 0;
}
.hsp-stats>tbody>tr>td {
- padding: 0px;
+ padding: 0;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}
.alignment {
@@ -408,13 +405,13 @@
}
.dnd-overlay {
position: absolute;
top: 51px;
- left: 0px;
- right: 0px;
- bottom: 0px;
+ left: 0;
+ right: 0;
+ bottom: 0;
z-index: 1000;
background-color: rgba(255, 255, 255, 0.75);
}
.dnd-overlay * {
@@ -429,20 +426,20 @@
font-size: 48px;
}
/* input form */
.col-md-6 .panel-heading h4 {
- margin: 0px;
+ margin: 0;
}
.list-group.databases {
- padding: 0px;
+ padding: 0;
}
.list-group.databases .list-group-item {
border: none;
- padding: 1px 0px;
+ padding: 1px 0;
}
.list-group.databases .list-group-item input {
margin: 0;
padding: 0;
@@ -465,6 +462,10 @@
.glow {
box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
border-left: 2px solid #f0ad4e;
padding-left: 16px;
padding-right: 16px;
+}
+
+.tooltip-inner {
+ max-width: 350px;
}