Changeset 289 for branches/1.1dev/css


Ignore:
Timestamp:
Nov 3, 2007 1:35:13 AM (17 years ago)
Author:
quinn
Message:

Modifications made for tilecity site.

Location:
branches/1.1dev/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/css/admin.inc.css

    r284 r289  
    5151    /*float: right;*/
    5252}
     53form .formtext label
     54{
     55    font-size: 100%;
     56    font-weight: normal;
     57    padding: 0;
     58}
    5359
    5460form table td {
     
    241247{
    242248    font-size: 70%;
    243     padding: 2px;
     249    padding: 2px 6px 2px 2px;
    244250    border-bottom: 1px dotted #000;
    245251}
    246252
    247 /* BEAU: The old stuff that was here...
    248 #content table
    249 {
    250          background-color: #FFF;
    251 }
    252 
    253 #content th
    254 {
    255     padding: 2px;
    256     text-align: left;
    257     vertical-align: middle;
    258     white-space: nowrap;
    259 }
    260 
    261 #content td
    262 {
    263     vertical-align: top;
    264 }
    265 
    266 #content table.list
    267 {
    268     width: 99%;
    269     margin: 4px 0;
    270     background-color: #FFF;
    271 }
    272 
    273 #content table.list th
    274 {
    275     padding-right: 6px;
    276     font-size: 70%;
    277     background-color: #CCC;
    278     border-bottom: 1px solid #000;
    279 }
    280 
    281 #content table.list td
    282 {
    283     font-size: 70%;
    284     padding: 2px;
    285     border-bottom: 1px dotted #000;
    286 }
    287 */
    288253/*_____________________ FOOTER ____________________*/
    289254#footer
  • branches/1.1dev/css/utilities.inc.css

    r81 r289  
    8080form label
    8181{
    82     padding: 7px 0px 0px 0px;
    8382    font-weight: bold;
    8483}
Note: See TracChangeset for help on using the changeset viewer.