/*
    Document   : filelist
    Created on : 2009-09-04, 20:44:44
    Author     : lreqc
    Description:
        Dodatkowe style dla listy plików na stronie głównej.
*/

body {
	background: #f7f7f7;
}

img {
    border: 0;
}

.editable td {
    padding: 1px;
}
.editable input, .editable select, .editable textarea {
    width: 400px;
}
.editable .number-input {
    width: 100px;
}


#last-edited-list ul {
	margin: 0px;
}

#last-edited-list li {
	margin-bottom: 1em;
}

#last-edited-list .date {
	font-size: 70%;
	color: #808080;
}



.error {
    color: red;
    font-weight: bold;
}

.success {
    color: green;
}

#error-list {
    color: red;
}

#skipped-list {
    color: #666;
}

/* Big cheesy publish button */
#publish-button {
        color: black;
        border: 2px solid black; 
        border-radius: 20px;
        box-shadow: 0px 0px 15px #88f;
        /*moz-border-radius: 20px;
        -moz-box-shadow: 10px 10px 5px #888;*/
        font-size:1.5em; 
        padding: 1em; 
        background: -moz-linear-gradient(top,  #fff,  #44f);
        -moz-transition: all 0.5s ease-in-out;        
        margin: 20px;
}

#publish-button:hover {
    -moz-transition: all 0.5s ease-in-out;        
    -moz-transform: scale(1.1);
    background: -moz-linear-gradient(top,  #fff,  #88f);
    -moz-box-shadow: 0px 0px 30px #ff8;
}

#publish-button:active {
    background: -moz-linear-gradient(top,  #88f,  #fff);
}


/* book list */

.book-search-column input {
    width: 96%;
}

.book-list-user .user-column {
    display: none;
}


/* wall */
.wall {
    padding-left: 0;
    list-style: none;
}

.wall li {
    clear: left;
    border-top: 1px dotted gray;
    padding: 0 1em 2em 1em;
    margin-bottom: 0;
}

.wall .gravatar {
    float: left;
    margin-right: 1em;
    margin-left: -1em;
}
.wall h3 {
    font-size: 1.25em;
    margin-top: 0;
}

.wall .time {
    /* float:right; */
}

.wall .anonymous {
    background-color: #efa;
}

.wall .comment {
    background-color: #dfc;
}

.wall .publish {
    background-color: #fdc;
}

div.cover-preview {
	width: 216px;
	min-height: 300px;
	float: left;
	margin-right: 2em;
}

img.cover-preview {
	width: 216px;
	height: 300px;
}
