minor dispy* fixes
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
cee3608747
commit
01961f7caa
7 changed files with 35 additions and 30 deletions
|
|
@ -63,8 +63,8 @@ option {
|
|||
color: #222;
|
||||
background: #efefef;
|
||||
}
|
||||
li {
|
||||
padding: 0 0 0 2px;
|
||||
ul, ol {
|
||||
padding: 0;
|
||||
}
|
||||
/* remember to define focus styles! */
|
||||
:focus {
|
||||
|
|
@ -2603,7 +2603,8 @@ div[id$="wrapper"] br {
|
|||
}
|
||||
.icon.drop,
|
||||
.icon.drophide, .icon.delete {
|
||||
float: left;
|
||||
float: right;
|
||||
margin: 5px;
|
||||
}
|
||||
.icon.s22.delete {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@
|
|||
* Screenshot: <a href="screenshot.jpg">Screenshot</a>
|
||||
*/
|
||||
|
||||
$a->theme_info = array(
|
||||
'extends' => 'dispy',
|
||||
);
|
||||
|
||||
$a->page['htmlhead'] .= <<< EOT
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue