Changeset 139 for trunk/web-app


Ignore:
Timestamp:
Sep 28, 2009, 10:01:43 AM (15 years ago)
Author:
gav
Message:

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

Location:
trunk/web-app/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r134 r139  
    4444  width: 980px;
    4545  height: 160px;
     46  /*border: 1px solid;*/
    4647}
    4748#HeaderLink{
     
    4950  width: 650px;
    5051  height: 160px;
     52}
     53
     54/* Navigation plugin, top level. */
     55#menu {
     56    float: left;
    5157}
    5258
     
    8389}
    8490textarea {
    85         width: 450px;
    86         height: 150px;
    87         vertical-align: top;
     91    width: 450px;
     92    height: 150px;
     93    vertical-align: top;
    8894}
    8995
     
    97103}
    98104
    99 /* Login/out and Admin*/
     105/* Login/out and Admin */
    100106
    101107.appcontrol {
    102     text-align: right;
    103     padding: 5px 160px 5px 5px
    104 }
    105 
    106 .appcontrolButton {
    107     font-size: 14px;
    108     padding: 5px 5px;
    109 }
    110 
    111 /* NAVIGATION MENU */
     108    width: 980px;
     109    height: 2em;
     110/*     text-align: right; */
     111/*     padding: 0px 160px 70px 5px; */
     112/*     padding: 0.5em 0px 0.5em 0px; */
     113    /*border: 1px solid blue;*/
     114    /*border-style: solid solid solid solid;*/
     115    /*overflow: hidden;*/ /* Clearing floats */
     116}
     117
     118.appcontrolButton a {
     119    padding: 0.3em 165px 0em 5px;
     120/*   width: 980px; */
     121    float: right;
     122    font-size: 14px;
     123/*     padding: 0.5em 5px ; */
     124    text-decoration: none;
     125    display: block;
     126    /*overflow: hidden;*/ /* Clearing floats */
     127}
     128
     129.appcontrolButton a:hover {
     130    color: red;
     131    margin: 0.2em 0 0 0;
     132    /*padding: 0.8em 5px;*/
     133}
     134
     135/* ORIGINAL NAVIGATION MENU */
    112136
    113137.nav {
     
    116140    /*border: 1px solid #ccc;
    117141    border-style: solid none solid none;*/
    118     padding: 15px 0px 0px 0px;
     142    padding: 10px 0px 0px 0px;
    119143    width: 980px;
    120144    height: 40px;
    121 }
    122 
    123 /*.nav a{
    124     background: url("../images/linkPanel.png") no-repeat top;
    125     display: inline-block;
    126     width: 140px;
    127     height: 40px;
    128     text-decoration: none;
    129 }*/
     145    /*border: 1px solid;*/
     146}
    130147
    131148.menuButton {
     
    375392  height: 100px;
    376393}
     394
     395 /* Navigation Plugin Override */
     396.navigation {
     397    padding: 0px 0px 0px 165px;
     398    list-style-type: none;
     399    clear: both;
     400    font-size: 14px;
     401    overflow: hidden; /* Clearing floats */
     402}
     403
     404.navigation li {
     405    float: left;
     406    /*border: 0px*/
     407    /* border: 1px solid #888; */
     408     /*border-left-color: #bbb;*/  /* Highlight border-color */
     409}
     410
     411.navigation li.navigation_first {
     412     /*border-left-color: #888; */
     413}
     414
     415.navigation li.navigation_active {
     416     /*border-left-color: #555;*/  /* Highlight border-color of active item */
     417}
     418
     419.navigation li a {
     420    /* color: #fff; */
     421    /* background-color: #aaa; */
     422    padding: 0.3em 0.75em;
     423    display: block;
     424    text-decoration: none;
     425}
     426
     427.navigation li a:hover {
     428    color: red;
     429    /* background-color: #999; */
     430/*     font-weight: normal; */
     431/*     font-size: 14px; */
     432    margin: 0.2em 0 0 0;
     433    /*cursor: default;*/
     434}
     435
     436.navigation li.navigation_active a {
     437    /* background-color: #555; */
     438/*    color: #fff;*/
     439    color: #006dba;
     440    /*color: black;*/
     441    font-weight: bold;
     442    font-size: 17px;
     443    margin: 0 0 0 0;
     444    /*cursor: default;*/
     445}
     446
     447.navigation li.navigation_active a:hover {
     448    color: #006dba;
     449    font-weight: bold;
     450    font-size: 17px;
     451    margin: 0 0 0 0;
     452    /*background-color: #555;*/
     453}
     454
     455/* Sub navigation */
     456.subnavigation {
     457    /*padding: 0px 0px 0px 165px;*/
     458    padding: 0px 0px 0px 220px;
     459    list-style-type: none;
     460    clear: both;
     461    overflow: hidden; /* Clearing floats */
     462}
     463.subnavigation li {
     464    float: left;
     465    /* background-color: #555; */
     466    padding: 0em 0.75em;
     467    border-width: 0px 0;
     468}
     469.subnavigation li a {
     470    color: #006dba;
     471    font-weight: bold;
     472    font-size: 17px;
     473    display: block;
     474    /*padding: 0px 0;*/
     475    /* border-color: #555; */
     476    border-style: solid;
     477    border-width: 0px 0;
     478    text-decoration: none;
     479    /*margin: 0 0 0 0;*/
     480    /*cursor: default;*/
     481}
     482
     483.subnavigation li a:visited {
     484    color: #006dba;
     485}
     486
     487.subnavigation li a:hover {
     488    /*color: red;*/
     489    /*border-color: black;*/
     490    border-width: 1px 0;
     491}
     492.subnavigation li.subnavigation_active a {
     493    /*color: #e0e0e0; */
     494    /*cursor: default;*/
     495    /*border-color: #e0e0e0;*/
     496    border-width: 1px 0;
     497}
  • trunk/web-app/css/tabviewCustom.css

    r126 r139  
    187187.yui-skin-sam .yui-navset .yui-nav a:focus{/*hover background*/
    188188/*     background:#bfdaff url("../images/skin/sprite.png") repeat-x left -1300px;  */
    189     background:#bfdaff
     189    background:#bfdaff;
    190190    outline:0;
    191191}
Note: See TracChangeset for help on using the changeset viewer.