/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/bannermenu.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-23 13:10:02 UTC
  • mfrom: (90.1.1 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130523131002-g011pfooidj58haf
Merged Jonsson:s chages to fix the behaviuor on Chrome

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/* CSS Document */
3
3
 
4
4
/*
5
 
 * Standard----------------------------------------------------------------------------------------------------------------------------------------
 
5
 * Standard------------------------------------------------------------------------------------------------------------------------
6
6
 * TODO: Move to indexpage css
7
7
 */
8
8
 
19
19
 
20
20
body {
21
21
        font-size: 50%;
 
22
        font-family:  Arial, Helvetica, sans-serif;
 
23
        height: 0px;
22
24
}
23
25
 
24
26
@font-face{
27
29
}
28
30
 
29
31
/*
30
 
 * Body--------------------------------------------------------------------------------------------------------------------------------------------
 
32
 * Body----------------------------------------------------------------------------------------------------------------------------
31
33
 */
32
34
 
33
35
#bannerBody {
34
36
        position: fixed;
35
37
        width: 100%;
 
38
        height: 54px;
36
39
        background: url(../img/bannermenu_bg.png) repeat-x;
37
 
        font-family:  Arial, Helvetica, sans-serif;
 
40
        z-index: 999;
38
41
}
39
42
 
40
43
#bannerBody a:link, a:visited, a:active {
43
46
}
44
47
 
45
48
/*
46
 
 * Banner------------------------------------------------------------------------------------------------------------------------------------------
 
49
 * Banner--------------------------------------------------------------------------------------------------------------------------
47
50
 */
48
51
 
49
52
/* Is used for the icons in the bannermenu */
107
110
}
108
111
 
109
112
/*
110
 
 * Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer------------------------------
 
113
 * Start of content for bannermenu in Codeviewer. Everything in this block is needed for the bannermenu in CodeViewer--------------
111
114
 */
112
115
 
113
116
#bannerContentExample {
243
246
}
244
247
 
245
248
/*
246
 
 * End of content for bannermenu in Codeviewer-----------------------------------------------------------------------------------------------------
 
249
 * End of content for bannermenu in Codeviewer-------------------------------------------------------------------------------------
247
250
 */
248
251
 
249
252
#bannerUserMenuButton {
264
267
}
265
268
 
266
269
/*
267
 
 * Dropdownmenu------------------------------------------------------------------------------------------------------------------------------------
 
270
 * Dropdownmenus-------------------------------------------------------------------------------------------------------------------
268
271
 */
269
272
 
270
 
/* Centers the div that contains the dropdownmenus */
271
 
#dropdownMenuWrapper {
272
 
        width: 1024px;
273
 
        margin: 0 auto;
274
 
        color: #eee;
275
 
        clear: both;
276
 
}
277
 
 
278
273
/* Contains the dropdownmenu for the codeviewer menu button */
279
274
#dropdownCodeviewerMenu {
 
275
        position: absolute;
 
276
        top: 54px;
280
277
        display: none;
281
 
        z-index: 999;
282
278
        min-width: 100px;
283
 
        margin: 0 0 0 161px;
 
279
        color: #eee;
284
280
        float: left;
285
281
}
286
282
 
287
283
/* Contains the dropdownmenu for the userbutton */
288
284
#dropdownUserMenu {
289
285
        display: none;
290
 
        z-index: 999;
291
286
        min-width: 162px;
292
287
        margin: 0 1px;
 
288
        color: #eee;
293
289
        float: right;
294
290
}
295
291