View | Details | Raw Unified | Return to bug 13017
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/login.css (-3 / +4 lines)
Lines 84-93 label { Link Here
84
}
84
}
85
85
86
#login h1 a {
86
#login h1 a {
87
    /* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
87
	display: block;
88
	display: block;
88
	text-indent: -1000px;
89
	height: 74px;
89
	height: 74px;
90
	border-bottom: none;
90
    text-indent: 100%;
91
    white-space: nowrap;
92
    overflow: hidden;
91
}
93
}
92
94
93
#login input {
95
#login input {
94
- 

Return to bug 13017