Changeset 69 for trunk/style/style.css


Ignore:
Timestamp:
Feb 28, 2016, 10:54:30 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Use object oriented approach for page drawing using Application class.
  • Added: SQL updated will be automatic using UpdateTrace.php file.
  • Added: Use generic setup page at URL /setup for SQL structure update.
  • Modified: Update Common package to newer version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style/style.css

    r14 r69  
    321321        width: auto;
    322322}
     323
     324.BaseTable
     325{
     326  margin: 2px auto 2px auto;
     327  border-width: 1px;
     328  border-color: black;
     329  border-style: solid;
     330  border-collapse: collapse;
     331}
     332
     333.BaseTable tr td
     334{
     335  border-width: 1px;
     336  border-color: black;
     337  border-style: solid;
     338  padding: 2px;
     339  text-align: center;
     340}
     341
     342.BaseTable tr th
     343{
     344  border-width: 1px;
     345  border-color: black;
     346  border-style: solid;
     347  padding: 2px;
     348  background-color: #F0F0F0;
     349  text-align: center;
     350}
Note: See TracChangeset for help on using the changeset viewer.