Modified alphabetical index page styles.
This commit is contained in:
parent
973dcff7d0
commit
bfb8bae2e4
2 changed files with 25 additions and 12 deletions
|
@ -588,6 +588,7 @@ ul#header-nav a.log-out {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.custom-search-input {
|
.custom-search-input {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
border-radius: unset !important;
|
border-radius: unset !important;
|
||||||
|
@ -645,7 +646,7 @@ input.search-submit-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 396px;
|
width: 396px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
top: 40px;
|
top: 90px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1703,13 +1704,13 @@ ul#find-filters a.selected {
|
||||||
}
|
}
|
||||||
/* BROWSE BY ------> */
|
/* BROWSE BY ------> */
|
||||||
#browse-by {
|
#browse-by {
|
||||||
/* width: 920px;*/
|
width: 100%;
|
||||||
}
|
}
|
||||||
nav#alpha-browse-container {
|
nav#alpha-browse-container {
|
||||||
width: 894px;
|
/* width: 894px;*/
|
||||||
float: left;
|
float: left;
|
||||||
padding-left: 10px;
|
padding-left: 20px;
|
||||||
margin-left: 1px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#browse-by h2 {
|
#browse-by h2 {
|
||||||
|
@ -1719,9 +1720,14 @@ nav#alpha-browse-container {
|
||||||
}
|
}
|
||||||
/* BROWSE CLASSES ------> */
|
/* BROWSE CLASSES ------> */
|
||||||
ul#browse-classes {
|
ul#browse-classes {
|
||||||
border: 1px solid #dde4e3;
|
border: 1px solid #F6F6F6;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
background-color: #f1f2ee;
|
background-color: #F6F6F6;
|
||||||
|
margin-left: 0px;
|
||||||
|
width: 25%;
|
||||||
|
outline-color: #F6F6F6;
|
||||||
|
outline-style: solid;
|
||||||
|
outline-width: 1px;
|
||||||
}
|
}
|
||||||
ul#browse-classes li,
|
ul#browse-classes li,
|
||||||
ul#vgraph-classes li {
|
ul#vgraph-classes li {
|
||||||
|
@ -1730,8 +1736,8 @@ ul#vgraph-classes li {
|
||||||
}
|
}
|
||||||
ul#browse-classes a:hover,
|
ul#browse-classes a:hover,
|
||||||
ul#browse-classes a.selected {
|
ul#browse-classes a.selected {
|
||||||
background: url(../images/arrow.gif) 4px 5px no-repeat;
|
background: url(../images/arrow_brown.png) 4px 5px no-repeat;
|
||||||
color: #2ea0cf;
|
color: #8B4513;
|
||||||
}
|
}
|
||||||
ul#browse-classes .count-classes {
|
ul#browse-classes .count-classes {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -1742,7 +1748,7 @@ ul#alpha-browse-individuals {
|
||||||
}
|
}
|
||||||
ul#alpha-browse-individuals a:hover,
|
ul#alpha-browse-individuals a:hover,
|
||||||
ul#alpha-browse-individuals a.selected {
|
ul#alpha-browse-individuals a.selected {
|
||||||
background: url(../images/arrowSmall.gif) -3px 7px no-repeat;
|
background: url(../images/arrow_small.png) -3px 7px no-repeat;
|
||||||
color: #2ea0cf;
|
color: #2ea0cf;
|
||||||
}
|
}
|
||||||
ul#alpha-browse-individuals .count-classes,
|
ul#alpha-browse-individuals .count-classes,
|
||||||
|
@ -1756,22 +1762,29 @@ ul#alpha-browse-individuals li {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
nav#alpha-browse-container {
|
nav#alpha-browse-container {
|
||||||
border: 1px solid #dde4e3;
|
border-top: 1px solid #F6F6F6;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-left: 1px solid #dde4e3;
|
border-left: 1px solid #F6F6F6;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
width: 73%;
|
||||||
}
|
}
|
||||||
/* BROWSE INDIVIDUALS------> */
|
/* BROWSE INDIVIDUALS------> */
|
||||||
#individuals-in-class {
|
#individuals-in-class {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px solid #dde4e3;
|
border: 1px solid #dde4e3;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
ul#alpha-browse-individuals {
|
ul#alpha-browse-individuals {
|
||||||
float: left;
|
float: left;
|
||||||
width: auto;
|
width: auto;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
h3.selected-class {
|
||||||
|
padding-bottom: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
#individuals-in-class li.individual {
|
#individuals-in-class li.individual {
|
||||||
border-bottom: 1px solid #dde4e3;
|
border-bottom: 1px solid #dde4e3;
|
||||||
}
|
}
|
||||||
|
|
BIN
webapp/src/main/webapp/themes/iph/images/arrow_small.png
Normal file
BIN
webapp/src/main/webapp/themes/iph/images/arrow_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 291 B |
Loading…
Add table
Reference in a new issue