Fix action panel list styles

https://fedorahosted.org/freeipa/ticket/3904
This commit is contained in:
Petr Vobornik 2013-10-16 20:14:12 +02:00 committed by Martin Kosek
parent 2229c32cc2
commit 1aeb2bb11d

View File

@ -1475,14 +1475,16 @@ form#login {
} }
.action-panel-list { .action-panel-list {
margin: 0 0 10px 0;
list-style: none; list-style: none;
padding-left: 15px; padding: 0 0 0 15px;
} }
.action-title { .action-title {
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
margin-left: 15px; margin: 15px 0 5px 15px;
line-height: 1em;
} }
.disabled { .disabled {