Commit a4898cd8 authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

more clarity

parent b55f2ba5
......@@ -23,6 +23,19 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
//HIDDEN TABS////////////////////////////////
.nav a[data-target="#password-tab"],
.nav a[data-target="#reset-tab"] {
display: none;
}
.nav .active a[data-target="#password-tab"],
.nav .active a[data-target="#reset-tab"] {
display: initial;
}
//ANNOTATOR STYLES////////////////////////////////
.annotator-hide {
display: none;
......@@ -151,19 +164,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
//HIDDEN TABS////////////////////////////////
.nav a[data-target="#password-tab"],
.nav a[data-target="#reset-tab"] {
display: none;
}
.nav .active a[data-target="#password-tab"],
.nav .active a[data-target="#reset-tab"] {
display: initial;
}
//SHEET////////////////////////////////
//This comes down from under things.
.sheet {
......@@ -243,30 +243,31 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
margin-right: .7em;
}
}
}
.tinyman {
padding: 0 .3em;
.tinyman {
padding: 0 .3em;
.avatar {
border-radius: 2px;
}
.avatar {
border-radius: 2px;
}
.dropdown-toggle {
@include linkbutton_right;
background-image: url("../images/dropdown_1.png");
.dropdown-toggle {
@include linkbutton_right;
background-image: url("../images/dropdown_1.png");
.provider {
color: $grayLight;
display: none;
}
&:hover {
.provider {
color: $grayLight;
display: none;
}
&:hover {
.provider {
display: inline;
}
display: inline;
}
}
}
&.open .provider {
display: inline;
}
&.open .provider {
display: inline;
}
}
......@@ -337,6 +337,7 @@ blockquote {
background: hsla(0, 0%, 100%, 1);
z-index: 90;
}
}
.tab-pane {
background: $bodyBackground;
......@@ -389,7 +390,6 @@ blockquote {
margin-bottom: .5em;
white-space: pre-wrap;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment