app/assets/stylesheets/iqvoc/components.css.scss in iqvoc-4.0.2 vs app/assets/stylesheets/iqvoc/components.css.scss in iqvoc-4.0.3
- old
+ new
@@ -1,5 +1,32 @@
+.navbar {
+ .quicksearch {
+ }
+}
+
+.onebox {
+ padding-top: 80px;
+ margin-top: 2em;
+ text-align: center;
+
+ background: asset-data-url("iqvoc_logo.png") top center no-repeat;
+
+ .logo {
+ margin: 2em 0 1em 0;
+ }
+
+ input {
+ min-width: 60%;
+ }
+
+ ul {
+ margin-left: 0;
+ list-style: none;
+ text-align: left;
+ }
+}
+
tr.highlightable {
cursor: pointer;
}
table.dashboard {
@@ -77,6 +104,5 @@
}
}
}
}
}
-