add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / static / css / facelist_2-0.css
index c10e45a..9f9ddc4 100644 (file)
@@ -1,5 +1,5 @@
 .facelist-selections a {
-       color: white;
+       color: black;
        text-decoration: none;
 }
 .facelist-selections a:hover {
@@ -18,7 +18,7 @@ ul.facelist-selections {
        box-shadow:inset 0 1px 2px #888;
        -webkit-box-shadow:inset 0 1px 2px #888;
        -moz-box-shadow:inset 0 1px 2px #888;
-       width: 900px;
+       width: 90%;
 }
 
 ul.facelist-selections.loading {
@@ -55,7 +55,7 @@ ul.facelist-selections li.facelist-selection-item a.facelist-close {
        margin: 1px 0 0 7px;
        padding: 0 2px;
        cursor: pointer;
-       color: #black;
+       color: black;
        font-family: "Helvetica", helvetica, arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
@@ -68,11 +68,9 @@ ul.facelist-selections li.facelist-selection-item.blur a.facelist-close {
 
 ul.facelist-selections li:hover.facelist-selection-item {
        background-color: #d8dfea;
-       border: solid 1px #ccd5e4;
 }
 
 ul.facelist-selections li.facelist-selection-item.selected {
-       border-color: #3b5998;
        background-color: #5670a6;
        color: #fff; 
 }