Ignore:
Timestamp:
2012-03-23T16:28:40+13:00 (12 years ago)
Author:
sjm84
Message:

Added the style information for the administrations pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/style/core.css

    r25175 r25273  
    701701}
    702702
     703#auth_navbar {
     704    width: 90%;
     705    margin: 10px auto;
     706}
     707
     708#auth_navbar span{
     709    padding:3px;
     710}
     711
     712#userListTable {
     713    text-align: center;
     714    width: 90%;
     715    margin: auto;
     716}
     717
     718#userListTable td{
     719    border: black 1px solid;
     720    padding: 5px;
     721}
     722
     723#gs_error{
     724    padding: 5px;
     725    margin: auto;
     726    width: 50%;
     727    text-align: center;
     728}
     729
     730#loginTable{
     731    margin: auto;
     732    width: 25%;
     733}
     734
    703735/*
    704736ul.childrenlist li {
Note: See TracChangeset for help on using the changeset viewer.