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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-11 / +8 lines)
Lines 1816-1823 nav { Link Here
1816
    }
1816
    }
1817
1817
1818
	#external_login {
1818
	#external_login {
1819
		box-shadow: 0 0 0 1px #dbdbdb;
1819
		padding: 1em;
1820
		padding: 7px;
1821
	}
1820
	}
1822
1821
1823
	#shibboleth_login_button {
1822
	#shibboleth_login_button {
Lines 1827-1844 nav { Link Here
1827
		border-radius: 4px;
1826
		border-radius: 4px;
1828
	}
1827
	}
1829
1828
1830
	#external_login {
1829
	#shibboleth_login_button:hover {
1831
		box-shadow: 0 0 0 1px #dbdbdb;
1830
		background-color: #f0f0f0;
1832
		padding: 1em;
1833
	}
1831
	}
1834
1832
1835
	#external_login a:hover {
1833
    #shibboleth_login_button a {
1836
		text-decoration: none;
1834
        display: inline-block;
1837
	}
1835
        width: 100%;
1836
    }
1838
1837
1839
	#shibboleth_login_button:hover {
1838
    #shibboleth_login_button a:hover {
1840
		text-decoration: none;
1839
		text-decoration: none;
1841
		background-color: #f0f0f0;
1842
	}
1840
	}
1843
1841
1844
	.shibboleth_login_name {
1842
	.shibboleth_login_name {
1845
- 

Return to bug 25405