2014-04-01 22:40:54 +02:00
|
|
|
@CHARSET "UTF-8";
|
|
|
|
|
|
|
|
#recent_uploads_wrapper
|
|
|
|
{
|
|
|
|
width: 100%;
|
2014-06-04 19:47:27 +02:00
|
|
|
margin-bottom: 40px;
|
2014-04-01 22:40:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#recent_uploads h2
|
|
|
|
{
|
|
|
|
font-size: 1.7em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#recent_uploads_table
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#recent_uploads_table_wrapper
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table#recent_uploads_table td
|
|
|
|
{
|
|
|
|
cursor: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#recent_uploads_filter
|
|
|
|
{
|
|
|
|
float: right;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
#recent_uploads_table_length
|
|
|
|
{
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Vertically align radio buttons with the labels */
|
|
|
|
#recent_uploads_filter input[type='radio'] {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#recent_uploads_filter label {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#recent_uploads_table .deleteFileAction
|
|
|
|
{
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|