1
0
Fork 0

minor dispy* fixes

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-04-07 23:46:47 -04:00
commit 01961f7caa
7 changed files with 35 additions and 30 deletions

View file

@ -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;

View file

@ -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() {