Fixed moving menu items
diff --git a/dev/scss/main/alertify/alertify-default.scss b/dev/scss/main/alertify/alertify-default.scss
index 00524cd..7228a29 100644
--- a/dev/scss/main/alertify/alertify-default.scss
+++ b/dev/scss/main/alertify/alertify-default.scss
@@ -69,7 +69,7 @@
padding: 15px;
border-radius: 4px;
color: #FFF;
- text-shadow: -1px -1px 0 rgba(0,0,0,.5);
+ // text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
.alertify-log-error {
background: #FE1A00;
diff --git a/dev/scss/main/resultinfo.scss b/dev/scss/main/resultinfo.scss
index 5abc95e..e36c6a3 100644
--- a/dev/scss/main/resultinfo.scss
+++ b/dev/scss/main/resultinfo.scss
@@ -6,7 +6,9 @@
#resultinfo {
clear: both;
text-align: right;
-
+ line-height: 1.5em;
+ min-height: 1.5em;
+ margin-top:.4em;
font-size: 10pt;
p.found {
display: inline;
@@ -16,19 +18,20 @@
}
div.result {
+ vertical-align: bottom;
display: inline-block;
- margin: 2pt 0 0 2pt;
+ line-height: 1.3em;
> a {
display: inline-block;
- cursor:pointer;
+ cursor: pointer;
position: relative;
> span {
@include blind;
}
box-shadow: $choose-box-shadow;
@include standard-text-padding;
- padding-top: 1pt;
- padding-bottom: 1pt;
+ // padding-top: 1pt;
+ // padding-bottom: 3pt;
@include choose-item;
border: {
@@ -41,7 +44,6 @@
@include choose-hover;
}
}
-
> a:last-child {
border: {
top-right-radius: $standard-border-radius;
@@ -94,19 +96,12 @@
color: $total-results;
font-weight: bold;
}
-/*
+
#no-results {
margin: 0 auto;
text-align: center;
code {
- &::before {
- content : open-quote;
- }
- &::after {
- content : close-quote;
- }
font-weight: bold;
}
}
-*/
\ No newline at end of file