/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: elof.bigestans at gmail
  • Date: 2013-05-28 11:22:15 UTC
  • mfrom: (112 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 113.
  • Revision ID: elof.bigestans@gmail.com-20130528112215-d6qidnvlxm7w29di
* Merged trunk AND
* Modified js/login.js and js/bannermenu.js, specifically functions related to the login popup! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 */
4
4
 
5
5
#bannerBody {
6
 
        position: relative;
 
6
        position: fixed;
7
7
        width: 100%;
8
8
        height: 54px;
9
9
        background: url(../img/bannermenu_bg.png) repeat-x;
34
34
#bannerLogoButton {
35
35
        width: 159px; /* Total width: 162px with :before below */
36
36
        height: 53px;
 
37
        background-color: #333;
37
38
        background-image: url(../img/logo_button.png);
38
39
        background-repeat: no-repeat;
39
40
        border-right: 1px solid #111;
60
61
#bannerContent {
61
62
        width: 698px; /* Total width: 698px */
62
63
        height: 54px;
 
64
        background: url(../img/bannermenu_bg.png) repeat-x;
63
65
        float: left;
64
66
}
65
67
 
221
223
 
222
224
#bannerUserMenuButton {
223
225
        width: 94px; /* Total width: 164px */
224
 
        height: 15px;
 
226
        height: 16px;
 
227
        background-color: #333;
225
228
        background-image: url(../img/user_menu_button.png);
226
229
        background-repeat: no-repeat;
227
230
        padding: 25px 56px 13px 14px;
232
235
}
233
236
 
234
237
#bannerUserMenuButton:hover {
235
 
        height: 15px;
 
238
        height: 16px;
236
239
        background-color: #ae2771;
 
240
        cursor: hand;
 
241
        cursor: pointer;
237
242
}
238
243
 
239
244
/*