~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to media/css/modal_windows.css

  • Committer: Holger Rapp
  • Date: 2009-04-11 15:21:15 UTC
  • Revision ID: rapp@mrt.uka.de-20090411152115-qpbnxxze99td19bz
Added a first version of a screenshot application

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.modalOverlay {
 
3
    background: black;
 
4
}
 
5
 
 
6
div.jqmDialog {
 
7
    display: none;
 
8
    position: absolute;
 
9
   
 
10
    overflow: hidden;
 
11
    padding: 0px;
 
12
    
 
13
    top: 0px; /* Positions are calculated on show */
 
14
    left: 0px;
 
15
   
 
16
    border: 1px solid #000;
 
17
}
 
18
 
 
19
div.jqmDialog .jqmClose {
 
20
  position: absolute;
 
21
  cursor: pointer;
 
22
  right: 2px;
 
23
  top: 1px;
 
24
}
 
25
  
 
26
.jqmDialog .box_title h3 {
 
27
    padding-bottom: 3px;
 
28
}
 
29
div.jqDrag {cursor: move;}
 
30
 
 
31
div.jqmDialog img.jqResize {position: absolute; right: 2px; bottom: 2px;}
 
32
 
 
33
.jqmOverlay { background-color: #000; }
 
34
 
 
35