Ignore:
Timestamp:
Jan 29, 2009, 8:31:15 PM (15 years ago)
Author:
gav
Message:

Added login page and adjusted Person domain/views/controller and BootStrap?.
Add beforeInterceptor() to all controllers.
Added BaseController?.
Added adminmenubar adjust layout and css to suite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/web-app/css/public.css

    r38 r40  
    3737  background: transparent url("../images/logo.png") no-repeat scroll center;
    3838  width: 980px;
    39   height: 220px;
     39  height: 200px;
    4040}
    4141
     
    9595}
    9696
     97.appcontrol {
     98    text-align: right;
     99    padding: 5px 160px 5px 5px
     100}
     101
     102.appcontrolButton {
     103    font-size: 10px;
     104    padding: 5px 5px;
     105}
     106
    97107.nav a{
    98108    background: url("../images/linkPanel.png") no-repeat top;
Note: See TracChangeset for help on using the changeset viewer.