~ubuntu-branches/ubuntu/quantal/dokuwiki/quantal

« back to all changes in this revision

Viewing changes to lib/tpl/default/_linkwiz.css

  • Committer: Package Import Robot
  • Author(s): Tanguy Ortolo
  • Date: 2012-01-26 23:10:28 UTC
  • mfrom: (1.1.14) (19.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120126231028-gdcxrxo3j4jqp2de
Tags: 0.0.20120125-1
* New upstream release.
* debian/patches/debianize.diff: updated for the new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#link__wiz {
2
 
    position: absolute;
3
 
    display: block;
4
 
    z-index: 99;
5
 
    width:   300px;
6
 
    height:  250px;
7
 
    padding: 0;
8
 
    margin:  0;
9
 
    overflow: hidden;
10
 
    border: 1px solid __border__;
11
 
    background-color: __background_neu__;
12
 
    text-align: center;
13
 
}
14
 
 
15
 
#link__wiz_header {
16
 
    background-color: __background_alt__;
17
 
    height: 16px;
18
 
    margin-bottom: 5px;
19
 
}
20
 
 
21
 
#link__wiz_close {
22
 
    cursor: pointer;
23
 
    margin: 0;
24
2
}
25
3
 
26
4
#link__wiz_result {
60
38
    display: block;
61
39
    color: __text_neu__;
62
40
}
63
 
 
64
 
/*FIXME maybe move to a more general style sheet*/
65
 
.ondrag {
66
 
    cursor: move;
67
 
    opacity: 0.8;
68
 
}