/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/popups.css

  • Committer: b11johgu
  • Date: 2013-05-14 12:30:38 UTC
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: b11johgu@student.his.se-20130514123038-rthxj3f34o32gpxy
ExamplesController:
- Added expand/collapse arrows for categories/subcategories.
- Added category positioning (incomplete).

more general changes made.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#formContainer{
 
2
        z-index:3000000;
 
3
        position: fixed;
 
4
    height: 175px;
 
5
    width: 305px;
 
6
        padding-left:15px;
 
7
    margin: -150px 0 0 -160px;
 
8
    top: 50%;
 
9
    left: 50%;
 
10
        background-color:lightgray;
 
11
        border: 1px solid darkgray;
 
12
        font: 13px Helvetica;
 
13
        text-shadow: 0.5px 0.5px #ddd;
 
14
        color: #4F5155; 
 
15
}
 
16
h2.loginTitle{
 
17
        margin:0;
 
18
        margin-left:-15px;
 
19
        margin-bottom:10px;
 
20
        text-indent:15px;
 
21
        padding-top:5px;
 
22
        padding-bottom:5px;
 
23
        color:#FFF;
 
24
        font-size:24px;
 
25
        line-height:100%;
 
26
        background-color:#333333;
 
27
        }
 
 
b'\\ No newline at end of file'