Changeset - f6d278d6baed
[Not reviewed]
default
1 2 0
Sean Farley - 11 years ago 2014-07-21 18:44:01
sean.michael.farley@gmail.com
login.png: use new icon-lock font
3 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1845,8 +1845,13 @@ a.metatag[tag="license"]:hover {
 
    padding: 0;
 
}
 

	
 
#login div.inner .icon-lock {
 
    font-size: 80pt;
 
    color: #DDD;
 
}
 

	
 
#login div.inner {
 
    background: #FFF url("../images/login.png") no-repeat top left;
 
    background: #FFF;
 
    border-top: none;
 
    border-bottom: none;
 
    margin: 0 auto;
kallithea/public/images/login.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
kallithea/templates/login.html
Show inline comments
 
@@ -37,6 +37,7 @@
 
    <div class="inner">
 
        ${h.form(h.url.current(came_from=c.came_from))}
 
        <div class="form">
 
            <i class="icon-lock"></i>
 
            <!-- fields -->
 

	
 
            <div class="fields">
0 comments (0 inline, 0 general)