Increase distance between control buttons and facet-tabs

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik 2013-11-07 14:16:58 +01:00 committed by Martin Kosek
parent fe23350432
commit e8c3db4295

View File

@ -259,7 +259,7 @@ textarea[readonly] {
position: absolute; position: absolute;
left: 0; left: 0;
right: 0; right: 0;
bottom: 30px; bottom: 35px;
z-index: 1; /* need to be above facet header */ z-index: 1; /* need to be above facet header */
border-bottom: 1px solid #C9C3BA; border-bottom: 1px solid #C9C3BA;
} }