Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Commit 6a97d8e

Browse files
author
flx5
committed
Added copyright
1 parent a462436 commit 6a97d8e

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

css/index.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
position:absolute;
33
top:50%;
44
left:50%;
5-
margin-top:-150px;
5+
margin-top:-100px;
66
margin-left:-204px;
77
border: 5px solid #cccccc;
88
width:408px;
9-
height:300px;
10-
padding:0px;
9+
height:140px;
10+
padding:3px;
1111
}
1212

1313
/* Actual width: 118+2*1+2*5+2*3 = 136 */
@@ -26,4 +26,11 @@
2626
.entry img {
2727
height: 95px;
2828
display: inline-block;
29+
}
30+
31+
#footer {
32+
position: absolute;
33+
bottom:0px;
34+
width:100%;
35+
text-align: center;
2936
}

images/index/user.png

990 Bytes
Loading

inc/tpl/index.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
<div>Administration</div>
1818
</a>
1919
</div>
20+
</div>
21+
<div id="footer">
22+
<a href="http://flx5.com/inmafss" target="_blank">&copy 2014 flx5</a>
2023
</div>

inc/tpl/user/footer.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
</div>
2-
<div id="footer"></div>
2+
<div id="footer">
3+
<a href="http://flx5.com/inmafss" target="_blank">&copy 2014 flx5</a>
4+
</div>

user/css/user.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@
7070
bottom: 0px;
7171
left:30px;
7272
right:30px;
73-
height:60px;
73+
height:20px;
7474
background-color: #ccc;
7575
border-top-left-radius: 20px;
7676
border-top-right-radius: 20px;
77+
text-align: center;
7778
}
7879

7980
#content {

0 commit comments

Comments
 (0)