Ignore:
Timestamp:
Jan 27, 2009, 5:21:52 PM (15 years ago)
Author:
tuxta
Message:

2nd update to the gui, fixed content width, and changed the links background image.

File:
1 edited

Legend:

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

    r36 r37  
    7979.body {
    8080    padding: 0px 20px 20px;
    81     background: transparent url("images/Contentbg.png") repeat-y scroll center;
    82     width: 980px;
     81    background: url("images/Contentbg.png") repeat-y scroll center;
    8382    height: 100%;
    8483}
     
    8786
    8887.nav {
    89     background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    90     border: 1px solid #ccc;
    91     border-style: solid none solid none;
     88    padding-top: 7px;
     89    /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/
     90    /*border: 1px solid #ccc;*/
     91    /*border-style: solid none solid none; */
    9292    margin-top: 5px;
    93     padding: 7px 12px;
     93    text-align: center;
     94    /* padding: 7px 12px; */
     95}
     96
     97.nav a{
     98    background: url("../images/linkPanel.png") no-repeat top;
     99    display: inline-block;
     100    width: 140px;
     101    height: 40px;
     102    /*text-decoration: none;*/
    94103}
    95104
     
    100109.menuButton a {
    101110    color: #333;
    102     padding: 4px 6px;
     111    padding: 14px 25px;
    103112}
    104113.menuButton a.home {
    105     background: url(../images/skin/house.png) center left no-repeat;
    106     color: #333;
    107     padding-left: 25px;
     114    /*background: url(../images/skin/house.png) center left no-repeat;*/
     115    color: #333;
     116    /*padding: 25px;*/
    108117}
    109118.menuButton a.list {
    110     background: url(../images/skin/database_table.png) center left no-repeat;
    111     color: #333;
    112     padding-left: 25px;
     119    /*background: url(../images/skin/database_table.png) center left no-repeat;*/
     120    color: #333;
     121    /*padding-left: 25px;*/
    113122}
    114123.menuButton a.create {
    115     background: url(../images/skin/database_add.png) center left no-repeat;
    116     color: #333;
    117     padding-left: 25px;
     124    /*background: url(../images/skin/database_add.png) center left no-repeat;*/
     125    color: #333;
     126    /*padding-left: 25px;*/
    118127}
    119128
Note: See TracChangeset for help on using the changeset viewer.