Merge pull request #2065 from owncloud/files_datepicker
Datepicker height fixed.
This commit is contained in:
commit
b0be84d6d3
|
@ -55,7 +55,7 @@
|
||||||
font-size:1.5em; font-weight:bold;
|
font-size:1.5em; font-weight:bold;
|
||||||
color:#888; text-shadow:#fff 0 1px 0;
|
color:#888; text-shadow:#fff 0 1px 0;
|
||||||
}
|
}
|
||||||
table { position:relative; top:37px; width:100%; }
|
#filestable { position: relative; top:37px; width:100%; }
|
||||||
tbody tr { background-color:#fff; height:2.5em; }
|
tbody tr { background-color:#fff; height:2.5em; }
|
||||||
tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#f8f8f8; }
|
tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#f8f8f8; }
|
||||||
tbody tr.selected { background-color:#eee; }
|
tbody tr.selected { background-color:#eee; }
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<div id="emptyfolder"><?php p($l->t('Nothing in here. Upload something!'))?></div>
|
<div id="emptyfolder"><?php p($l->t('Nothing in here. Upload something!'))?></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<table>
|
<table id="filestable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th id='headerName'>
|
<th id='headerName'>
|
||||||
|
|
Loading…
Reference in New Issue