Skip to content

Commit 6361233

Browse files
committed
logo size decreased, info link added, branding text changed -> #8 fixed
1 parent c3b5d11 commit 6361233

2 files changed

Lines changed: 48 additions & 27 deletions

File tree

Sidebar.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@
1515
</div>
1616

1717
<div class="sidebar bottom">
18-
<div id="bottom-separator" class="block"></div>
19-
<a href="http://eexcess.eu/" title="EEXCESS" target="_blank">
20-
<img alt="Add-on logo" class="logo" width="222" height="70" src="http://eexcess.eu/wp-content/uploads/2013/04/eexcess_Logo_neu1.jpg">
21-
</a>
22-
<span class†="gray branding-text"> Recommendations by EEXCESS</span>
18+
<div class="block"></div>
19+
<div class="branding-container">
20+
<img alt="Add-on logo" class="logo" src="http://eexcess.eu/wp-content/uploads/2013/04/eexcess_Logo_neu1.jpg">
21+
<a class="info-link" href="http://eexcess.eu/" title="EEXCESS" target="_blank">more info</a>
22+
</div>
23+
<div class="branding-text">
24+
<span class="gray">Search digital library content</span>
25+
</div>
2326
</div>
2427

2528
<?!= include('Scripts') ?>

Stylesheet.html

Lines changed: 40 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
<!-- The CSS package above applies Google styling to buttons and other elements. -->
33

44
<style>
5-
#bottom-separator {
6-
padding-top: 12px;
5+
/* general */
6+
.block {
7+
border-top: 1px solid gray;
78
}
9+
10+
/* search bar */
811
.fixed-top {
912
position: fixed;
1013
top: 0;
1114
right: 0;
1215
left: 0;
1316
z-index: 1030;
14-
width: 100%;
17+
width: auto;
1518
}
1619
.inline-form {
1720
width:100%;
@@ -25,26 +28,14 @@
2528
width: 72px;
2629
height: 29px;
2730
}
28-
.branding-text {
29-
left: 7px;
30-
position: relative;
31-
top: 3px;
32-
}
33-
.logo {
34-
vertical-align: middle;
35-
}
36-
#ajax-loader-container {
37-
text-align: center;
38-
margin-top: 50px;
39-
}
40-
4131
#search-container {
42-
margin-bottom: 10px;
32+
margin-bottom: 12px;
4333
}
4434

35+
/* recommendations */
4536
#eexcess-recommendations {
4637
clear: both;
47-
top:65px;
38+
top:66px;
4839
padding-top:0;
4940
bottom: 125px;
5041
height: auto;
@@ -54,10 +45,6 @@
5445
margin: 0px;
5546
}
5647

57-
.block {
58-
border-top: 1px solid gray;
59-
}
60-
6148
/* ResultList styling */
6249
#eexcess-recommendations-list {
6350
padding-left: 2px;
@@ -119,4 +106,35 @@
119106
margin: 0px;
120107
font-size: 10px;
121108
}
109+
110+
/* bottom branding */
111+
.branding-container {
112+
padding-top: 12px;
113+
width: 165px;
114+
position: relative;
115+
margin-left: auto ;
116+
margin-right: auto ;
117+
}
118+
.branding-container .logo {
119+
width: 121px;
120+
max-width: 175px;
121+
height: 40px;
122+
}
123+
.branding-container .info-link {
124+
position: absolute;
125+
bottom: 0;
126+
right: 0;
127+
z-index: 1;
128+
}
129+
.branding-text {
130+
position: relative;
131+
top: 3px;
132+
text-align: center;
133+
}
134+
135+
/* other stuff */
136+
#ajax-loader-container {
137+
text-align: center;
138+
margin-top: 50px;
139+
}
122140
</style>

0 commit comments

Comments
 (0)